E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sat, 4 Jun 2011 17:56:37 GMT Sat, 18 May 2013 20:04:05 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 #9 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Sat, 4 Jun 2011 17:56:37 GMT
However, for security and compatibility reasons we cannot remove the opt-in box from that page.]]>
E-junkie Discussions; E-JunkieMonster
Post #8 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Sat, 4 Jun 2011 17:43:33 GMT
Looks like this will work

Thanks

One more question - How do I get rid of the check box for

Sign-up for product updates and newsletter.

in the pay with credit card screen?

denis]]>
E-junkie Discussions; bunkbedking
Post #7 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Fri, 3 Jun 2011 23:36:19 GMT
If you find that your buyers are entering their billing zip code in the cart rather than their shipping zip code then it is possible to edit the zip code prompt to make it more clear that the zip code added in the cart is the -shipping- zip code and not the -billing- zip code. We don't lock in billing addresses, only the shipping address. If a buyer enters their shipping zip code in the cart they are not going to have an issue at checkout.

To customize the shopping cart you must be using one of our regular, javascript enabled View Cart buttons. Add the following code to your cart button, just before the // --> line in the standard code you obtained from Seller Admin:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#state1").attr("innerHTML", "Shipping Zip Code");
}

This will change the cart's default text of "ZIP/Postal Code" to "Shipping Zip Code"

Further information about cart customization can be found here;
http://www.e-junkie.com/ej/help.custom-cart.htm]]>
E-junkie Discussions; E-JunkieMonster
Post #6 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Thu, 2 Jun 2011 14:23:54 GMT
A shopping cart that will not allow a separate shipping and billing address is flawed.

Every day we get at least one or two customers that want to use this feature - can the zip and state in the billing not be "hard coded" - we can deal with issues of sales tax evasion - you can use the same warning feature as you do on paypal direct processed payments

Regards

Denis]]>
E-junkie Discussions; bedzking
Post #5 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Mon, 2 May 2011 02:56:10 GMT E-junkie Discussions; E-junkieGuru Post #4 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Sun, 1 May 2011 17:26:23 GMT
i do not charge shipping (ie free shipping)

and without the option to put in a shipping address that includes the state and zip code it makes that element redundant as well as highly frustrating for the customer - it results in the buyer not completing the checkout - BAD or calling us to place an order over the phone - NOT GOOD

can you put in a fix so that if the shipping cost is zero, the cart will allow the input of a shipping address that includes the state and zip

thanks

Denis]]>
E-junkie Discussions; bunkbedking
Post #3 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Sun, 1 May 2011 00:44:47 GMT
This is a necessary security measure. The shipping costs applied to each order are based on the zip code that is entered in the cart before reaching the checkout page. Therefore we do not allow the buyer to change that shipping information at checkout whenever we are able to control that. That is why the credit card checkout page locks in the information the buyer enters in the cart.

With PayPal checkout the buyer can select a different shipping address separate from what was entered in the cart. When this happens we will issue you a warning about a potential problem with the shipping costs.]]>
E-junkie Discussions; E-JunkieMonster
Post #2 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Fri, 29 Apr 2011 18:30:53 GMT E-junkie Discussions; bunkbedking Post #1 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 http://www.e-junkie.com/bb/topic/5182/pg/0#post18042 Fri, 29 Apr 2011 18:26:41 GMT E-junkie Discussions; bunkbedking