Post by ransom1 » Mon Jul 14, 2014 6:43 pm

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.

Newbie

Posts

Joined
Mon Jul 14, 2014 6:20 pm

Post by JAY6390 » Mon Jul 14, 2014 7:13 pm

Open

Code: Select all

/system/library/cart.php
Find this line

Code: Select all

return $weight; 
change it to

Code: Select all

return ceil($weight); 
and save

Image


User avatar
Guru Member

Posts

Joined
Wed May 26, 2010 11:47 pm
Location - United Kingdom
Who is online

Users browsing this forum: No registered users and 106 guests