Is there by any chance a way to set shipping cost by state in a carrier in prestashop?
i.e. let's say i want a different shipping cost to send in Alabama than in Alaska with the same carrier
Thanks
Is there by any chance a way to set shipping cost by state in a carrier in prestashop?
i.e. let's say i want a different shipping cost to send in Alabama than in Alaska with the same carrier
Thanks
There are a couple ways of doing this. You can purchase an external module, such as this one, or create an override like so:
1) Copy "classes/Address.php" to "override/classes/Address.php".
2) In line 28 change class name from AddressCore to Address
3) Before function getZoneById, paste this new function
4) Add before first line of function getZoneById this:
This worked for me: