About 2 weeks ago, the variations on orders stopped showing up on order notifications. This is what comes in:
Products Purchased
==============
1.
----
Item name: X3
Qty: 1
Item number: 1062357
Instant Payment Notification Data
==========================
There are 3 flavor variations, none of which appears in the order. Same thing is happening for other products. This is my code:
<form action="https://www.e-junkie.com/ecom/gb.php?c=cart&i=1062357&cl=203494&ejc=2" target="ejejc" method="POST" accept-charset="UTF-8">
<input type="hidden" name="on0" value="Flavor"/>
Flavor:<br/>
<select name="os0">
<option value="Cherry">Cherry</option>
<option value="Lime">Lime</option>
<option value="Mango">Mango</option>
</select>
<br/>
<input type="image" src="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Add to Cart" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this.parentNode);"/>
</form>
Assistance would be much appreciated -- thank you.