Jump to content

Template not showing authentication failed


Recommended Posts

I have checked the ps_required_fields table but this table as no rows also 

 

my authentication.tpl has these fields for firstname and lastname for the guest chekckout

 

<label class="control-label col-sm-4" for="firstname">{l s='First name'} <sup>*</sup></label>
<div class="col-sm-6">
<input type="text" class=" validate form-control" data-validate="isName" id="firstname" name="firstname" value="{if isset($smarty.post.firstname)}{$smarty.post.firstname}{/if}" />

</div>
</div>
<div class="required form-group">
<label class="control-label col-sm-4" for="lastname">{l s='Last name'} 11<sup>*111</sup></label>
<div class="col-sm-6">
<input type="text" class=" validate form-control" data-validate="isName" id="lastname" name="lastname" value="{if isset($smarty.post.lastname)}{$smarty.post.lastname}{/if}" />
Edited by JoelWebsites (see edit history)
Link to comment
Share on other sites

I solved the error by replacing the theme tpl files and order-opc.js located in the theme folder of my theme with the default bootstrap theme files it worked

 

address.tpl
authentication.tpl
identity.tpl
order-details.tpl
order-new-opc.tpl
 
order-opc.js
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...