{extends file="admin-layout.tpl"} {block name="page-title"}{intl l='Edit an order'}{/block} {block name="check-permissions"}admin.order.edit{/block} {block name="main-content"}
{intl l='Information about order 01201303540354'}
{intl l="Designation"} {intl l="Price"} {intl l="Quantity"} {intl l="Total"}
T-Shirt F T1 20.00 € 3 60.00 €
T-Shirt F T1 20.00 € 3 60.00 €
T-Shirt F T1 20.00 € 3 60.00 €
Total 180.00 €
{intl l='Information about the bill'}
{intl l="Bill n°"} {intl l="Compagny"} {intl l="Firstname & Lastname"} {intl l="Date & Hour"}
0001 Thelia Dupont Jean 11/01/2013 14:11:00

{intl l='Information about the carriage'} {intl l='Download pdf bill'}

{intl l="Mode of transportation"}
Colissimo
{intl l="Description"}
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ut, error, necessitatibus ipsam dolores ad quisquam provident sed repudiandae ullam quasi quae perferendis numquam voluptates doloribus laborum possimus dicta similique in?
{intl l='Information about the settlement'}
{intl l="Type of payment"} Unknown
{intl l="Transaction reference"} 141100
{intl l="Total order before discount"} 60 €
{intl l="Discount"} 10%
{intl l="Coupon code"}
{intl l="Total with discount"} 50 €
{intl l="Freight"} 6 €
{intl l="Total"} 56 €
{intl l='Billing address'}
{intl l="Title"} Mr
{intl l="Compagny"} Thelia
{intl l="Firstname"} Espeche
{intl l="Lastname"} Michaël
{intl l="Street address"} 5, rue Rochon
{intl l="Additional address"} Lorem ipsum dolor sit amet
{intl l="Additional address"} Lorem ipsum dolor sit
{intl l="Zip code"} 63000
{intl l="City"} Clermont-Fd
{intl l="Country"} France
{intl l="Phone"} 01 02 03 04 05
{intl l='Delivery address'}
{intl l="Title"} Mr
{intl l="Compagny"} Thelia
{intl l="Firstname"} Espeche
{intl l="Lastname"} Michaël
{intl l="Street address"} 5, rue Rochon
{intl l="Additional address"} Lorem ipsum dolor sit amet
{intl l="Additional address"} Lorem ipsum dolor sit
{intl l="Zip code"} 63000
{intl l="City"} Clermont-Fd
{intl l="Country"} France
{intl l="Phone"} 01 02 03 04 05
{intl l='Further information'}
{intl l='Bill'} {intl l='Download bill to pdf'}
{intl l='Delivery'} {intl l='Download delivery to pdf'}
{* Update an Address *} {form name="thelia.address.update"} {* Capture the dialog body, to pass it to the generic dialog *} {capture "edit_address_dialog"} {form_hidden_fields form=$form} {form_field form=$form field='label'}
{/form_field} {form_field form=$form field='company'}
{/form_field} {form_field form=$form field='title'}
{/form_field} {form_field form=$form field='firstname'}
{/form_field} {form_field form=$form field='lastname'}
{/form_field} {form_field form=$form field='address1'}
{form_field form=$form field='address2'} {/form_field}
{form_field form=$form field='address3'} {/form_field}
{/form_field} {form_field form=$form field='zipcode'}
{/form_field} {form_field form=$form field='city'}
{/form_field} {form_field form=$form field='country'}
{/form_field} {/capture} {include file = "includes/generic-create-dialog.html" dialog_id = "edit_address_dialog" dialog_title = {intl l="Edit an address"} dialog_body = {$smarty.capture.edit_address_dialog nofilter} dialog_ok_label = {intl l="Edit this address"} dialog_cancel_label = {intl l="Cancel"} form_action = {url path='/admin/address/update'} form_enctype = {form_enctype form=$form} form_error_message = $form_error_message } {/form} {/block}