meerimage Posted September 29, 2014 Share Posted September 29, 2014 At checkout, it asks my customer for their "mobile phone"... can I change that to just "phone"? A phone number is required, but I don't care if it's mobile or not. PS v. 1.6.0.8 using default theme. Link to comment Share on other sites More sharing options...
bellini13 Posted September 30, 2014 Share Posted September 30, 2014 I don't believe you can configure to remove registration fields, someone correct me if I am wrong. The way I would do this is to edit the themes authentication.tpl file and just comment out or remove the mobile phone field. Then you can also remove or reword the warning message <p style="margin-left:50px;">{l s='You must register at least one phone number'} <sup style="color:red;">*</sup></p> <p class="text"> <label for="phone">{l s='Home phone'}</label> <input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}" /> </p> <p class="text"> <label for="phone_mobile">{l s='Mobile phone'}</label> <input type="text" class="text" name="phone_mobile" id="phone_mobile" value="{if isset($smarty.post.phone_mobile)}{$smarty.post.phone_mobile}{/if}" /> </p> You probably need to make a similar change to address.tpl Link to comment Share on other sites More sharing options...
meerimage Posted September 30, 2014 Author Share Posted September 30, 2014 The issue seems to only occur during "guest" checkout. Registered users are presented with 2 boxes (home and mobile), and a line that reads "you must give at least one phone number". Thanks for the help! 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