{ifloop rel='the-order'}
{loop type="order" name="the-order" id=$order_id customer="*"}
{loop type="currency" name="order-currency" id=$CURRENCY}
{$orderCurrency=$SYMBOL}
{/loop}
{assign "orderStatusId" $STATUS}
{intl l='Cart - Prices in %currency' currency={$orderCurrency}}
| {intl l="Product"} |
{intl l="Unit. price"} |
{intl l="Tax"} |
{intl l="Unit taxed price"} |
{intl l="Quantity"} |
{intl l="Taxed total"} |
{loop type="order_product" name="order-products" order=$ID}
{if $WAS_IN_PROMO == 1}
{assign "realPrice" $PROMO_PRICE}
{assign "realTax" $PROMO_PRICE_TAX}
{assign "realTaxedPrice" $TAXED_PROMO_PRICE}
{else}
{assign "realPrice" $PRICE}
{assign "realTax" $PRICE_TAX}
{assign "realTaxedPrice" $TAXED_PRICE}
{/if}
{$TITLE}
{ifloop rel="combinations"}
{loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
- {$ATTRIBUTE_TITLE}
- {$ATTRIBUTE_AVAILABILITY_TITLE}
{/loop}
{/ifloop}
{module_include location='order-product-list'}
|
{format_money number=$realPrice symbol=$orderCurrency} |
{format_money number=$realTax symbol=$orderCurrency} |
{format_money number=$realTaxedPrice symbol=$orderCurrency} |
{$QUANTITY} |
{format_money number=$realTaxedPrice * $QUANTITY symbol=$orderCurrency} |
{/loop}
|
{intl l="Total without discount"} |
{format_money number=$TOTAL_TAXED_AMOUNT-$POSTAGE+$DISCOUNT symbol=$orderCurrency} |
|
{intl l="Discount"} |
{format_money number=$DISCOUNT symbol=$orderCurrency} |
|
{intl l="Coupon code"} |
{loop type="order_coupon" name="couponcode" order=$ID}
{$CODE}{if $LOOP_COUNT != $LOOP_TOTAL}, {/if}
{/loop}
{elseloop rel="couponcode"}
Ø
{/elseloop}
|
|
{intl l="Total including discount"} |
{format_money number=$TOTAL_TAXED_AMOUNT-$POSTAGE symbol=$orderCurrency} |
|
{intl l="Postage"} |
{format_money number=$POSTAGE symbol=$orderCurrency} |
|
{intl l="Total"} |
{format_money number=$TOTAL_TAXED_AMOUNT symbol=$orderCurrency} |
{intl l='Payment information'}
| {intl l="Payment module"} |
{loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop} |
| {intl l="Transaction reference"} |
{$TRANSACTION_REF} |
{intl l='Delivery module'}
{loop name="payment-module" type="module" id=$DELIVERY_MODULE}
- {intl l="Name"}
- {$TITLE}
- {intl l="Description"}
- {$DESCRIPTION}
{/loop}
{intl l='Invoice informations'}
| {intl l="Invoice reference"} |
{$INVOICE_REF} |
| {intl l="Invoice date"} |
{format_date date=$INVOICE_DATE output="date"} |
{loop type="order_address" name="order-invoice-address" id=$INVOICE_ADDRESS}
| {intl l="Title"} |
{loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG}{/loop} |
| {intl l="Company"} |
{$COMPANY} |
| {intl l="Firstname"} |
{$FIRSTNAME} |
| {intl l="Lastname"} |
{$LASTNAME} |
| {intl l="Street address"} |
{$ADDRESS1} |
| {intl l="Additional address"} |
{$ADDRESS2} |
| {intl l="Additional address"} |
{$ADDRESS3} |
| {intl l="Zip code"} |
{$ZIPCODE} |
| {intl l="City"} |
{$CITY} |
| {intl l="Country"} |
{loop type="country" name="order-invoice-address-country" id=$COUNTRY}{$TITLE}{/loop} |
| {intl l="Phone"} |
{$PHONE} |
{/loop}
{intl l='Delivery address'}
{loop type="order_address" name="order-delivery-address" id=$DELIVERY_ADDRESS}
| {intl l="Title"} |
{loop type="title" name="order-delivery-address-title" id=$TITLE}{$LONG}{/loop} |
| {intl l="Company"} |
{$COMPANY} |
| {intl l="Firstname"} |
{$FIRSTNAME} |
| {intl l="Lastname"} |
{$LASTNAME} |
| {intl l="Street address"} |
{$ADDRESS1} |
| {intl l="Additional address"} |
{$ADDRESS2} |
| {intl l="Additional address"} |
{$ADDRESS3} |
| {intl l="Zip code"} |
{$ZIPCODE} |
| {intl l="City"} |
{$CITY} |
| {intl l="Country"} |
{loop type="country" name="order-delivery-address-country" id=$COUNTRY}{$TITLE}{/loop} |
| {intl l="Phone"} |
{$PHONE} |
{/loop}
{include file="includes/module-tab-content.html" location="order-edit"}
{/loop}
{/ifloop}
{elseloop rel="the-order"}
DOES NOT EXISTS
{/elseloop}