Post by chris399@orange.fr » Sat May 27, 2017 7:18 pm

Hello i have a worry, a line at the top of my site, not on all the pages but almost,
"Warning: Division by zero in /home/chrispasbp/www/system/storage/modification/system/library/cart.php on line 347Warning: Library / cart.php on line 347 "
This happens when I set up the discount pack pro module
I have version 2.1.0.1 opencart
Here is my page code at level 347

Is there a code to add or delete, I am novice, thank you for helping me

Attachments

jjjjjjj.jpg

jjjjjjj.jpg (170.44 KiB) Viewed 297 times


New member

Posts

Joined
Fri May 13, 2016 9:15 pm

Post by sculptex » Sat May 27, 2017 11:46 pm

$price must be zero at that point
change the line to

Code: Select all

$discount = ($price>0)?round( ($discount / $price) * 100, 2 ):0;
you will probably need to change it in the mod itself as the modification will soon get overwritten when other changes are made.

In fact you should really alert the mod developer to this as a future release would overwrite your modifcation aswell.

ImageImage


User avatar
Active Member

Posts

Joined
Tue Sep 13, 2011 3:07 am
Location - UK

Post by chris399@orange.fr » Sun May 28, 2017 1:02 am

thanks I trieds and I alert the développers thanks you :)

New member

Posts

Joined
Fri May 13, 2016 9:15 pm
Who is online

Users browsing this forum: No registered users and 217 guests