Hello,
I'm running OC 1.5.6.4 from a clean install. What I need to do is make my cart round up the total cart weight to a whole kg. So if my customers cart total is 4.3kg I need the shipping calculated on 5kg. How can I do this?
Thank you.
Open
Find this line
change it to
and save
Code: Select all
/system/library/cart.php
Code: Select all
return $weight;
Code: Select all
return ceil($weight);
Who is online
Users browsing this forum: No registered users and 106 guests