Jump to content

free shipping label


kinslayer

Recommended Posts

I would like to add free shipping label, if the product have free shipping attribute.
 
Similar like new label is added in product-list.tpl
 

{if isset($product.new) && $product.new == 1}
<a class="new-box" href="{$product.link|escape:'html':'UTF-8'}">
<span class="new-label">{l s='New'}</span>
</a>
{/if}

 
How can I check, if product have free shipping attribute or not ?

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...