kinslayer Posted March 20, 2015 Share Posted March 20, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now