JoelWebsites Posted July 16, 2015 Share Posted July 16, 2015 I am not able to perform a guest checkout ..Please help me ..Can anyone tell me what are the tpl files that are needed for the guest checkout?...Thanks..The page just reloads but does not go to the next step even after filling all the details.. Link to comment Share on other sites More sharing options...
vekia Posted July 16, 2015 Share Posted July 16, 2015 do you see some errors in browser console while trying to go to the next step? Link to comment Share on other sites More sharing options...
JoelWebsites Posted July 17, 2015 Author Share Posted July 17, 2015 Yes I have removed some css class and now i am able to see two errors.I am trying to fix this issue but dont understand how these values are not being passed to the next page. There are 2 errors lastname is required. firstname is required. Link to comment Share on other sites More sharing options...
JoelWebsites Posted July 17, 2015 Author Share Posted July 17, 2015 (edited) 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 July 17, 2015 by JoelWebsites (see edit history) Link to comment Share on other sites More sharing options...
JoelWebsites Posted July 17, 2015 Author Share Posted July 17, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now