Jump to content

How Can I Remove Message From The Cart Screen?


Recommended Posts

After adding a few items to the cart, if you then click on the cart to see it's content I get the following message appear at the bottom:

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

How can I remove this message as it's not something I can afford to offer at this early stage of my business plan?

Many thanks.

:)

Link to comment
Share on other sites

If you don't want to offer free shipping after a certain order amount, go to the Shipping tab in the Back Office and set "Free shipping starting at" to 0.

If you want to offer free shipping after a certain order amount, but don't want to display the message, remove the following code from shopping-cart.tpl in your theme:

{if $free_ship > 0}

{l s='Remaining amount to be added to your cart in order to obtain free shipping:'}
{convertPrice price=$free_ship}

{/if}

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...