pirate1 Posted May 16, 2014 Share Posted May 16, 2014 In the shop I am working on I have one item which will not have a handling charge. I am thinking the best way to handle that would be with an it then statement on the shopping cart page. I cannot figure out how to write it. I am thinking of something like; {if product_name="free item" then <td colspan="2" class="price" id="total_shipping" >{displayPrice price=0}</td> {/if} After that it would just continue with <td colspan="2" class="price" id="total_shipping" >{displayPrice price=$total_shipping_tax_exc}</td> and so on. I know I have the wrong product_name variable. I am having a lot of trouble figuring out the smarty tables stuff so I could use some help. Any help or suggestions would be appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts