Search found 98 matches

Search found 98 matches

Re: A non-numeric value encountered

Hello

Thanks for this, is that file for Opencart 3 however and not 2.3.0.2? ???

Jump to post
  • Mon Feb 24, 2020 11:04 pm
  • Replies 3
  • Views 339
A non-numeric value encountered

Hello I am running 2.3.0.2 I was running this under PHP 5. However since upgrading to PHP 7.1 I'm having issues with instances of 'start' => ($page - 1) * $limit, as well as $data['results'] = sprintf($this->language->get('text_pagination'), ($product_total) ? (($page - 1) * $limit) + 1 : 0, ((($pag...

Jump to post
  • Mon Feb 24, 2020 7:58 pm
  • Replies 3
  • Views 339
Re: Order Confirmation Emails

Do we know whereabouts in the files it's automatically being set to 0/No ?

Jump to post
  • Fri Aug 16, 2019 9:18 pm
  • Replies 4
  • Views 498
Re: Order Confirmation Emails

Thanks, I'll take a look at that.

I thought default behaviour would have been to email a customer upon ordering, not wait for human intervention?

Jump to post
  • Fri Aug 16, 2019 8:59 pm
  • Replies 4
  • Views 498
Order Confirmation Emails

Hello Using version 2.3.0.2 I've noticed that customers aren't receiving confirmation emails when they order. I can confirm that emails can be sent, so there's no issues with email server or settings. When a customer orders from us, the order status is "Complete". However in the order hist...

Jump to post
  • Fri Aug 16, 2019 8:43 pm
  • Replies 4
  • Views 498
Admin Index Page Loading Slow

Hello I'm using 2.3.0.2, I had issues with my store, downloaded the database, removed the database, and reuploaded. Upon this I had more issues where nothing table had a primary key or auto increment enabled. I've manually gone through all tables and fixed this also ran ATOMIX turbo.php which change...

Jump to post
  • Tue Jul 02, 2019 8:35 pm
  • Replies 1
  • Views 363
Re: Error aftering reimporting Database

This one on the front end logging in...

Code: Select all

Exception' with message 'Error: Duplicate entry '0' for key 'PRIMARY'<br />Error No: 1062<br />INSERT INTO `oc_customer_activity
Please help! :(

Jump to post
  • Tue Jul 02, 2019 3:28 pm
  • Replies 1
  • Views 312
Error aftering reimporting Database

I made a backup of my database just before accidentally deleting it... phew! version 2.3.0.2 However now, I'm getting a multitude of errors PHP Fatal error: Uncaught exception 'Exception' with message 'Error: Duplicate entry '0' for key 'PRIMARY'<br />Error No: 1062<br />INSERT INTO `oc_api_session`...

Jump to post
  • Tue Jul 02, 2019 3:25 pm
  • Replies 1
  • Views 312
Errors in mysqli.php file

Using version 2.3.0.2 - not added or altered any extensions or modifications in a long while. I keep getting this in my errorlog thrown in /home/xxx/public_html/system/library/db/mysqli.php on line 40 [22-May-2019 16:03:29 UTC] PHP Warning: Error while sending QUERY packet. PID=3569 in /home/xxx/pub...

Jump to post
  • Thu May 23, 2019 3:29 pm
  • Replies 2
  • Views 1645
Re: Cart Total on Checkout Page

Hi thanks for the reply.

As above, I declared

Code: Select all

 $data['cart_total'] = $this->cart->getSubTotal();  
in the controller.

Then in the template I tried

Code: Select all

echo $cart_total
But I was met with errors.

Jump to post
  • Wed May 22, 2019 12:43 am
  • Replies 3
  • Views 573
Cart Total on Checkout Page

2.3.0.2 Hello I'm trying to get the cart subtotal on the checkout page in another area besides the main shopping list total. I've tried various ways to enable this without succeeding. I've declared $data['cart_total'] = $this->cart->getSubTotal(); in the controller and tried calling $total , however...

Jump to post
  • Tue May 21, 2019 10:06 pm
  • Replies 3
  • Views 573
SEO Urls

Hello

I've just upgraded to the latest version of OC from 2.3.0.2 - in 2.3.0.2 I have SEO URL filled out on 5000 products. Now on v3 they're blank. Have I made an error somewhere or doesn't this get converted over? How do I fix without manually redoing every URL?

Kind regards,
Chris

Jump to post
  • Wed Jan 30, 2019 9:46 pm
  • Replies 6
  • Views 856
Re: Product Images

It was just the latest downloadable release off here, I assumed it'd have been stable, what's the latest stable?

Jump to post
  • Wed Jan 30, 2019 9:37 pm
  • Replies 3
  • Views 1300
Product Images

Hello Opencart Version 3.0.3.1 Just upgraded from OC 2.3.0.2 - What should the product image folder set up be? Currently i have it as image/catalog/data/{products}.jpg however this isn't showing any images on the front end for my products. And the source of images is coming up as src="" bl...

Jump to post
  • Wed Jan 30, 2019 8:19 pm
  • Replies 3
  • Views 1300
Re: getimagesize() errors

Thank you.

Jump to post
  • Fri Oct 05, 2018 6:47 pm
  • Replies 2
  • Views 1745
getimagesize() errors

Hello I am using OC version 2.3.0.2 I keep getting these errors in my error logs. 2018-10-03 17:46:57 - PHP Notice: getimagesize(): Read error! in /home/melodyjane/public_html/vqmod/vqcache/vq2-system_storage_modification_catalog_model_tool_image.php on line 14 2018-10-03 17:57:10 - PHP Notice: geti...

Jump to post
  • Thu Oct 04, 2018 4:42 pm
  • Replies 2
  • Views 1745
Re: cart total doesnt update

Ditto, I've just noticed this myself. Even though there's items in the cart totalling X amount. It'll just say $0.00

Jump to post
  • Mon Jun 18, 2018 10:32 pm
  • Replies 1
  • Views 364
Re: Use SEO URLs not working

Oh I see, thank you.

I had to manually edit in phpmyadmin, as seo urls for oc 2.3.0.2 wasn't updated and put into oc3, don't know if it's supposed to anyway? After editing 5000+ urls it's all working now, thanks for the heads up!

Jump to post
  • Mon Jun 18, 2018 7:27 pm
  • Replies 9
  • Views 3102
Use SEO URLs not working

Using Version 3.0.2.0

Hi

I'm enabled "Use SEO URLs" in the admin side and am using the default .htacess file however no SEO url's are being produced, they're all the default index.php etc. Do I have to enable anything else or have I missed a step in the config files?

Jump to post
  • Fri Jun 15, 2018 9:01 pm
  • Replies 9
  • Views 3102

Search found 98 matches