{intl l="Create New Account"}

- {form name=""} - + {form name="thelia.customer.creation"} +
@@ -26,48 +26,78 @@
-
- + {form_field form=$form field="firstname"} +
+
- - Available input! + + {if $error } + {$message} + {elseif $value != "" && !$error} + + {/if}
+ {/form_field} + {form_field form=$form field="lastname"} +
+ +
+ + {if $error } + {$message} + {elseif $value != "" && !$error} + + {/if} +
+
+ {/form_field} + {form_field form=$form field="email"} +
+ -
-
- - Invalid input! -
-
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- + + {if $error } + {$message} + {elseif $value != "" && !$error} + + {/if}
+ {/form_field} + {form_field form=$form field="phone"} +
+ +
+ + {if $error } + {$message} + {elseif $value != "" && !$error} + + {/if} +
+
+ {/form_field} + {form_field form=$form field="cellphone"} +
+ +
+ + {if $error } + {$message} + {elseif $value != "" && !$error} + + {/if} +
+
+ {/form_field}
- 2. Delivery Informations + 2. {intl l="Delivery Informations"}
diff --git a/templates/default_save/address.html b/templates/default_save/address.html index afae59197..f02dc7689 100644 --- a/templates/default_save/address.html +++ b/templates/default_save/address.html @@ -26,7 +26,7 @@ @@ -78,7 +78,7 @@ diff --git a/templates/default_save/address_edit.html b/templates/default_save/address_edit.html index 22e70289a..c6cf1b120 100644 --- a/templates/default_save/address_edit.html +++ b/templates/default_save/address_edit.html @@ -27,7 +27,7 @@ @@ -79,7 +79,7 @@ diff --git a/templates/default_save/address_list.html b/templates/default_save/address_list.html index 88a483e23..6dc1d5378 100644 --- a/templates/default_save/address_list.html +++ b/templates/default_save/address_list.html @@ -4,7 +4,7 @@
    {loop type="address" name="customer_list" customer="current"} -
  • {#LABEL} - {#FIRSTNAME} {#LASTNAME} - edit
  • +
  • {$LABEL} - {$FIRSTNAME} {$LASTNAME} - edit
  • {/loop}
diff --git a/templates/default_save/cart.html b/templates/default_save/cart.html index a503e3bd4..38e3e7716 100755 --- a/templates/default_save/cart.html +++ b/templates/default_save/cart.html @@ -3,7 +3,7 @@

{intl l='cart'}

    {loop name="cart" type="cart"} -
  • Item {$LOOP_COUNT}/{$LOOP_TOTAL} : #ITEM_ID #TITLE - quantity : #QUANTITY
  • +
  • Item {$LOOP_COUNT}/{$LOOP_TOTAL} : {$ITEM_ID} {$TITLE} - quantity : {$QUANTITY}
  • {/loop}
@@ -16,7 +16,7 @@ and passed back to the form plugin through the ParserContext. *} - {if #form_error}
#form_error_message
{/if} + {if $form_error}
{$form_error_message}
{/if} {form_hidden_fields form=$form} diff --git a/templates/default_save/category.html b/templates/default_save/category.html index a888605ff..2e216d0c0 100755 --- a/templates/default_save/category.html +++ b/templates/default_save/category.html @@ -12,13 +12,13 @@ {loop name="category0" type="category" parent="0" order="manual"}
-

CATEGORY : #TITLE (#LOOP_COUNT / #LOOP_TOTAL)

+

CATEGORY : {$TITLE} ({$LOOP_COUNT} / {$LOOP_TOTAL})

{ifloop rel="prod_ass_cont"}
Associated Content
    - {loop name="prod_ass_cont" type="associated_content" category="#ID" order="associated_content"} -
  • #TITLE
  • + {loop name="prod_ass_cont" type="associated_content" category="$ID" order="associated_content"} +
  • {$TITLE}
  • {/loop}
{/ifloop} @@ -26,23 +26,23 @@
No associated content
{/elseloop} - {loop name="product" type="product" category="#ID"} + {loop name="product" type="product" category="$ID"}
-

PRODUCT #ID : #REF (#LOOP_COUNT / #LOOP_TOTAL)

-

#TITLE

-

#DESCRIPTION

+

PRODUCT {$ID} : {$REF} ({$LOOP_COUNT} / {$LOOP_TOTA}L)

+

{$TITLE}

+

{$DESCRIPTION}

-

Starting by #BEST_PRICE € HT (TAX : #BEST_PRICE_TAX ; #BEST_TAXED_PRICE € TTC)

+

Starting by {$BEST_PRICE} € HT (TAX : {$BEST_PRICE_TAX} ; {$BEST_TAXED_PRICE} € TTC)

{ifloop rel="ft"}
Features
    - {assign var=current_product value=#ID} - {loop name="ft" type="feature" order="manual" product="#ID"} + {assign var=current_product value=$ID} + {loop name="ft" type="feature" order="manual" product="$ID"}
  • - #TITLE : - {loop name="ft_v" type="feature_value" product="{$current_product}" feature="#ID"} - #TITLE / #PERSONAL_VALUE + {$TITLE} : + {loop name="ft_v" type="feature_value" product="{$current_product}" feature="{$ID}"} + {$TITLE} / {$PERSONAL_VALUE} {/loop}
  • {/loop} @@ -53,15 +53,15 @@ {/elseloop}
{/loop} - {loop name="catgory1" type="category" parent="#ID"} + {loop name="catgory1" type="category" parent="$ID"}
-

SUBCATEGORY : #TITLE (#LOOP_COUNT / #LOOP_TOTAL)

+

SUBCATEGORY : {$TITLE} ({$LOOP_COUNT} / {$LOOP_TOTAL})

{ifloop rel="prod_ass_cont"}
Associated Content
    - {loop name="prod_ass_cont" type="associated_content" category="#ID" order="associated_content"} -
  • #TITLE
  • + {loop name="prod_ass_cont" type="associated_content" category="$ID" order="associated_content"} +
  • {$TITLE}
  • {/loop}
{/ifloop} @@ -69,22 +69,22 @@
No associated content
{/elseloop} - {loop name="product" type="product" category="#ID"} + {loop name="product" type="product" category="$ID"}
-

PRODUCT #ID : #REF (#LOOP_COUNT / #LOOP_TOTAL)

-

#TITLE

-

#DESCRIPTION

+

PRODUCT {$ID} : {$REF} ({$LOOP_COUNT} / {$LOOP_TOTAL})

+

{$TITLE}

+

{$DESCRIPTION}

{ifloop rel="ft"}
Features
    - {assign var=current_product value=#ID} - {loop name="ft" type="feature" order="manual" product="#ID"} + {assign var=current_product value=$ID} + {loop name="ft" type="feature" order="manual" product="$ID"}
  • - #TITLE : - {loop name="ft_v" type="feature_value" product="{$current_product}" feature="#ID"} - #TITLE / #PERSONAL_VALUE + {$TITLE} : + {loop name="ft_v" type="feature_value" product="{$current_product}" feature="$ID"} + {$TITLE} / {$PERSONAL_VALUE} {/loop}
  • {/loop} @@ -109,10 +109,10 @@
      {loop name="ft" type="feature" order="manual"}
    • - #TITLE + {$TITLE}
        - {loop name="ftav" type="feature_availability" order="manual" feature="#ID"} -
      • #TITLE
      • + {loop name="ftav" type="feature_availability" order="manual" feature="$ID"} +
      • {$TITLE}
      • {/loop}
    • @@ -126,10 +126,10 @@
        {loop name="attr" type="attribute" order="manual"}
      • - #TITLE + {$TITLE}
          - {loop name="attrav" type="attribute_availability" order="manual" attribute="#ID"} -
        • #TITLE
        • + {loop name="attrav" type="attribute_availability" order="manual" attribute="$ID"} +
        • {$TITLE}
        • {/loop}
      • @@ -143,7 +143,7 @@
          {loop name="cur" type="currency"}
        • - #NAME (#SYMBOL) + {$NAME} ({$SYMBOL})
        • {/loop}
        diff --git a/templates/default_save/connexion.html b/templates/default_save/connexion.html index b3867782f..3c52d1a53 100755 --- a/templates/default_save/connexion.html +++ b/templates/default_save/connexion.html @@ -27,7 +27,7 @@ and passed back to the form plugin through the ParserContext. *} - {if #form_error}
        #form_error_message
        {/if} + {if $form_error}
        {$form_error_message}
        {/if} {form_hidden_fields form=$form} @@ -132,28 +132,28 @@ {form_field form=$form field="email"} {form_error form=$form field="email"} - {#message} + {$message} {/form_error}
        {/form_field} {form_field form=$form field="email_confirm"} {form_error form=$form field="email_confirm"} - {#message} + {$message} {/form_error}
        {/form_field} {form_field form=$form field="password"} {form_error form=$form field="password"} - {#message} + {$message} {/form_error}
        {/form_field} {form_field form=$form field="password_confirm"} {form_error form=$form field="password_confirm"} - {#message} + {$message} {/form_error}
        {/form_field} diff --git a/templates/default_save/customer.html b/templates/default_save/customer.html index 02e7104f9..a4d79ca33 100755 --- a/templates/default_save/customer.html +++ b/templates/default_save/customer.html @@ -7,43 +7,43 @@