{intl l="Check my order"}

{include file="misc/checkout-progress.tpl" step="invoice"} {hook name="order-invoice.top"} {form name="thelia.order.coupon"}
{form_hidden_fields} {form_field field='success_url'} {/form_field} {form_field field='error_url'} {/form_field} {if $form_error}
{$form_error_message}
{/if} {loop type="cart" name="cartloop"} {/loop}
  {intl l="Name"} {intl l="Price"} {intl l="Taxed Price"} {intl l="Qty"} {intl l="Total incl.tax"}
{assign var="product_image_url" value=null} {ifloop rel="pse-first-image"} {loop type="product-sale-elements-image" name="pse-first-image" product_sale_elements_id=$PRODUCT_SALE_ELEMENTS_ID limit="1"} {loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"} {assign var="product_image_url" value=$IMAGE_URL} {/loop} {/loop} {/ifloop} {elseloop rel="pse-first-image"} {loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"} {assign var="product_image_url" value=$IMAGE_URL} {/loop} {/elseloop} {if $product_image_url} Product #{$LOOP_COUNT} {else} Product #{$LOOP_COUNT} {/if}

{$TITLE}

{intl l="Available"} :
{if $STOCK > 0}
{intl l="In Stock"}
{else}
{intl l="Out of Stock"}
{/if} {loop type="product_sale_elements" name="ref" id=$PRODUCT_SALE_ELEMENTS_ID}
{intl l="No."}
{$REF}
{/loop} {loop type="attribute_combination" name="product_options" product_sale_elements="$PRODUCT_SALE_ELEMENTS_ID"}
{$ATTRIBUTE_TITLE}
{$ATTRIBUTE_AVAILABILITY_TITLE}
{/loop}
{format_money number=$REAL_PRICE}
{format_money number=$REAL_TAXED_PRICE} {if $IS_PROMO == 1} {intl l="instead of"} {format_money number=$TAXED_PRICE} {/if}
{$QUANTITY} {format_money number=$REAL_TOTAL_TAXED_PRICE}
{$discount={order attr="discount"}} {if $discount > 0} {/if} {if {cart attr="is_virtual"} != 1} {/if}
{form_field field='success_url'} {/form_field} {form_field field='coupon-code'}
{if $error}{$message}{/if}
{/form_field}
{intl l="Cart total excl. taxes"}
{format_money number={cart attr="total_price_without_discount"}}
{intl l="Taxes total"}
{format_money number={cart attr="total_tax_amount_without_discount"}}
{intl l="Cart total incl. taxes"}
{format_money number={cart attr="total_taxed_price_without_discount"}}
{intl l="Discount incl. taxes"}
{intl l="Tax: %tax" tax={format_money number={cart attr="discount_tax_amount"} currency_id=$CURRENCY}}
-{format_money number=$discount}
{intl l="Shipping"} {$postageTax = {order attr="postage_tax"}} {if $postageTax > 0}
{intl l="Including %tax tax" tax={format_money number=$postageTax}} {/if}
{format_money number={order attr="postage"}}
{intl l="Total incl. taxes"}
{format_money number={{cart attr="total_taxed_price"} + {order attr="postage"}}}
{hook name="order-invoice.coupon-form"}
{/form} {form name="thelia.order.payment"} {assign var="isPost" value=$smarty.post|count}
{form_hidden_fields} {form_field field="error_url"} {/form_field} {if $form_error}
{$form_error_message}
{/if}
{ifhook rel="order-invoice.delivery-address"} {* delivery module can customize the delivery address *} {hook name="order-invoice.delivery-address" module={order attr="delivery_module"}} {/ifhook} {elsehook rel="order-invoice.delivery-address"}
{loop type="address" name="delivery-address" id={order attr="delivery_address"}}
{intl l="Delivery address"}
{loop type="title" name="customer.title.info" id=$TITLE}{$SHORT}{/loop} {$LASTNAME|upper} {$FIRSTNAME|ucwords} {$COMPANY}
{$ADDRESS1}
{if $ADDRESS2 != ""} {$ADDRESS2}
{/if} {if $ADDRESS3 != ""} {$ADDRESS3}
{/if} {$ZIPCODE} {$CITY}, {loop type="country" name="customer.country.info" id=$COUNTRY}{$TITLE}{/loop} {if $STATE}, {loop type="state" name="customer.state.info" id=$STATE}{$TITLE}{/loop}{/if}
{/loop}
{/elsehook} {form_field field='invoice-address'}
{intl l="Billing address"}
{if $error} {$message} {/if}
{loop type="address" name="invoice-address"} {assign var="isInvoiceAddressChecked" value="0"} {if $isPost} {if $value == $ID && $value != ""} {assign var="isInvoiceAddressChecked" value="1"} {elseif $DEFAULT} {assign var="isInvoiceAddressChecked" value="1"} {/if} {elseif $DEFAULT} {assign var="isInvoiceAddressChecked" value="1"} {/if}
{/loop}
{/form_field} {form_field field='payment-module'}
{intl l="Choose your payment method"}
{if $error} {$message} {/if}
    {loop type="payment" name="payments" force_return="true"} {assign "paymentModuleId" $ID}
  • {hook name="order-invoice.payment-extra" module={$paymentModuleId}}
  • {/loop}
{/form_field} {form_field field="agreed"}
{if $error } {$message} {/if}
{/form_field} {hook name="order-invoice.payment-form"} {intl l="Back"}
{/form} {hook name="order-invoice.bottom"}