{$TITLE}
+ {if $CHAPO} +-
+ {loop name="blog.document" type="document" content={$ID}}
+
- {$TITLE} + {/loop} +
diff --git a/templates/frontOffice/default2020/.gitignore b/templates/frontOffice/default2020/.gitignore new file mode 100644 index 00000000..1e501e3f --- /dev/null +++ b/templates/frontOffice/default2020/.gitignore @@ -0,0 +1,2 @@ +bower_components +node_modules \ No newline at end of file diff --git a/templates/frontOffice/default2020/404.html b/templates/frontOffice/default2020/404.html new file mode 100644 index 00000000..9acbf0d8 --- /dev/null +++ b/templates/frontOffice/default2020/404.html @@ -0,0 +1,39 @@ +{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"} + | +