Jump to content

Remaining amount to be added to your cart in order to obtain free shipping


Recommended Posts

I had the same problem.. I am not sure know if i took the best way... I do this:

 

-I don't configure the free shipping quantity in the shipping options.

-I have created a new range of price for my courrier (from 99.99€ to 100000€) and I put 0€ as price for that. When I have an order of 100€ Prestashop changes the price of shipping and it is 0€

-I dont' configure the weight options.

Link to comment
Share on other sites

As this is not configurable in the BO you would have to edit themes/shopping-cart.tpl

 

Around line #207 you'll find the code:

 

 <td colspan="6" style="white-space: normal;">{l s='Remaining amount to be added to your cart in order to obtain free shipping:'}</td>
 <td id="free_shipping" class="price">{displayPrice price=$free_ship}</td>

Link to comment
Share on other sites

×
×
  • Create New...