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 Tue, 13 Oct 2009 18:33:31 GMT Fri, 10 Feb 2012 10:58:27 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 #4 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 Tue, 13 Oct 2009 18:33:31 GMT E-junkie Discussions; E-junkieChef Post #3 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 Tue, 13 Oct 2009 13:38:37 GMT
Here's the page where this has been implemented:
http://palsiespopcorn.com/shoponlinepopcorntins.html

Second, can I get some help with the JS coding? I'm completely clueless when it comes to JS. I'm definitely more of a designer than a coder... I can manipulate HTML and some CSS but that's about it.

This has already been a great help.
Thanks

-tommie
www.coldorangemedia.com]]>
E-junkie Discussions; coldorange
Post #2 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 Tue, 13 Oct 2009 08:38:54 GMT
1. Add a single product in E-junkie, with the price of 21.95 and enable VARIATIONS.
2. Add three variation names - FlavorChoice1, FlavorChoice2, FlavorChoice3
3. Add the flavor list as values for all 3 and also, in the values for choice2 and 3 add a value called "none" on the top.

Once you get the button code and paste it in your website, do this -

1. Add <input type='hidden' name='amount' value='0.00'/> within the button code.
2. You'll need JavaScript to handle the onChange event of all the dropdowns which will calculate the value of 'amount' based on the selected values in each of the dropdown. So just create an array of 46 (remember, we added none to the list) values=>prices and then use that to calculate the price.

That same function can be used to do the fancy image thing popcornpapa guys are doing.

Hope this helps!]]>
E-junkie Discussions; E-junkieChef
Post #1 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 http://www.e-junkie.com/bb/topic/3768/pg/0#post11816 Tue, 13 Oct 2009 03:50:19 GMT
For example:
Someone wants to buy a UNC tin (with a base price of $21.95) with three flavors in it: Caramel (add $3), Butter (add $0) and Extra Cheesy (add $4.75)...

I want to have the base price of 21.95 set, with the ability to add these prices according to the flavor they choose. The one kicker is that there probably around 45 different flavors. Can I add different prices for each flavor?

They want the cart to be formatted similar to this:
http://popcornpapa.com/order0.asp?item=2375&size=3

I'm really strapped for time as I thought I would be able to do all of this with Google Checkout alone, but I was wrong, so if anyone can help asap, I'd really appreciate it.

Thanks!
-tommie
www.coldorangemedia.com]]>
E-junkie Discussions; coldorange