diff --git a/templates/customer/_partials/order-detail-no-return.tpl b/templates/customer/_partials/order-detail-no-return.tpl index 040e309..92f3783 100644 --- a/templates/customer/_partials/order-detail-no-return.tpl +++ b/templates/customer/_partials/order-detail-no-return.tpl @@ -146,7 +146,7 @@ {$product.quantity} {/if} -
{'$'|cat:$product.total}
+
{$|cat:$product.total}
@@ -158,14 +158,14 @@ {foreach $order.subtotals as $line} {if $line.value}
-
{'$line.label'}
-
{'$line.value'}
+
{$line.label}
+
{$line.value}
{/if} {/foreach}
-
{'$order.totals.total.label'}
-
{'$order.totals.total.value'}
+
{$order.totals.total.label}
+
{$order.totals.total.value}
{/block} diff --git a/templates/customer/_partials/order-detail-return.tpl b/templates/customer/_partials/order-detail-return.tpl index 8aeefc5..c42db64 100644 --- a/templates/customer/_partials/order-detail-return.tpl +++ b/templates/customer/_partials/order-detail-return.tpl @@ -141,14 +141,14 @@ {foreach $order.subtotals as $line} {if $line.value} - {'$line.label'} - {'$line.value'} + {$line.label} + {$line.value} {/if} {/foreach} - {'$order.totals.total.label'} - {'$order.totals.total.value'} + {$order.totals.total.label} + {$order.totals.total.value} @@ -216,13 +216,12 @@ {if $line.value}
{$line.label}
-
{'$line.value'}
+
{$line.value}
{/if} - {/foreach} -
+ {/foreach}
{$order.totals.total.label}
-
{'$order.totals.total.value'}
+
{$order.totals.total.value}
diff --git a/templates/customer/guest-tracking.tpl b/templates/customer/guest-tracking.tpl index 52a149b..fdb7b9f 100644 --- a/templates/customer/guest-tracking.tpl +++ b/templates/customer/guest-tracking.tpl @@ -37,10 +37,10 @@ {block name='page_content' append} {block name='guest_to_customer'} -
+
-

{l s='Transform your guest account into a customer account and enjoy:' d='Shop.Theme.Customeraccount'}

-