E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2012, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Sun, 7 Dec 2008 21:11:11 GMT Fri, 10 Feb 2012 16:57:08 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/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Sun, 7 Dec 2008 21:11:11 GMT E-junkie Discussions; E-junkieGuru Post #8 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Fri, 5 Dec 2008 23:35:51 GMT
final request

Is there a way to leave the words pickup in the discount code field after the customer has pressed update and the screen refreshes

Thx for all the help

Denis]]>
E-junkie Discussions; bedzking
Post #7 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Fri, 5 Dec 2008 22:30:38 GMT E-junkie Discussions; bedzking Post #6 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Fri, 5 Dec 2008 21:00:33 GMT
If you create a discount code there discounting 100% of shipping when the "PICKUP" code is entered it will discount all the shipping charges only.]]>
E-junkie Discussions; Stefanie
Post #5 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Fri, 5 Dec 2008 17:17:56 GMT
But - How does this address the issue of multiple purchases?

If a buyer buys 2 items, each with a pickup discount code of $59 - this will refund $118 in the cart - not $59 My understanding is that discount codes are product specific - not cart specific?]]>
E-junkie Discussions; bunkbedking
Post #4 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Fri, 5 Dec 2008 02:50:30 GMT
To allow for the PICKUP discount without tempting other buyers to seek a discount that isn't there, you can change the text label of to the discount code field in the cart -- just add these lines to your View Cart code on each page, just before the "// -->" line:

function EJEJC_config() {
EJEJC_POSTCALL=true;
}

function EJEJC_shown() {
jQuery("#dscnt_cd").attr("innerHTML",
"For local pickup,<br>type PICKUP here:");
}

If you already have EJEJC_config() {} in your code, just add lines from the above example which are not already in your code.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Thu, 4 Dec 2008 22:07:32 GMT
- I also want to stay away from discount codes (If the cart has a space for a discount code consumers believe there is a code out there somewhere that will save them money - when they cant find a code, they think they are not getting a "deal")]]>
E-junkie Discussions; bedzking
Post #2 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Thu, 4 Dec 2008 19:54:15 GMT
Why not create a coupon code: "PICKUP" and discount 100% of the cart's shipping charges?

Note on your shopping pages that when someone wants to pickup the product as opposed to having it shipped to enter "PICKUP" in the discount code field.]]>
E-junkie Discussions; Stefanie
Post #1 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 http://www.e-junkie.com/bb/topic/3016/pg/0#post8445 Thu, 4 Dec 2008 16:55:31 GMT
we want to enable our customers to place multiple items in the cart and pay only 1 shipping fee - no problem we add a handling fee in cart preferences

But, if they want to pick up, we do not want to charge this fee - we thought of creating an item called "pick up" with a negative price to offset the handling fee - but the cart will not allow us to set up a negative price - we cannot set up a product discount code as it will multiply the product discount by the # of items purchased and br greater than the handling fee

regards

Denis]]>
E-junkie Discussions; bedzking