Search the Community
Showing results for tags 'smarty'.
-
In order complete email I want to let customers know, when approximately they will receive their item. I was hoping to add smarty to the template but when I change the status it freezes CubeCart. I've added this to the template {assign var="z_date" value="+5 days"|date_format:"%d-%m-%Y"} {$z_date} I guess I need to add the first part somewhere in the files and just add {$z_date} to the template. Any help really appreciated. Thanks, Peter
- 10 replies
-
- smarty
- delivery date
-
(and 1 more)
Tagged with:
-
skins/mican/templates/content.checkout.php has lines {foreach from=$item.options item=option} <p> <strong>{$option.option_name}</strong>: {$option.value_name|truncate:45:"…":true} {if !empty($option.price_display)} ({$option.price_display}){/if} </p> {/foreach} How would I add in, for example, the UPC, EAN code, etc.? I imagine it's something like $option.upc_code but can't think of anything to make it work and there doesn't seem to be any documentation. Any ideas? Many thanks.