chevy2002 Posted October 25, 2013 Share Posted October 25, 2013 Hi all New to prestashop. i have the lastest version of prestashop 1.5. My issue is when a customer orders a qty of 3 of any product it gives them a message stating 1 dollar more to get free shipping. I found in shopping-cart.tpl a statement that has: <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"><span class="price">{displayPrice price=$free_ship}</span></td> </tr> Can someone please tell me how can I remove this statement without damaging the file? your help is appreciated Chevy2002 Link to comment Share on other sites More sharing options...
Recommended Posts