Search found 784 matches

Search found 784 matches

Extension Installer Requirements Violate PCI Compliance

Hey Guys, I've known about this issue since 2.0 was released but never piped up about it. I just sort of assumed that it would be addressed by others, given that it hasn't. The extension installer in OpenCart 2.0 requires clear text FTP services to be enabled, which violate PCI Compliance, given tha...

Jump to post
  • Fri May 01, 2015 5:21 pm
  • Replies 2
  • Views 604
Re: Change my URL addresses

It could be a caching issue of some kind, delete the files inside system/cache

Jump to post
  • Fri Nov 07, 2014 3:28 am
  • Replies 7
  • Views 1102
Re: Opencart source code: cant see the files through FTP

Firstly, I love the fact that you blanked out 'Desktop, Downloads, Dropbox, Favourites (etc).

Secondly, you are not in the correct area/folder on the FTP, ask your web hosting company where the files would be stored as it can vary by OS / software.

Jump to post
  • Wed Nov 05, 2014 11:41 pm
  • Replies 3
  • Views 1451
Re: Error after import into clean install

Hi David,

Run the following on your database to clear the error (in PHPMyAdmin or similar):

Code: Select all

DELETE FROM kg_product_to_category WHERE category_id = 0;

Jump to post
  • Wed Nov 05, 2014 11:37 pm
  • Replies 2
  • Views 1968
Re: Can I change the dates of reviews?

The easiest way would be to go in PHPMyAdmin / into the database and change it (generally a feature of your web hosting control panel).

Jump to post
  • Wed Nov 05, 2014 11:35 pm
  • Replies 3
  • Views 508
Re: Where is my download?

Downloads are at the bottom of the extension sales page (when logged in). That said, you maybe pending review in which case the download wouldn't be available right away.

Jump to post
  • Wed Nov 05, 2014 11:04 pm
  • Replies 2
  • Views 515
Re: admin page get hacked

Can be caused by a number of things, the first action should be reaching out to your web host so that they can review it and restore files from a back-up. Or alternatively at least run a virus scan on your file structure. If neither of those are viable options, depending on the level of customizatio...

Jump to post
  • Wed Nov 05, 2014 11:02 pm
  • Replies 9
  • Views 1220
Re: Change my URL addresses

Yes you can. First you will want to ensure that the .htaccess.txt in the root of your folder root is renamed to .htaccess (you may already have a .htaccess , you would want to rename it to .htaccess.old or something). And then go into System > Settings > Server > and turn on SEO URLS. Each informati...

Jump to post
  • Wed Nov 05, 2014 10:32 pm
  • Replies 7
  • Views 1102
Re: Can I change my sites Time Zone?

We publish an extension that will allow the alteration of time zones:
http://www.opencart.com/index.php?route ... on_id=9407

Jump to post
  • Wed Nov 05, 2014 10:29 pm
  • Replies 3
  • Views 520
Re: Google Analytics not tracking orders

You would need to add a plug-in / extension for e-commerce data / goal conversions etc.

Jump to post
  • Wed Oct 15, 2014 8:58 pm
  • Replies 2
  • Views 981
Re: 2.0 Official has been released!

I expect the release was timed with the eCommerce expo.

Jump to post
  • Thu Oct 02, 2014 6:06 pm
  • Replies 76
  • Views 126768
Re: 2.0 Official has been released!

Scary how short the 2.0 beta cycle was... :)

Jump to post
  • Wed Oct 01, 2014 11:22 pm
  • Replies 76
  • Views 126768
Re: Https Cart update quantity Firefox error

From the little research I've done, the JS function in question looks to be related to auto-printing (or equally possibly a html to pdf conversion / pdf invoice). If you have such an extension installed, I would maybe look at disabling it and seeing it the problem goes away.

Jump to post
  • Sun Aug 10, 2014 1:22 am
  • Replies 5
  • Views 1167
Re: help with mysql_num_rows syntax

OpenCart has built-in functionality, there is no need to use the num_rows mysql calls.

Code: Select all

$previous_rewards = $rewards->num_rows;

Jump to post
  • Sun Aug 10, 2014 1:17 am
  • Replies 2
  • Views 11732
Re: Product Duplication

All you need is the canonical reference tag set to a static location for each product. Assuming you have a mod that is handling this properly, just wait about a month or two for Google to fully catch up.

Jump to post
  • Sun Aug 10, 2014 1:14 am
  • Replies 2
  • Views 761
Re: Permission level for admin users

I think you are looking for a multi-seller / multi-vendor mod :
http://www.opencart.com/index.php?route ... i%20seller

Jump to post
  • Mon Aug 04, 2014 10:07 pm
  • Replies 2
  • Views 962
Re: Help with 404

Your website is stating 404's just fine.

Jump to post
  • Mon Feb 10, 2014 12:46 am
  • Replies 2
  • Views 577
Re: Any Way to Secure Admin without Renaming Folder?

Depending on the type of hosting you're on you can use a htaccess password protection on it, alternatively there is this extension which will display a 404 to non-auth ip groups : http://www.opencart.com/index.php?route ... on_id=9281

Jump to post
  • Thu Jan 16, 2014 3:12 am
  • Replies 1
  • Views 683
Re: Banners displayed incorrectly under each other.

Your banner/slider is wrapped inside a document ready condition in javascript, remove it and it will render as it used to.

Jump to post
  • Wed Jan 15, 2014 1:40 pm
  • Replies 7
  • Views 916

Search found 784 matches