Search found 45 matches

Search found 45 matches

Re: Does opencart only work properly on 1280 resolution

there is obviously a command somewhere telling the header not to display the text if it feels there isnt room ? Correct. Look for the media-query classes in stylesheet.css, bootstrap.css and bootstrap.min.css - I don't remember specifically what class controls hiding the text at a certain resolutio...

Jump to post
  • Sun Apr 02, 2017 2:37 am
  • Replies 10
  • Views 1989
Re: Does opencart only work properly on 1280 resolution

Use the element inspector in a browser like Firefox (right click on the affected area -> Inspect element) and untick the classes that are around the affected elements, you'll find what's causing the text to hide under certain resolutions. If you look at Open Cart's demo in mobile (for example) the a...

Jump to post
  • Sat Apr 01, 2017 1:05 pm
  • Replies 10
  • Views 1989
Re: Moving hosting service

Angela, Wouldn't everything be the same if I simply FTP the files and directories form the old hosting service to the new. To answer your question I am not sure about the user name you refer to. The site is an on-line store so I don't need to sign in. Thanks Gary Your ftp and/or cpanel username is ...

Jump to post
  • Sat Apr 01, 2017 12:57 pm
  • Replies 6
  • Views 952
Re: Moving hosting service

Is your username exactly the same as your last host? Your paths may be the same, but if your username is not, that changes the path. This looks like they are actually different: Failed opening required '/home/norcalpreppers/public_html/system/startup.php /home1/norcalp3/public_html/index.php home1? ...

Jump to post
  • Sat Apr 01, 2017 7:28 am
  • Replies 6
  • Views 952
Re: PHP Notice: Undefined variable explain

Focus on this: $this->model_catalog_category->getCategoryCustomerGroups($result['category_id']); Is this plugin supposed to append code that contains the getCategoryCustomerGroups() function? I don't have that in my model. If you can't find the getCategoryCustomerGroups() function in either your plu...

Jump to post
  • Sat Apr 01, 2017 7:23 am
  • Replies 4
  • Views 1246
Re: PHP Notice: Undefined variable explain

$the_category_customer_groups is blank or null. Whatever variable is passing data to it, isn't returning anything. So find the original reference to $the_category_customer_groups - are any of the surrounding variables like $the_category_customer_groups['something'] ? If so, it's missing its array. O...

Jump to post
  • Sat Apr 01, 2017 1:22 am
  • Replies 4
  • Views 1246
Re: OC 2.2.0.0 SQL injection attack?

OK thanks, it must be left over from the previous 1.5.x installation. How long ago did they upgrade from 1.5 to 2.2? It's certainly plausible their site was hacked with an exploit from 1.5 and upgraded with the hack still in effect. What were the last modified timestamps of the hack files? The hack...

Jump to post
  • Sat Apr 01, 2017 1:16 am
  • Replies 9
  • Views 8949
Re: OC 2.2.0.0 SQL injection attack?

Thanks Angela. The exploit you linked to is a weakness in /system/helper/json.php. I compared the 2.2.0.0 and 2.3.0.2 versions of this file and they are identical. In other words, if this was the vulnerability, it's still present in the latest version... :( Exploit only works if PHP JSON extension ...

Jump to post
  • Thu Mar 30, 2017 10:46 pm
  • Replies 9
  • Views 8949
Re: Duplicate Content for all products

Almost every cart & CMS has this issue. Opencart uses the canonical tag, so the duplicates shouldn't affect your rank, but this is definitely a design flaw. If you go to a manufacturer page, hover over a link and youll see something like ?page=15 appended to the product URL. This is the source o...

Jump to post
  • Tue Mar 28, 2017 11:18 pm
  • Replies 1
  • Views 1340
Re: Integration Is the Downfall of Opencart

Yes they are paid platforms, but if you can't afford/not willing to spend $29/month you have to question why you are setting up an eCommerce store in the first place. Don't get me wrong I love OC & have used it for my business for 5 years (and still do) but the shape eCommerce platform industry...

Jump to post
  • Tue Mar 28, 2017 5:24 am
  • Replies 10
  • Views 2500
Re: Integration Is the Downfall of Opencart

Shopify, BigCommerce & Magento have taken over the world. Shopify and BigCommerce are pay platforms, aren't they? Magento is next to impossible to operate swiftly in shared hosting environments. Quite possibly one of the most bloated open source projects out there, too. None of these are much c...

Jump to post
  • Mon Mar 27, 2017 2:33 am
  • Replies 10
  • Views 2500
Re: mcrypt deprecated php 7.1

davidbfranks wrote:
Sun Mar 26, 2017 3:08 pm
The commit was reverted by Daniel
Doesn't mean you can't utilize the code, I've already updated the carts I work on, with this patch.

Jump to post
  • Mon Mar 27, 2017 1:48 am
  • Replies 3
  • Views 3486
Re: opencart Version 2.3.0.2 hacked

i think it was done through google analytic module . i found this code in google analytic module Which module are you using? The one that comes with opencart, or a 3rd party extension? How did your host suggest to 'clean' it up? Detailed cleaning instructions can point you toward the method of entry.

Jump to post
  • Sun Mar 26, 2017 10:10 am
  • Replies 13
  • Views 9015
Re: mcrypt deprecated php 7.1

davidbfranks wrote:
Fri Mar 24, 2017 2:04 pm
Will OpenCart still work with PHP 7.1 as mcrypt (which I believe it uses) has been deprecated? http://php.net/manual/en/migration71.deprecated.php
lucasjkr submitted a fix on github: https://github.com/copona/copona/pull/121/commits

Jump to post
  • Sun Mar 26, 2017 10:04 am
  • Replies 3
  • Views 3486
Re: Add to cart button redirect to external link

Did this on one of the sites I'm working on: Does anybody know of a free add to cart button redirect module to external link? If not, does anybody know how to manually change the link of the add to cart button on the product page? Ver 2.3.0.2 In line with thekrotek's suggestion (adding the field to ...

Jump to post
  • Fri Jan 27, 2017 2:35 am
  • Replies 9
  • Views 4856
Re: PHPMailer Integration Tutorial

For anyone using PHPMailer with OpenCart, there is a security vulnerability (in PHPMailer):
https://legalhackers.com/advisories/PHP ... ypass.html

Jump to post
  • Thu Jan 26, 2017 12:16 am
  • Replies 19
  • Views 24758
Re: Ongoing development - is OC failing?

Sound like a good excuse to learn code. :) Coming from osCommerce, I've grown quite used to not relying on devs to update the system. OpenCart is quite solid and has a number of awesome features built in. With some time and effort, you can make it yours. Just open it up and get to work breaking &...

Jump to post
  • Tue Jan 24, 2017 2:54 am
  • Replies 4
  • Views 1352
Re: How Important Is Upgrading OpenCart?

I'm new to OpenCart, but have worked with osCommerce for a million years, I never upgraded unless there was a security patch released; then, I only took the patch and left everything else. The store was heavily modified (like yours) and didn't need any new feature that was added. The only things to ...

Jump to post
  • Thu Dec 15, 2016 1:34 am
  • Replies 4
  • Views 1124
Re: mod rewrite question

matt71 wrote:Thanks for the reply. Do I need to change the controller code or can I just revise the htaccess?

Matt
Both, else it won't work properly.

Back up before you edit - that way if something goes wrong, easy to undo.
Back up after, because when you upgrade you'll need to re-apply.

Jump to post
  • Wed Dec 14, 2016 3:00 am
  • Replies 5
  • Views 1286

Search found 45 matches