{intl l="Check my order"}

{include file="misc/checkout-progress.tpl" step="invoice"} {form name="thelia.order.coupon"}
{form_hidden_fields form=$form} {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"}
{assign "cart_count" $LOOP_COUNT} {ifloop rel='product-image'} {loop type="image" name="product-image" product=$PRODUCT_ID limit="1" width="118" height="85" force_return="true"} Product #{$cart_count} {/loop} {/ifloop} {elseloop rel="product-image"} {images file='assets/img/product/1/118x85.png'}Product #{$cart_count}{/images} {/elseloop}

{$TITLE}

{intl l="Available"} :
{if $STOCK > 0}
{intl l="In Stock"}
{else}
{intl l="Out of Stock"}
{/if}
{intl l="No."}
{$REF}
{loop type="attribute_combination" name="product_options" product_sale_elements="$PRODUCT_SALE_ELEMENTS_ID"}
{$ATTRIBUTE_TITLE}
{$ATTRIBUTE_AVAILABILITY_TITLE}
{/loop}
{if $IS_PROMO == 1} {$PROMO_PRICE} {currency attr="symbol"} {else} {$PRICE} {currency attr="symbol"} {/if}
{if $IS_PROMO == 1} {assign "real_price" $PROMO_TAXED_PRICE}
{$PROMO_TAXED_PRICE} {currency attr="symbol"}
{intl l="instead of"} {$TAXED_PRICE} {currency attr="symbol"} {else} {assign "real_price" $TAXED_PRICE}
{$TAXED_PRICE} {currency attr="symbol"}
{/if}
{$QUANTITY} {$real_price * $QUANTITY} {currency attr="symbol"}
{$discount={order attr="discount"}} {if $discount} {/if}
{intl l="Discount"}
{$discount} {currency attr="symbol"}
{form_field form=$form field='success_url'} {/form_field} {form_field form=$form field='coupon-code'}
{if $error}{$message}{/if}
{/form_field}
{intl l="Shipping Tax"}
{order attr="postage"} {currency attr="symbol"}
{intl l="Total excl. taxes"}
{{cart attr="total_price"} + {order attr="postage"}} {currency attr="symbol"}
{intl l="Total incl. taxes"}
{{cart attr="total_taxed_price"} + {order attr="postage"}} {currency attr="symbol"}
{/form} {form name="thelia.order.payment"} {assign var="isPost" value=$smarty.post|count}
{form_hidden_fields form=$form} {if $form_error}
{$form_error_message}
{/if}
{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}
{/loop}
{form_field form=$form 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} {assign var="isInvoiceAddressChecked" value="1"} {/if} {elseif $DEFAULT} {assign var="isInvoiceAddressChecked" value="1"} {/if}
{/loop}
{/form_field} {form_field form=$form field='payment-module'}
{intl l="Choose your payment method"}
{if $error} {$message} {/if}
    {loop type="payment" name="payments" force_return="true"} {assign "paymentModuleId" $ID}
  • {/loop}
{/form_field} {form_field form=$form field="agreed"}
{if $error } {$message} {/if}
{/form_field} {intl l="Back"}
{/form}