Jump to content

Shipping fee from $ amount to % of total order price.


Recommended Posts

I would like to change where the table under Shipping > Fees: Carriers… it shows the zones you selected and the weight or dollar ranges, to be in % instead of $.. so that the top part with handling, free shipping starts at.. and billing according to:… stays the same.

Found some lines in Carrier.php

$shipping_cost += $carrier->getDeliveryPriceByPrice($orderTotal, $id_zone);

Insted of adding the order total to the shipping stored for that carrier in that zone.. I want to get get percent of total order.. this percent would be stored in Shipping > Carriers > Fees... where currently is a dollar amount.

Link to comment
Share on other sites

×
×
  • Create New...