drzac2003 Posted February 26, 2014 Share Posted February 26, 2014 My courier provides my customers a 1 hour time slot and this is texted to the customer; is there a way of making the Mobile Phone number field a "required" entry on the customer form? Quote Link to comment Share on other sites More sharing options...
bsmither Posted February 26, 2014 Share Posted February 26, 2014 In the skin template file content.register.php, compare this segment of the form fields for 'phone' and for 'mobile': id="register-phone" class="textbox required" value="{$DATA.phone}"/> *</span> id="register-mobile" class="textbox" value="{$DATA.mobile}"/></span> Change "textbox" to "textbox required" and add an asterisk before the close span tag. There will be a similar change to content.profile.php and content.checkout.confirm.php. What is not covered are "quick checkouts" such as PayPal Express, Google Checkouts, and Amazon Payments. These gateways could accept the customer data being supplied by the payment page to fill in the CubeCart customer data. That is, the customer does not fill in the form during checkout, goes to PayPal, pays, then PayPal sends back all the verified customer data (name, address, etc) back to CubeCart. So, if you use any of these "quick checkouts", you will need to configure what data is collected at those other merchant account control panels. Quote Link to comment Share on other sites More sharing options...
drzac2003 Posted March 1, 2014 Author Share Posted March 1, 2014 Thanks for this (and apologies for delay in expressing my thanks). Have been caught up with another problem which I will post now Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.