diff --git a/templates/default/account.html b/templates/default/account.html index 6a666ed60..0174f1a3a 100644 --- a/templates/default/account.html +++ b/templates/default/account.html @@ -33,7 +33,7 @@
{loop type="customer" name="customer.info"}
-

{loop type="title" name="customer.title.info" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME} {$LASTNAME}

+

{loop type="title" name="customer.title.info" id=$TITLE}{$SHORT}{/loop} {$FIRSTNAME|ucwords} {$LASTNAME|upper}

{loop type="address" name="address.default" default="true"}
@@ -123,14 +122,15 @@
{loop type="delivery" name="deliveries" force_return="true"} + {assign var="isDeliveryMethodChecked" value="0"}
{form_field form=$form field='delivery-module'} {if $isPost} {if $value == $ID} - {assign var="isDeliveryMethodChecked" value="true"} + {assign var="isDeliveryMethodChecked" value="1"} {/if} {elseif $LOOP_COUNT == 1} - {assign var="isDeliveryMethodChecked" value="true"} + {assign var="isDeliveryMethodChecked" value="1"} {/if}
- - - {/block} - -{block name="javascript-initialization"} - -{/block} \ No newline at end of file