vietportland1 Posted April 30, 2013 Share Posted April 30, 2013 (edited) Hi, I have free shipping on my site. However I'm still getting this message on the checkout page> Remaining amount to be added to your cart to get free shipping.. How can I remove it? Thank You Edited April 30, 2013 by vietportland1 (see edit history) Link to comment Share on other sites More sharing options...
Ignawin Posted May 20, 2013 Share Posted May 20, 2013 Hi, it's quite easy, really. Go to your FTP, open themes/YourTheme/shopping-cart.tpl. Now, Press ctrl+f and look for <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> Comment it, so it doesn't appear in the code anymore. Like in the code below. {*<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>*} Now, it's done, but you need to compile it. Go to admin/preferences/Performace and allow Force Compile, disable Cache for a while. Go to the cart, press F5 and you should not be seing this message anymore. If it still doesn't work, you might want to delete all your cache in Tools/smarty/compile (except for index.php) Is it working now? 1 Link to comment Share on other sites More sharing options...
vietportland1 Posted June 5, 2013 Author Share Posted June 5, 2013 Thank You I will try it. Link to comment Share on other sites More sharing options...
vekia Posted June 5, 2013 Share Posted June 5, 2013 hope it will work for you, don't forget to let us know if so 1 Link to comment Share on other sites More sharing options...
chevy2002 Posted October 28, 2013 Share Posted October 28, 2013 I did comment it and it does not show the message --Remaining amount to be added to your cart to get free shipping --any more but the regular shipping cost (UPS) is not showing either. is there a way to fix this. Link to comment Share on other sites More sharing options...
Recommended Posts