New Zenner
- Join Date:
- Mar 2009
- Posts:
- 1
- Plugin Contributions:
- 0
Someone up for a challenge for Shipping costs ?
Hi there...
Well here is the Challenge:
I modified already the zones.php... Modification was as following:
Shipping costs are charged by weight. So each Kilogramm gets charged in the zone rates ( so charges are $ 3.15/kg so shipping will cost $630 for this zone and so on and os on ).
Now i added also $0.35 on each charged kilogramm for the packaging.
The only problem is: When the customer changes the currencie the value 0.35 remains for every currency.
the code that i changed looks as following:
// charge per box when done by Price
$shipping_cost = ($shipping * $shipping_num_boxes * $shipping_weight + ($shipping_weight * 3.5)) + constant('MODULE_SHIPPING_ZONES_HANDLING_' . $dest_zone);
break;
case (MODULE_SHIPPING_ZONES_METHOD == 'Price'):
So who got an idea, that if the customer changes the currencie, it will calculate the right amount ?
Greets from Cape Town South Africa !!!