xwing Posted March 1, 2010 Share Posted March 1, 2010 I am currently using Prestashop 1.1 and I have a problem with it: I wish to allow Free Shipping to a state(ex: Alabama) but there is no option for that in the program. Can somebody help me with a function that when a customer selects his/her home state Alabama the shipping tax will show 0.Thank you in advance! Link to comment Share on other sites More sharing options...
tomerg3 Posted March 1, 2010 Share Posted March 1, 2010 Do you want just the tax to show 0, or the shipping?/classes/carriier.php handles the shipping part, there are functions for different shipping options, find the one that you are using, and add a condition to check if the customer if from alabama, if they are, then return 0 Link to comment Share on other sites More sharing options...
Recommended Posts