| {"prdset_product_name"|translate} |
{"cart_product_quantity"|translate} |
{"ordr_itemprice_excluding_tax"|translate} |
{section name=i loop=$orderContent}
|
{$orderContent[i].name|escape:'html'}
{*
* @features "Supporting e-products, which user can download after payment"
*}
{if $orderContent[i].eproduct_filename|escape:'html'}
{if $completed_order_status}
{if $completed_order_status == $order.statusID}
{"btn_download"|translate} {$orderContent[i].file_size_str}
{if $orderContent[i].day_count_remainder > 0}
- {"prdset_download_is_available_for"|translate}
{$orderContent[i].day_count_remainder|escape:'html'}
{"msg_days"|translate}
{if $orderContent[i].load_counter_remainder != 0}
,
{"prd_download_downloads_left"|translate}
{$orderContent[i].load_counter_remainder|escape:'html'}
{"prd_download_str_downloads"|translate}
{/if}
{/if}
{/if}
{/if}
{/if}
{*
* @features
*}
|
{$orderContent[i].Quantity|escape:'html'} |
{$orderContent[i].PriceToShow|escape:'html'} |
{/section}
| |
{if $order.order_discount}
| {"usr_custinfo_group_discount"|translate} |
{$order.order_discount_valueToShow} |
{/if}
{if $order.shipping_cost || $order.tax}
| {"ordr_subtotal"|translate} |
{$order.clear_total_priceToShow} |
{/if}
{if $order.shipping_cost}
| {"ordr_shipping_handling_cost"|translate} |
{$order.shipping_costToShow} |
{/if}
{if $order.tax}
| {"ordr_tax"|translate} |
{$order.tax_toShow} |
{/if}
| {"str_total"|translate} |
{$order.order_amountToShow} |