Alaincassis Posted January 23, 2015 Share Posted January 23, 2015 (edited) Hi all, On my old PS 1.4.5.1 website, it was a very useful function: When decided the amount of order over which shipping is free , this is what appears in the cart (in one page checkout option ) : Remaining amount to be add to your cart in order to obtain free shipping: XX€. In 1.4.5 shopping_cart.tpl : <tr class="cart_free_shipping" {if $free_ship <= 0 || $isVirtualCart} style="display: none;" {/if}> <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> </tr> How can I use it in 1.6.0.11 shopping_cart.tpl ? Which variables we have to use, instead of $free_ship etc... Thanks a lot if somebody give the answer ! Edited January 23, 2015 by Alaincassis (see edit history) Link to comment Share on other sites More sharing options...
Alaincassis Posted January 25, 2015 Author Share Posted January 25, 2015 (edited) OK, it works now on 1.6.0.11 exactly like on 1.4.5.1 !!! Edited January 25, 2015 by Alaincassis (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now