Jump to content

Remove: Remaining amount to be added to your cart to get free shipping


Recommended Posts

  • 3 weeks later...

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?

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
  • 4 months later...
×
×
  • Create New...