{$TITLE}
- {if $CHAPO} --
- {loop name="blog.document" type="document" content={$ID}}
-
- {$TITLE} - {/loop} -
diff --git a/templates/frontOffice/led/.gitignore b/templates/frontOffice/led/.gitignore deleted file mode 100644 index 1e501e3f..00000000 --- a/templates/frontOffice/led/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -bower_components -node_modules \ No newline at end of file diff --git a/templates/frontOffice/led/404.html b/templates/frontOffice/led/404.html deleted file mode 100644 index 9acbf0d8..00000000 --- a/templates/frontOffice/led/404.html +++ /dev/null @@ -1,39 +0,0 @@ -{extends file="layout.tpl"} - -{* Body Class *} -{block name="body-class"}page-404{/block} - -{* Breadcrumb *} -{block name='no-return-functions' append} - {$breadcrumbs = [ - ['title' => {intl l="404"}, 'url'=>{url path="/404"}] - ]} -{/block} - -{block name="main-content"} -
{loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}
- {/elsehook} - -{loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}
- {if $TRANSACTION_REF} -{intl l="Transaction REF : %ref" ref={$TRANSACTION_REF}}
- {/if} - {/elsehook} - -| - {intl l="Product Name"} - {intl l="Name"} - | -- {intl l="Unit Price"} - {intl l="Price"} - | -- {intl l="Unit Taxed Price"} - {intl l="Taxed Price"} - | -- {intl l="Quantity"} - {intl l="Qty"} - | -- {intl l="Total"} - {intl l="Total"} - | -
|---|---|---|---|---|
| - {hook name="account-order.products-top" order={$order_id}} - | -||||
|
- {$TITLE} - {ifloop rel="combinations"} -
- {loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
- {$ATTRIBUTE_TITLE} - {$ATTRIBUTE_AVAILABILITY_TITLE} |
- {format_money number=$realPrice currency_id=$CURRENCY} |
- {format_money number=$realTaxedPrice currency_id=$CURRENCY} |
- {$QUANTITY} |
- {format_money number=$realTotalPrice currency_id=$CURRENCY} |
-
| - {hook name="account-order.product-extra" order={$order_id} order_product={$ID} product={$PRODUCT_ID}} - | -||||
| - {hook name="account-order.products-bottom" order={$order_id}} - | -||||
{intl l="Discount"} |
- {format_money number=$DISCOUNT currency_id=$CURRENCY} |
-
{intl l="Total without tax"} |
- {format_money number={$TOTAL_AMOUNT - $POSTAGE_UNTAXED} currency_id=$CURRENCY} |
-
{$name} |
- {format_money number=$_price_taxe_ currency_id=$CURRENCY} |
-
{intl l="Total with tax"} |
- {format_money number={$TOTAL_TAXED_AMOUNT - $POSTAGE} currency_id=$CURRENCY} |
-
{intl l="Postage"} |
- {format_money number=$POSTAGE curency_id=$CURRENCY} |
-
{intl l="Total"} |
- {format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY} |
-
{loop type="title" name="customer.title.info" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME|ucwords} {$LASTNAME|upper}
- {loop type="address" name="address.default" default="true"} -| - {if $DEFAULT === 1} - {$LABEL|default:$default} - {intl l="Main Address"} - {else} - {$LABEL|default:$default} - {/if} - | -
-
|
-
-
- {intl l="Edit"}
- {if $DEFAULT != 1}
- {intl l="Cancel"}
- {/if}
-
- |
-
|---|
| {intl l="Order number"} | -{intl l="Date"} | -{intl l="Amount"} | -{intl l="Status"} | -{intl l="View"} | -
|---|---|---|---|---|
| {$REF} | -{format_date date=$CREATE_DATE} | -{format_money number=$TOTAL_TAXED_AMOUNT currency_id=$CURRENCY} | -- {loop type="order-status" name="order.status" id={$STATUS}} - {assign "orderStatusCode" "order_$CODE"} - {if #$orderStatusCode# == ''} - {assign "defaultLabel" "label-default"} - {assign "orderStatusLabel" $CODE} - {else} - {assign "defaultLabel" ''} - {assign "orderStatusLabel" #$orderStatusCode#} - {/if} - {$TITLE} - {/loop} - | -- {intl l="Order details"} - | -
|
-
- {form_field field='delivery-module'}
- {if $isPost}
- {if $value == $ID}
- {assign var="isDeliveryMethodChecked" value="1"}
- {/if}
- {elseif $LOOP_COUNT == 1}
- {assign var="isDeliveryMethodChecked" value="1"}
- {/if}
-
- {/form_field}
-
- |
-
- {loop type="image" name="deliveryspicture" source="module" source_id=$ID force_return="true" width="100" height="72"}
- |
-
-
- {if $POSTAGE}
- {format_money number=$POSTAGE symbol={currency attr='symbol'}}
- {else}
-
- {/if}
-
- |
-
{intl l="Thanks for your message, we will contact as soon as possible."}
- {/elsehook} -- {intl - l="We're sorry but an error occured. Please try to contact the site administrator" - mail={config key='store_email'} - } -
- -
- {intl l="The product has been added to your cart" }- |
- ||
|
- {loop name="product_thumbnail" type="image" product=$ID width="720" height="482" resize_mode="borders" limit="1"}
- |
-
- {$TITLE}- {loop type="attribute_combination" name="product_options" product_sale_elements={$smarty.get.pse_id} order="manual"} -{$ATTRIBUTE_TITLE} : {$ATTRIBUTE_AVAILABILITY_TITLE} - {/loop} - |
-
- {loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}}
- {if $IS_PROMO == 1}
- {assign "real_price" $TAXED_PROMO_PRICE}
- {format_money number=$TAXED_PROMO_PRICE}
- {format_money number=$TAXED_PRICE}
- {else}
- {assign "real_price" $TAXED_PRICE}
- {format_money number=$TAXED_PRICE}
- {/if}
- {/loop}
- |
-
-
-
-
- {/elseloop}
-
-
- {$DESCRIPTION nofilter}
-{$CHAPO}
- -{$failed_order_message}
- {/if} - - {intl l="Try again"} -{intl l="A summary of your order has been sent to the following address"} : {customer attr="email"}
-{intl l="Your order will be confirmed by us upon receipt of your payment."}
-{intl l="A new password has been sent to your e-mail address. Please check your mailbox."}
-{$POSTSCRIPTUM}
-{$SALE_LABEL}
-{intl l="Save %amount%sign on this product" amount={$PRICE_OFFSET_VALUE} sign={$PRICE_OFFSET_SYMBOL}}
- {if $HAS_END_DATE} -{intl l="This offer is valid until %date" date={format_date date=$END_DATE output="date"}}
- {/if} -{$DESCRIPTION|default:'N/A' nofilter}
-{intl l="Save %amount%sign on these products" amount={$PRICE_OFFSET_VALUE} sign={$PRICE_OFFSET_SYMBOL}}
- {if $HAS_END_DATE} -{intl l="This offer is valid until %date" date={format_date date=$END_DATE output="date"}}
- {/if} -