Is it possible to require e-junkie to collect shipping addresses for digital products?
created
Mar '11
last reply
Mar '11
- 1
reply
- 1.0k
views
- 2
users
Is it possible to require e-junkie to collect shipping addresses for digital products?
Just enable Shipping/Buyer's Address in the settings of each product that should trigger collection of the buyer's address during checkout. You may want to add these lines to your View Cart code on every page, just before the "// -->" line in the standard code you got from Seller Admin, to customize the "Ship to country" label in the cart:
function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#country1").attr("innerHTML", "Your Country");
}
Topic | Category | Replies | Views | Activity |
---|---|---|---|---|
504 Gateway Timeout | E-junkie Discussions | 1 | 410 | Apr '24 |
PayPal is not working properly | E-junkie Discussions | 2 | 402 | Apr '24 |
Loved the product! | E-junkie Discussions | 0 | 233 | Jul '24 |
PayPal IPN delays | E-junkie Discussions | 1 | 168 | Oct '24 |
How to Optimize E-junkie for Selling Digital Products | E-junkie Discussions | 1 | 177 | Oct '24 |