Dede Posted August 29, 2012 Share Posted August 29, 2012 Hello everyone! Sorry for my English, i don't know it well,but i gues you'll understand me. So below i'll describe my problem and question: when my customer confirm order in order-opc.php he can chouse two types of confirming by creating new account or choosing instant checkout without registration.The main problem that i don't know how to remove Password field from instant checkout, but leave visible in creating account. (in instant checkout password isn't required field, but in creating accout it's required). I think i must use construction {if} before <p class="required password is_customer_param"> <div class="inpsh-l"></div><div style="float:left;"><input type="password" class="text" name="passwd" id="passwd" placeholder='{l s='Password'}' onclick=\"if(this.placeholder=='{l s='Password'}')this.placeholder='';\" onblur=\"if(this.placeholder=='')this.placeholder='{l s='Password'}';\" /></div> <div class="inpsh-r" style="margin-right:5px;"></div> <div class="form_info" style="margin-top:10px;">{l s='(5 characters min.)'}</div> </p> but i dont know what to write. can someone help me? If you dont know what i mean i can attack screenshots to describe the problems Link to comment Share on other sites More sharing options...
souhirfki Posted August 29, 2012 Share Posted August 29, 2012 Hi, you can use only the the method "creating new account" and delete the instant method guests for that you chose "Guest checkout" "No" in the BO Link to comment Share on other sites More sharing options...
Dede Posted August 29, 2012 Author Share Posted August 29, 2012 i think you dont understand what i mean. I want to give my clients choose two ways of confirming. By confirming order using instant checkout and creating account . In instant checkout i want to do invisible password field and date of birth, but in full registration that fields must be!!! Link to comment Share on other sites More sharing options...
Dede Posted August 30, 2012 Author Share Posted August 30, 2012 please help me!! Link to comment Share on other sites More sharing options...
Dede Posted October 1, 2012 Author Share Posted October 1, 2012 can someone help me? 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