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 Thu, 17 Mar 2011 22:55:37 GMT Sat, 18 May 2013 13:41:38 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 #3 http://www.e-junkie.com/bb/topic/5098/pg/0#post17241 http://www.e-junkie.com/bb/topic/5098/pg/0#post17241 Thu, 17 Mar 2011 22:55:37 GMT
THANKS!!]]>
E-junkie Discussions; bunkbedking
Post #2 http://www.e-junkie.com/bb/topic/5098/pg/0#post17241 http://www.e-junkie.com/bb/topic/5098/pg/0#post17241 Thu, 17 Mar 2011 20:34:16 GMT
I think setting up a flat-rate amount like $9999.99 would appear to affected buyers like some sort of glitch/mistake (rather than a "shipping ripoff"), so if they contact you about it, you could then explain you cannot ship to AK/HI and that was the only way you could discourage such orders. If you wish, you could add a line of explanation to your cart by adding the following lines to your View Cart code on every page, just before the "// -->" line in the standard code:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML",
"Shipping is only available for the <b>48-state Continental US</b>");
}

If you're already using those functions for other cart customizations, just add the new jQuery and custom HTML lines given above into your existing function EJEJC_shown(){} section.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/5098/pg/0#post17241 http://www.e-junkie.com/bb/topic/5098/pg/0#post17241 Thu, 17 Mar 2011 13:55:56 GMT
we do not ship to Hawaii and Alaska (and indicate this very clearly on our web site)

but we still get sales and payments which we then have to contact the buyer and refund - is there anyway e-junkie can block payments to these 2 states?

Denis

www.bunkbedking.com]]>
E-junkie Discussions; bunkbedking