just add the following to modules/shipping/Per_item/calc.php:
After
$sum = $module['handling'] + ($module['cost'] * $noItems);
Add
if ($sum>amount) $sum=amount;
Where amount is the maximum cost for shipping..
Posted 06 September 2005 - 01:57 PM
$sum = $module['handling'] + ($module['cost'] * $noItems);
if ($sum>amount) $sum=amount;
Posted 14 September 2005 - 06:30 PM
0 members, 1 guests, 0 anonymous users