identified){
$this->nextButton = false;
$params = null; $js = null;
$classLogin = "hikashop_hidden_checkout";
$classRegistration = "";
$defaultSelection = '2';
$span='';
$display_login = $this->config->get('display_login',1);
$sr = explode(',', $this->simplified_registration);
$this->registration = array(0=>false,1=>false,2=>false,3=>false);
foreach($sr as $r) {
$this->registration[ (int)$r ] = true;
}
$registration_count = count($sr);
if($display_login){
$classLogin = '';
$classRegistration = 'hikashop_hidden_checkout';
$defaultSelection = 'login';
}
if($this->display_method == 0) {
?>
registration[2]){
echo '
'.JText::_('LOGIN_OR_GUEST').' ';
} else {
echo ''.JText::_('LOGIN_OR_REGISTER_ACCOUNT').' ';
}
}
?>
loadTemplate('form'); ?>
registration[2]) {
echo JText::_('GUEST');
} else {
echo JText::_('HIKA_REGISTRATION');
}
?>
get('allowUserRegistration');
if($allowRegistration || $this->registration[2]){
echo hikashop_getLayout('user','registration',$params,$js);
}else{
echo JText::_('REGISTRATION_NOT_ALLOWED');
}
?>
addScriptDeclaration("\n\n");
if($display_login && ($this->registration[0] || $this->registration[1] || $this->registration[3]) && $this->registration[2])
echo ''.JText::_('LOGIN_OR_REGISTER_ACCOUNT_OR_GUEST').' ';
else if($display_login && ($this->registration[0] || $this->registration[1] || $this->registration[3]))
echo ''.JText::_('LOGIN_OR_REGISTER_ACCOUNT').' ';
else if($display_login && $this->registration[2])
echo ''.JText::_('LOGIN_OR_GUEST').' ';
else if(!$display_login && ($this->registration[0] || $this->registration[1] || $this->registration[3]) && $this->registration[2])
echo ''.JText::_('REGISTER_ACCOUNT_OR_GUEST').' ';
?>
Returning Customer I am a returning customer.
loadTemplate('form'); ?>
New Customer
I am a new customerBy registering a new account with my email address I will be able to login faster to place new order's and keep track of past orders.
Create Account
Proceed Directly to Checkout
By using this option you will be able to place an order without creating an account. Your address and other information will not be saved nor will you be able to keep track of past orders.
Checkout
registration[2] && $registration_count == 1) {
echo JText::_('GUEST');
} else {
echo 'Registration';
echo JText::_('HIKA_REGISTRATION');
} ?>
If you have an account
click here to return to login
get('allowUserRegistration');
if ($allowRegistration || $this->registration[2]) {
echo '';
echo hikashop_getLayout('user','registration',$params,$js);
echo '
';
} else {
echo JText::_('REGISTRATION_NOT_ALLOWED');
}
?>