E-junkie Ecommerce Forums » E-junkie Discussions
Tag Cloud for this topic: | |
| |
|
zenbelly member Posts: 9 |
I'm not using PayPal, I'm using Authorize.net, and I'd like to be able to request a phone number from the customer before the order is processed. Is this possible? # POSTED ON: July 30, 2008 @ 21:08 GMT -7 |
|
Stefanie member Posts: 115 |
Unfortunately, with Authorize.net, there is no way to require a phone number from the customer before the order is processed. # POSTED ON: July 31, 2008 @ 12:59 GMT -7 |
|
zenbelly member Posts: 9 |
Is there a way to at least request it, like with a text box or something? Or is this something I'd have to include in my html, independent of any e-junkie form? # POSTED ON: July 31, 2008 @ 13:05 GMT -7 |
|
E-junkieGuru E-Junkie Crew Posts: 3486 |
If you won't ever be using discount codes, you could create a dummy Discount Code (Admin > Cart Discount Settings) to enable display of the Discount Code field in your cart, but then change the "Discount Code" text label in the cart screen by adding these lines to your View Cart button code, just before the "// -->" line: function EJEJC_config() { EJEJC_POSTCALL=true; } function EJEJC_shown() { jQuery("#dscnt_cd").attr("innerHTML", "Your Phone Number"); } NOTE: If EJEJC_config () {} already exists in your code due to other customizations, then simply add the relevant lines to it. # POSTED ON: July 31, 2008 @ 15:17 GMT -7 MODIFIED ON: July 31, 2008 @ 15:18 GMT -7 |
You must be logged in to make a post. Please click here to login. | |






