Print Page | Close Window

Removing "Fax" Field from Checkout

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=6031
Printed Date: 18-May-2024 at 10:52am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Removing "Fax" Field from Checkout
Posted By: packetsolutions
Subject: Removing "Fax" Field from Checkout
Date 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.





Replies:
Posted By: Greg Dinger
Date Posted: 04-September-2015 at 3:53pm

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.



-------------
GreyBeard Design Group

Certified ProductCart Developer

Web Design/Development/Hosting

http://tinyurl.com/5c8t4t" rel="nofollow - Add-Ons & Custom Code |


Posted By: packetsolutions
Date Posted: 05-September-2015 at 12:20am
Okay, thanks for the info.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net