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?
created
Jul '08
last reply
Jul '08
- 3
replies
- 1.1k
views
- 3
users
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?
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.
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
Customer reported blank page when click pay with PayPal | E-junkie Discussions | 8 | 561 | Mar '24 |
504 Gateway Timeout | E-junkie Discussions | 1 | 410 | Apr '24 |
Replace file but use the same link | E-junkie Discussions | 1 | 289 | Jul '24 |
Alt Texts in Buttons? | E-junkie Discussions | 2 | 273 | Jul '24 |
Reddit Link Click Tracking | E-junkie Discussions | 2 | 256 | Aug '24 |