519 lines
23 KiB
Smarty
Executable File
519 lines
23 KiB
Smarty
Executable File
{*
|
|
* 2007-2013 PrestaShop
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* http://opensource.org/licenses/afl-3.0.php
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to http://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2013 PrestaShop SA
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*}
|
|
|
|
{* Will be deleted for 1.5 version and more *}
|
|
{* Smarty code compatibility v2 *}
|
|
{* If ordered_adr_fields doesn't exist, it's a PrestaShop older than 1.4.2 *}
|
|
{if !isset($dlv_all_fields)}
|
|
{$dlv_all_fields.0 = 'company'}
|
|
{$dlv_all_fields.1 = 'firstname'}
|
|
{$dlv_all_fields.2 = 'lastname'}
|
|
{$dlv_all_fields.3 = 'address1'}
|
|
{$dlv_all_fields.4 = 'address2'}
|
|
{$dlv_all_fields.5 = 'postcode'}
|
|
{$dlv_all_fields.6 = 'city'}
|
|
{$dlv_all_fields.7 = 'country'}
|
|
{$dlv_all_fields.8 = 'state'}
|
|
{/if}
|
|
|
|
<script type="text/javascript">
|
|
// <![CDATA[
|
|
idSelectedCountry = {if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}false{/if};
|
|
countries = new Array();
|
|
countriesNeedIDNumber = new Array();
|
|
countriesNeedZipCode = new Array();
|
|
{if isset($countries)}
|
|
{foreach from=$countries item='country'}
|
|
{if isset($country.states) && $country.contains_states}
|
|
countries[{$country.id_country|intval}] = new Array();
|
|
{foreach from=$country.states item='state' name='states'}
|
|
countries[{$country.id_country|intval}].push({ldelim}'id' : '{$state.id_state}', 'name' : '{$state.name|escape:'htmlall':'UTF-8'}'{rdelim});
|
|
{/foreach}
|
|
{/if}
|
|
{if $country.need_identification_number}
|
|
countriesNeedIDNumber.push({$country.id_country|intval});
|
|
{/if}
|
|
{if isset($country.need_zip_code)}
|
|
countriesNeedZipCode[{$country.id_country|intval}] = {$country.need_zip_code};
|
|
{/if}
|
|
{/foreach}
|
|
{/if}
|
|
$('#jqm_page_authentication').live('pageshow', function(){ldelim}
|
|
$('.id_state option[value={if isset($smarty.post.id_state)}{$smarty.post.id_state|intval}{else}{if isset($address)}{$address->id_state|escape:'htmlall':'UTF-8'}{/if}{/if}]').attr('selected', 'selected');
|
|
{rdelim});
|
|
//]]>
|
|
{if $vat_management}
|
|
{literal}
|
|
$('#jqm_page_authentication').live('pageshow', function() {
|
|
$('#company').blur(function(){
|
|
vat_number();
|
|
});
|
|
vat_number();
|
|
function vat_number()
|
|
{
|
|
if ($('#company').val() != '')
|
|
$('#vat_number').show();
|
|
else
|
|
$('#vat_number').hide();
|
|
}
|
|
});
|
|
{/literal}
|
|
{/if}
|
|
</script>
|
|
|
|
|
|
{** Landing page: display longin/register form pages *}
|
|
{if !isset($email_create)}
|
|
|
|
{** Display Login form *}
|
|
{include file="$tpl_dir./header-page.tpl" page="login"}
|
|
|
|
{include file="$tpl_dir./authentication-head.tpl"}
|
|
<div id="jqm_authentication_login">
|
|
<form data-ajax="false" action="{$link->getPageLink('authentication.php', true)}#jqm_page_authentication_login" method="post" id="login_form">
|
|
<fieldset>
|
|
<div data-role="fieldcontain">
|
|
<label for="email">{l s='E-mail address'}</label>
|
|
<input type="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email|stripslashes|escape:'htmlall':'UTF-8'}{/if}" autocapitalize="none" />
|
|
</div>
|
|
<div data-role="fieldcontain">
|
|
<label for="passwd">{l s='Password'}</label>
|
|
<input type="password" id="passwd" name="passwd" value="{if isset($smarty.post.passwd)}{$smarty.post.passwd|stripslashes|escape:'htmlall':'UTF-8'}{/if}" class="account_input" autocapitalize="none" />
|
|
</div>
|
|
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
|
|
<button data-theme="{$ps_mobile_styles.PS_MOBILE_THEME_BUTTONS}" data-icon="check" data-iconpos="right" type="submit" id="SubmitLogin" name="SubmitLogin" value="{l s='Log in'}">{l s='Log in'}</button>
|
|
</fieldset>
|
|
</form>
|
|
<hr style="margin: 30px;" />
|
|
<a href="{$link->getPageLink('password.php')}" data-role="button" data-theme="c">{l s='Forgot your password?'}</a>
|
|
</div>
|
|
{include file="$tpl_dir./footer-page.tpl" page="login"}
|
|
{** End of login form *}
|
|
|
|
{** Display Register form part 1 (email) *}
|
|
|
|
{include file="$tpl_dir./header-page.tpl" page="register"}
|
|
|
|
{include file="$tpl_dir./authentication-head.tpl"}
|
|
<div id="jqm_authentication_register">
|
|
<form data-ajax="false" action="{$link->getPageLink('authentication.php', true)}#jqm_page_authentication_register" method="post" id="create-account_form">
|
|
<fieldset>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="email_create">{l s='E-mail address'}</label>
|
|
<input type="text" id="email_create" name="email_create" value="{if isset($smarty.post.email)}{$smarty.post.email|stripslashes|escape:'htmlall':'UTF-8'}{/if}" autocapitalize="none" />
|
|
</div>
|
|
|
|
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
|
|
<button data-theme="{$ps_mobile_styles.PS_MOBILE_THEME_BUTTONS}" data-icon="check" data-iconpos="right" type="submit" id="SubmitCreate" name="SubmitCreate" value="{l s='Create your account'}">{l s='Create your account'}</button>
|
|
<input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create your account'}" />
|
|
</fieldset>
|
|
</form>
|
|
</div>
|
|
{include file="$tpl_dir./footer-page.tpl" page="login"}
|
|
|
|
{** End pf register form part 1 (email) *}
|
|
|
|
{/if}
|
|
|
|
{** End of landing page (Login/Register) *}
|
|
|
|
|
|
{** Beginning of Guest checkout *}
|
|
|
|
{if !isset($email_create) && isset($inOrderProcess) && $inOrderProcess && $PS_GUEST_CHECKOUT_ENABLED}
|
|
|
|
{include file="$tpl_dir./header-page.tpl" page="guest_checkout"}
|
|
|
|
{include file="$tpl_dir./authentication-head.tpl"}
|
|
|
|
<form data-ajax="false" action="{$link->getPageLink('authentication.php', true)}?back={$back}" method="post" id="new_account_form" class="std">
|
|
<fieldset>
|
|
<h3>{l s='Instant Checkout'}</h3>
|
|
<div id="opc_account_form" style="display: block; ">
|
|
<!-- Account -->
|
|
<p class="required text">
|
|
<label for="guest_email">{l s='E-mail address'}</label>
|
|
<input type="text" class="text" id="guest_email" name="guest_email" value="{if isset($smarty.post.guest_email)}{$smarty.post.guest_email}{/if}">
|
|
<sup>*</sup>
|
|
</p>
|
|
<p class="radio required">
|
|
<span>{l s='Title'}</span>
|
|
<input type="radio" name="id_gender" id="id_gender1" value="1" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '1'}checked="checked"{/if}>
|
|
<label for="id_gender1" class="top">{l s='Mr.'}</label>
|
|
<input type="radio" name="id_gender" id="id_gender2" value="2" {if isset($smarty.post.id_gender) && $smarty.post.id_gender == '2'}checked="checked"{/if}>
|
|
<label for="id_gender2" class="top">{l s='Mrs.'}</label>
|
|
</p>
|
|
<p class="required text">
|
|
<label for="firstname">{l s='First name'}</label>
|
|
<input type="text" class="text" id="firstname" name="firstname" onchange="$('#customer_firstname').val($(this).val());" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}">
|
|
<input type="hidden" class="text" id="customer_firstname" name="customer_firstname" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}">
|
|
<sup>*</sup>
|
|
</p>
|
|
<p class="required text">
|
|
<label for="lastname">{l s='Last name'}</label>
|
|
<input type="text" class="text" id="lastname" name="lastname" onchange="$('#customer_lastname').val($(this).val());" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}">
|
|
<input type="hidden" class="text" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}">
|
|
<sup>*</sup>
|
|
</p>
|
|
<p class="select">
|
|
<span>{l s='Date of Birth'}</span>
|
|
<select id="days" name="days">
|
|
<option value="">-</option>
|
|
{foreach from=$days item=day}
|
|
<option value="{$day|escape:'htmlall':'UTF-8'}" {if ($sl_day == $day)} selected="selected"{/if}>{$day|escape:'htmlall':'UTF-8'} </option>
|
|
{/foreach}
|
|
</select>
|
|
<select id="months" name="months">
|
|
<option value="">-</option>
|
|
{foreach from=$months key=k item=month}
|
|
<option value="{$k|escape:'htmlall':'UTF-8'}" {if ($sl_month == $k)} selected="selected"{/if}>{l s="$month"} </option>
|
|
{/foreach}
|
|
</select>
|
|
<select id="years" name="years">
|
|
<option value="">-</option>
|
|
{foreach from=$years item=year}
|
|
<option value="{$year|escape:'htmlall':'UTF-8'}" {if ($sl_year == $year)} selected="selected"{/if}>{$year|escape:'htmlall':'UTF-8'} </option>
|
|
{/foreach}
|
|
</select>
|
|
</p>
|
|
{if isset($newsletter) && $newsletter}
|
|
<p class="checkbox">
|
|
<input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) && $smarty.post.newsletter == '1'}checked="checked"{/if}>
|
|
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
|
</p>
|
|
<p class="checkbox">
|
|
<input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) && $smarty.post.optin == '1'}checked="checked"{/if}>
|
|
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
|
</p>
|
|
{/if}
|
|
<h3>{l s='Delivery address'}</h3>
|
|
{foreach from=$dlv_all_fields item=field_name}
|
|
{if $field_name eq "company"}
|
|
<p class="text">
|
|
<label for="company">{l s='Company'}</label>
|
|
<input type="text" class="text" id="company" name="company" value="{if isset($smarty.post.company)}{$smarty.post.company}{/if}" />
|
|
</p>
|
|
{elseif $field_name eq "vat_number"}
|
|
<div id="vat_number" style="display:none;">
|
|
<p class="text">
|
|
<label for="vat_number">{l s='VAT number'}</label>
|
|
<input type="text" class="text" name="vat_number" value="{if isset($smarty.post.vat_number)}{$smarty.post.vat_number}{/if}" />
|
|
</p>
|
|
</div>
|
|
{elseif $field_name eq "address1"}
|
|
<p class="required text">
|
|
<label for="address1">{l s='Address'}</label>
|
|
<input type="text" class="text" name="address1" id="address1" value="{if isset($smarty.post.address1)}{$smarty.post.address1}{/if}">
|
|
<sup>*</sup>
|
|
</p>
|
|
{elseif $field_name eq "postcode"}
|
|
<p class="required postcode text">
|
|
<label for="postcode">{l s='Zip / Postal Code'}</label>
|
|
<input type="text" class="text" name="postcode" id="postcode" value="{if isset($smarty.post.postcode)}{$smarty.post.postcode}{/if}" onblur="$('#postcode').val($('#postcode').val().toUpperCase());">
|
|
<sup>*</sup>
|
|
</p>
|
|
{elseif $field_name eq "city"}
|
|
<p class="required text">
|
|
<label for="city">{l s='City'}</label>
|
|
<input type="text" class="text" name="city" id="city" value="{if isset($smarty.post.city)}{$smarty.post.city}{/if}">
|
|
<sup>*</sup>
|
|
</p>
|
|
<!--
|
|
if customer hasn't update his layout address, country has to be verified
|
|
but it's deprecated
|
|
-->
|
|
{elseif $field_name eq "Country:name" || $field_name eq "country"}
|
|
<p class="required select">
|
|
<label for="id_country">{l s='Country'}</label>
|
|
<select name="id_country" id="id_country">
|
|
<option value="">-</option>
|
|
{foreach from=$countries item=v}
|
|
<option value="{$v.id_country}" {if ($sl_country == $v.id_country)} selected="selected"{/if}>{$v.name|escape:'htmlall':'UTF-8'}</option>
|
|
{/foreach}
|
|
</select>
|
|
<sup>*</sup>
|
|
</p>
|
|
{elseif $field_name eq "State:name" || $field_name eq 'state'}
|
|
{assign var='stateExist' value=true}
|
|
|
|
<p class="required id_state select">
|
|
<label for="id_state">{l s='State'}</label>
|
|
<select name="id_state" id="id_state">
|
|
<option value="">-</option>
|
|
</select>
|
|
<sup>*</sup>
|
|
</p>
|
|
{elseif $field_name eq "phone"}
|
|
<p class="text">
|
|
<label for="phone">{l s='Phone'}</label>
|
|
<input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}"> <sup style="color:red;">*</sup>
|
|
</p>
|
|
{/if}
|
|
{/foreach}
|
|
{if $stateExist eq false}
|
|
<p class="required id_state select">
|
|
<label for="id_state">{l s='State'}</label>
|
|
<select name="id_state" id="id_state">
|
|
<option value="">-</option>
|
|
</select>
|
|
<sup>*</sup>
|
|
</p>
|
|
{/if}
|
|
<input type="hidden" name="alias" id="alias" value="{l s='My address'}">
|
|
<input type="hidden" name="is_new_customer" id="is_new_customer" value="0">
|
|
<!-- END Account -->
|
|
</div>
|
|
</fieldset>
|
|
<fieldset class="account_creation dni">
|
|
<h3>{l s='Tax identification'}</h3>
|
|
|
|
<p class="required text">
|
|
<label for="dni">{l s='Identification number'}</label>
|
|
<input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" />
|
|
<span class="form_info">{l s='DNI / NIF / NIE'}</span>
|
|
<sup>*</sup>
|
|
</p>
|
|
</fieldset>
|
|
<p class="cart_navigation required submit">
|
|
<span><sup>*</sup>{l s='Required field'}</span>
|
|
<input type="submit" class="button" name="submitGuestAccount" id="submitGuestAccount" style="float:right" value="{l s='Continue'}">
|
|
</p>
|
|
</form>
|
|
|
|
{include file="$tpl_dir./footer-page.tpl" page="guest_checkout"}
|
|
|
|
{/if}
|
|
|
|
{** End of Guest checkout *}
|
|
|
|
{if isset($email_create)}
|
|
|
|
{** Beginning of Register page part 2 (user filled the email *}
|
|
|
|
{capture name="forceback"}{$link->getPageLink('authentication.php')}{/capture}
|
|
{include file="$tpl_dir./header-page.tpl" page="register"}
|
|
|
|
{include file="$tpl_dir./authentication-head.tpl"}
|
|
|
|
<div id="jqm_authentication_register_info">
|
|
<form data-ajax="false" action="{$link->getPageLink('authentication.php', true)}" method="post" id="account-creation_form">
|
|
<h2 style="margin-top: 20px; margin-bottom: 10px;">{l s='Your Information'}</h2>
|
|
<div class="ui-body ui-body-b">
|
|
<div data-role="fieldcontain">
|
|
<fieldset data-role="controlgroup" data-type="horizontal">
|
|
<legend>{l s='Title'}</legend>
|
|
<input type="radio" name="id_gender" id="id_gender1" value="1" />
|
|
<label for="id_gender1">{l s='Mr.'}</label>
|
|
<input type="radio" name="id_gender" id="id_gender2" value="2" />
|
|
<label for="id_gender2">{l s='Mrs.'}</label>
|
|
</fieldset>
|
|
</div>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="customer_firstname">{l s='First name'}<sup>*</sup></label>
|
|
<input onkeyup="$('#firstname').val(this.value);" type="text" class="text" id="customer_firstname" name="customer_firstname" value="{if isset($smarty.post.customer_firstname)}{$smarty.post.customer_firstname}{/if}" />
|
|
</div>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="customer_lastname">{l s='Last name'}<sup>*</sup></label>
|
|
<input onkeyup="$('#lastname').val(this.value);" type="text" class="text" id="customer_lastname" name="customer_lastname" value="{if isset($smarty.post.customer_lastname)}{$smarty.post.customer_lastname}{/if}" />
|
|
</div>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="email">{l s='E-mail'}<sup>*</sup></label>
|
|
<input type="text" class="text" id="email" name="email" value="{if isset($smarty.post.email)}{$smarty.post.email}{/if}" autocapitalize="none" />
|
|
</div>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="passwd">{l s='Password'}<sup>*</sup><span>{l s='(5 characters min.)'}</span></label>
|
|
<input type="password" class="text" name="passwd" id="passwd" autocapitalize="none" />
|
|
</div>
|
|
|
|
<fieldset data-role="controlgroup" data-type="horizontal">
|
|
<legend>{l s='Date of Birth'}</legend>
|
|
|
|
<label for="days">{l s='Days'}</label>
|
|
<select id="days" name="days">
|
|
<option value="">-</option>
|
|
{foreach from=$days item=day}
|
|
<option value="{$day|escape:'htmlall':'UTF-8'}" {if ($sl_day == $day)} selected="selected"{/if}>{$day|escape:'htmlall':'UTF-8'} </option>
|
|
{/foreach}
|
|
</select>
|
|
|
|
<label for="months">{l s='Months'}</label>
|
|
<select id="months" name="months">
|
|
<option value="">-</option>
|
|
{foreach from=$months key=k item=month}
|
|
<option value="{$k|escape:'htmlall':'UTF-8'}" {if ($sl_month == $k)} selected="selected"{/if}>{l s="$month"|truncate:3:''} </option>
|
|
{/foreach}
|
|
</select>
|
|
|
|
<label for="years">{l s='Years'}</label>
|
|
<select id="years" name="years">
|
|
<option value="">-</option>
|
|
{foreach from=$years item=year}
|
|
<option value="{$year|escape:'htmlall':'UTF-8'}" {if ($sl_year == $year)} selected="selected"{/if}>{$year|escape:'htmlall':'UTF-8'} </option>
|
|
{/foreach}
|
|
</select>
|
|
</fieldset>
|
|
|
|
{if isset($newsletter) && $newsletter}
|
|
<div data-role="fieldcontain">
|
|
<fieldset data-role="controlgroup">
|
|
<input type="checkbox" name="newsletter" id="newsletter" value="1" {if isset($smarty.post.newsletter) AND $smarty.post.newsletter == 1} checked="checked"{/if} />
|
|
<label for="newsletter">{l s='Sign up for our newsletter'}</label>
|
|
|
|
<input type="checkbox" name="optin" id="optin" value="1" {if isset($smarty.post.optin) AND $smarty.post.optin == 1} checked="checked"{/if} />
|
|
<label for="optin">{l s='Receive special offers from our partners'}</label>
|
|
</fieldset>
|
|
</div>
|
|
{/if}
|
|
</div>
|
|
|
|
<h2 style="margin-top: 20px; margin-bottom: 10px;">{l s='Your Address'}</h2>
|
|
<div class="ui-body ui-body-b">
|
|
|
|
{foreach from=$dlv_all_fields item=field_name}
|
|
{if $field_name == "company"}
|
|
<div data-role="fieldcontain">
|
|
<label for="company">{l s='Company'}</label>
|
|
<input type="text" id="company" name="company" value="{if isset($smarty.post.company)}{$smarty.post.company}{/if}" />
|
|
</div>
|
|
{elseif $field_name eq "vat_number"}
|
|
<div id="vat_number" style="display:none;">
|
|
<div data-role="fieldcontain">
|
|
<label for="vat_number">{l s='VAT number'}</label>
|
|
<input type="text" name="vat_number" value="{if isset($smarty.post.vat_number)}{$smarty.post.vat_number}{/if}" />
|
|
</div>
|
|
</div>
|
|
{elseif $field_name eq "firstname"}
|
|
<div data-role="fieldcontain">
|
|
<label for="firstname">{l s='First name'}<sup>*</sup></label>
|
|
<input type="text" id="firstname" name="firstname" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}" />
|
|
</div>
|
|
{elseif $field_name eq "lastname"}
|
|
<div data-role="fieldcontain">
|
|
<label for="lastname">{l s='Last name'}<sup>*</sup></label>
|
|
<input type="text" id="lastname" name="lastname" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}" />
|
|
</div>
|
|
{elseif $field_name eq "address1"}
|
|
<div data-role="fieldcontain">
|
|
<label for="address1">{l s='Address'}<sup>*</sup></label>
|
|
<input type="text" class="text" name="address1" id="address1" value="{if isset($smarty.post.address1)}{$smarty.post.address1}{/if}" />
|
|
<span class="inline-infos"> {l s='(Street address, P.O. box, company name, c/o)'}</span>
|
|
</div>
|
|
{elseif $field_name eq "address2"}
|
|
<div data-role="fieldcontain">
|
|
<label for="address2">{l s='Address (Line 2)'}</label>
|
|
<input type="text" class="text" name="address2" id="address2" value="{if isset($smarty.post.address2)}{$smarty.post.address2}{/if}" />
|
|
<span class="inline-infos"> {l s='(Apartment, suite, unit, building, floor, etc.)'}</span>
|
|
</div>
|
|
{elseif $field_name eq "postcode"}
|
|
<div data-role="fieldcontain" class="postcode">
|
|
<label for="postcode">{l s='Zip / Postal Code'}<sup>*</sup></label>
|
|
<input type="text" class="text" name="postcode" id="postcode" value="{if isset($smarty.post.postcode)}{$smarty.post.postcode}{/if}" onkeyup="$('#postcode').val($('#postcode').val().toUpperCase());" />
|
|
</div>
|
|
{elseif $field_name eq "city"}
|
|
<div data-role="fieldcontain">
|
|
<label for="city">{l s='City'}<sup>*</sup></label>
|
|
<input type="text" class="text" name="city" id="city" value="{if isset($smarty.post.city)}{$smarty.post.city}{/if}" />
|
|
</div>
|
|
<!--
|
|
if customer hasn't update his layout address, country has to be verified
|
|
but it's deprecated
|
|
-->
|
|
{elseif $field_name eq "Country:name" || $field_name eq "country"}
|
|
<div data-role="fieldcontain">
|
|
<label for="id_country">{l s='Country'}<sup>*</sup></label>
|
|
<select name="id_country" id="id_country">
|
|
<option value="">-</option>
|
|
{foreach from=$countries item=v}
|
|
<option value="{$v.id_country}" {if ($sl_country == $v.id_country)} selected="selected"{/if}>{$v.name|escape:'htmlall':'UTF-8'}</option>
|
|
{/foreach}
|
|
</select>
|
|
</div>
|
|
{elseif $field_name eq "State:name" || $field_name eq 'state'}
|
|
{assign var='stateExist' value=true}
|
|
<div data-role="fieldcontain">
|
|
<label for="id_state">{l s='State'}<sup>*</sup></label>
|
|
<select name="id_state" id="id_state">
|
|
<option value="">-</option>
|
|
</select>
|
|
</div>
|
|
{/if}
|
|
{/foreach}
|
|
{if $stateExist eq false}
|
|
<div data-role="fieldcontain">
|
|
<label for="id_state">{l s='State'}<sup>*</sup></label>
|
|
<select name="id_state" id="id_state">
|
|
<option value="">-</option>
|
|
</select>
|
|
</div>
|
|
{/if}
|
|
<div data-role="fieldcontain">
|
|
<label for="other">{l s='Additional information'}</label>
|
|
<textarea name="other" id="other" cols="26" rows="3">{if isset($smarty.post.other)}{$smarty.post.other}{/if}</textarea>
|
|
</div>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="phone">{l s='Home phone'}</label>
|
|
<input type="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" />
|
|
</div>
|
|
|
|
<div data-role="fieldcontain">
|
|
<label for="phone_mobile">{l s='Mobile phone'}</label>
|
|
<input type="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" />
|
|
{l s='You must register at least one phone number'} <sup>*</sup>
|
|
</div>
|
|
|
|
<div id="address_alias" data-role="fieldcontain">
|
|
<label for="alias">{l s='Address title for future reference'}<sup>*</sup></label>
|
|
<input type="text" name="alias" id="alias" value="{if isset($smarty.post.alias)}{$smarty.post.alias}{else}{l s='My address'}{/if}" />
|
|
</div>
|
|
|
|
<div class="account_creation dni">
|
|
<h2>{l s='Tax identification'}</h2>
|
|
<div class="ui-body ui-body-b">
|
|
<div data-role="fieldcontain">
|
|
<label for="dni">{l s='Identification number'}<sup>*</sup></label>
|
|
<input type="text" class="text" name="dni" id="dni" value="{if isset($smarty.post.dni)}{$smarty.post.dni}{/if}" />
|
|
<span class="form_info">({l s='DNI / NIF / NIE'})</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<input type="hidden" name="email_create" value="1" />
|
|
<input type="hidden" name="is_new_customer" value="1" />
|
|
{if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'htmlall':'UTF-8'}" />{/if}
|
|
<button data-theme="{$ps_mobile_styles.PS_MOBILE_THEME_BUTTONS}" data-icon="check" data-iconpos="right" type="submit" id="submitAccount" name="submitAccount" value="{l s='Register'}" data-theme="b">{l s='Register'}</button>
|
|
<span><sup>*</sup>{l s='Required field'}</span>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
{include file="$tpl_dir./footer-page.tpl" page="register"}
|
|
{/if}
|
|
|
|
{** End of Register form part 2 *}
|