邮件模板里面的订单列表

app\design\frontend\base\default\template\email\order\items\order\default.phtml


getItem() ?>
getItem()->getOrder() ?>

    
        htmlEscape($_item->getName()) ?>
        getItemOptions()): ?>
        
getItemOptions() as $option): ?>
escapeHtml($option['value'])) != 'US STANDARD SIZE HAS SELECTED'): ?>
escapeHtml($option['value']))) ?>
getProductAdditionalInformationBlock(); ?> setItem($_item)->toHtml(); ?> escapeHtml($_item->getDescription()) ?> htmlEscape($this->getSku($_item)) ?> getQtyOrdered()*1 ?> helper('tax')->displaySalesPriceExclTax($_order->getStore()) || $this->helper('tax')->displaySalesBothPrices($_order->getStore())): ?> helper('tax')->displaySalesBothPrices($_order->getStore())): ?> __('Excl. Tax'); ?>: typeOfDisplay($_item, array(0, 1, 4), 'email', $_order->getStore())): ?> formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?> formatPrice($_item->getRowTotal()) ?> getApplied($_item)): ?>
typeOfDisplay($_item, 1, 'email', $_order->getStore())): ?> getApplied($_item) as $tax): ?> : formatPrice($tax['row_amount'],true,true); ?>
typeOfDisplay($_item, 2, 'email', $_order->getStore())): ?> getApplied($_item) as $tax): ?> : formatPrice($tax['row_amount_incl_tax'],true,true); ?>
typeOfDisplay($_item, 4, 'email', $_order->getStore())): ?> getApplied($_item) as $tax): ?> : formatPrice($tax['row_amount_incl_tax'],true,true); ?>
typeOfDisplay($_item, 2, 'email', $_order->getStore())): ?>
__('Total'); ?>:
formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
helper('tax')->displaySalesPriceInclTax($_order->getStore()) || $this->helper('tax')->displaySalesBothPrices($_order->getStore())): ?> helper('tax')->displaySalesBothPrices($_order->getStore())): ?>
__('Incl. Tax'); ?>: helper('checkout')->getSubtotalInclTax($_item); ?> typeOfDisplay($_item, array(0, 1, 4), 'email', $_order->getStore())): ?> formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?> formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?> getApplied($_item)): ?>
typeOfDisplay($_item, 1, 'email', $_order->getStore())): ?> getApplied($_item) as $tax): ?> : formatPrice($tax['row_amount'],true,true); ?>
typeOfDisplay($_item, 2, 'email', $_order->getStore())): ?> getApplied($_item) as $tax): ?> : formatPrice($tax['row_amount_incl_tax'],true,true); ?>
typeOfDisplay($_item, 4, 'email', $_order->getStore())): ?> getApplied($_item) as $tax): ?> : formatPrice($tax['row_amount_incl_tax'],true,true); ?>
typeOfDisplay($_item, 2, 'email', $_order->getStore())): ?> __('Total incl. tax'); ?>:
formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
getGiftMessageId() && $_giftMessage = $this->helper('giftmessage/message')->getGiftMessage($_item->getGiftMessageId())): ?> __('Gift Message') ?> __('From:'); ?> htmlEscape($_giftMessage->getSender()) ?>
__('To:'); ?> htmlEscape($_giftMessage->getRecipient()) ?>
__('Message:'); ?>
htmlEscape($_giftMessage->getMessage()) ?>


你可能感兴趣的:(邮件模板里面的订单列表)