E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2010, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Thu, 29 Jan 2009 23:05:21 GMT Fri, 12 Mar 2010 23:22:25 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #7 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Thu, 29 Jan 2009 23:05:21 GMT
Kim
www.endocenter.org]]>
E-junkie Discussions; ERC
Post #6 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Thu, 29 Jan 2009 20:23:55 GMT
This code should change the fields in the cart from saying "Ship to Zip/Postal Code" to "Your Zip/Postal Code", and "Ship to Country" to "Your Country".

Changing the field label will make it less confusing for buyers since you're not actually shipping anything to them.]]>
E-junkie Discussions; Stefanie
Post #5 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Thu, 29 Jan 2009 15:07:30 GMT
Thanks,
Kim
www.endocenter.org]]>
E-junkie Discussions; ERC
Post #4 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Wed, 28 Jan 2009 00:03:53 GMT E-junkie Discussions; ERC Post #3 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Tue, 27 Jan 2009 22:58:13 GMT
function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
// Will change "Ship to Country" to "Your Country":
jQuery("#country1").attr("innerHTML", "Your Country");
// Will change "Ship to ZIP/postal Code" to "Your ZIP/Postal Code":
jQuery("#state1").attr("innerHTML", "Your ZIP/Postal Code");
}]]>
E-junkie Discussions; E-junkieGuru
Post #2 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Tue, 27 Jan 2009 20:35:11 GMT
My question above stills stands. I tried checking the shipping option under a couple of products but then it prompts the customer for a zip code... we just want to require them to enter an address for database purposes....

Thanks,
Kim
www.endocenter.org]]>
E-junkie Discussions; ERC
Post #1 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 http://www.e-junkie.com/bb/topic/3120/pg/0#post8940 Tue, 27 Jan 2009 20:26:54 GMT
We are getting ready to launch our new shopping cart, using PayPal as the payments processor. I had a couple of people test the cart using their personal PayPal accounts, which have "confirmed" addresses. When I log in to Paypal and click on details, it says "no shipping address provided." PayPal said this in response to my inquiry:

"This may be something that you can configure from the backend of your shopping cart, or this maybe something that is hard coded into the shopping cart. Since e-junkie.com is mostly used for digital goods, and most shopping carts that deal with digital goods normally set the no_shipping=1 which would not prompt for an address since it is for digital goods and would not require an address. Most digital goods shopping carts do this to avoid confusion on the customers part, when it is asking for a shipping address, and it is for a digital good. This is most likely why you are not seeing shipping sent over to you. If you are unable to find where to change this at, you might try contacting the cart provider to see if this is something that can be changed, or what's currently being passed over for the no_shipping variable."

We need to collect a shipping address from everyone, just so we can verify to see if these individuals are in our database and to see if we need to mail them an initial contact packet...

Any suggestions are greatly appreciated!!! I don't care if we see the shipping address in PayPal OR on the email orders that we receive from e-junkie.

Kim
www.endocenter.org]]>
E-junkie Discussions; ERC