{* * PrestaChamps * * NOTICE OF LICENSE * * This source file is subject to the Commercial License * you can't distribute, modify or sell this code * * DISCLAIMER * * Do not edit or add to this file * If you need help please contact leo@prestachamps.com * * @author Mailchimp * @copyright PrestaChamps * @license commercial *}
| {l s='ID' mod='mailchimppro'} | {l s='Customer' mod='mailchimppro'} | {l s='Order total' mod='mailchimppro'} | {l s='Products' mod='mailchimppro'} | {l s='Created at' mod='mailchimppro'} | {l s='Updated at' mod='mailchimppro'} |
|---|---|---|---|---|---|
| {$cart.id|escape:'htmlall':'UTF-8'} | {$cart.customer.email_address|escape:'htmlall':'UTF-8'} | {$cart.order_total|escape:'htmlall':'UTF-8'} {$cart.currency_code|escape:'htmlall':'UTF-8'} | {include file='./entity_list/cart/line.tpl' lines=$cart.lines currency_code=$cart.currency_code} | {$cart.created_at|escape:'htmlall':'UTF-8'} | {$cart.updated_at|escape:'htmlall':'UTF-8'} |