Removing "Fax" Field from Checkout |
Post Reply |
Author | |
packetsolutions
Newbie Joined: 13-June-2010 Location: Florida Status: Offline Points: 8 |
Post Options
Thanks(0)
Posted: 04-September-2015 at 3:37am |
Does anyone know, is removing the "fax" field from onepagecheckout.asp as simple as deleting this code from the page?
<% 'Billing Fax %> <div id="opcBillingFax" class="form-group"> <label for="billfax"><%=dictLanguage.Item(Session("language")&"_opc_18")%></label> <input type="text" class="form-control" name="billfax" id="billfax" data-ng-model="shoppingcart.billingAddress.fax"> </div> This checkout page already looks super long and deleting this field will at least make it one field shorter. |
|
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
To be save, you could comment that out, as well as providing a hidden input field as a substitute. <input type="hidden" name="billfax" id="billfax" value=""> Be sure to add a comment with your name or initials + date documenting the change. |
|
packetsolutions
Newbie Joined: 13-June-2010 Location: Florida Status: Offline Points: 8 |
Post Options
Thanks(0)
|
Okay, thanks for the info.
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |