Jump to content

Search the Community

Showing results for tags 'Smarty'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 2 results

  1. 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
  2. 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:"&hellip;":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.
×
×
  • Create New...