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 Mon, 23 Apr 2012 19:57:09 GMT Fri, 24 May 2013 20:26:02 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/5869/pg/0#post20817 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 Mon, 23 Apr 2012 19:57:09 GMT http://www.e-junkie.com/ej/help.site-blog.htm#wordpress

An E-junkie client has also written this very thorough guide to using E-junkie with WordPress:
http://unknownartifact.com/website/adding-an-e-junkie-shopping-cart-to-wordpress/]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 Mon, 23 Apr 2012 05:12:05 GMT X-Large/Womens. Not exactly my key target market. Has anyone else had this problem? The process seems very simple so I can't imagine what I am overlooking.

I'm checking:

Let buyer edit qty
Variations which tell more about the product ordered

Option 1 Name is Size
Option 2 Name is Style

Option 1 Values are
Small
Medium
Large
X-Large
XX-Large

Option 2 Values are
Mens
Womens

Here is the code with javascript box unchecked, but I've tried it both ways:

<form action="http://www.e-junkie.com/ecom/gb.php?c=cart;i=Delete;cl=210545;ejc=2" target="ej_ejc" method="POST" accept-charset="UTF-8">
<input type="hidden" name="on0" value="Size"/>
Size:<br/>
<select name="os0">
<option value="Small">Small</option>
<option value="Medium">Medium</option>
<option value="Large">Large</option>
<option value="X-Large">X-Large</option>
<option value="XX-Large">XX-Large</option>
</select>
<br/>
<input type="hidden" name="on1" value="Style"/>
Style:<br/>
<select name="os1">
<option value="Mens">Mens</option>
<option value="Womens">Womens</option>
</select>
<br/>
<input type="image" src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx"/>
</form>

I have been trying to get it to work all day long. If anyone else has had this issue and knows what I may be doing wrong, feel free to chime in.]]>
E-junkie Discussions; Fendy
Post #2 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 Mon, 23 Apr 2012 02:56:19 GMT http://www.e-junkie.com/ej/help.variants.htm]]> E-junkie Discussions; E-junkieGuru Post #1 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 http://www.e-junkie.com/bb/topic/5869/pg/0#post20817 Sun, 22 Apr 2012 23:18:39 GMT
Option 1 - Size
Option 2 - Style

So when I am done adding all the sizes and styles I get one dropbox per size/style.

Example:

Product image

dropbox1: small dropbox2: medium dropbox3: large dropbox4: x-large dropbox5: xx-large

dropbox6: mens dropbox7: womens

add to cart button

I've got to be missing something because this defeats the purpose of a dropdown menu.
It clutters the page full of dropdown menus with one option in them.]]>
E-junkie Discussions; Fendy