Multi Order Code, will it work with SKU instead of product I
Posted: Tue Apr 29, 2003 1:48 pm
Multi Order Code, will it work with SKU instead of product ID Numbers
Thanks,
Phil
Thanks,
Phil
Your source for ShopSite user collaboration
https://forum.shopsite.com/
Multi Order Code, will it work with SKU instead of product ID Numbers
Thanks,
Phil
In ShopSite v6.3, yes. Earlier versions, no.
-Loren
Phil Spinelli wrote:
Multi Order Code, will it work with SKU instead of product ID Numbers
Thanks,
Phil
Tried it. Didn't work. Adding wrong item to cart.
I have use sku's selected. I use sku's right now in order buttons anyway.
Am I missing something??
P><input type=checkbox name=itemnum value=OPN62
100% whey 5-chocolate $29.05
Quantity <input type=text size=2 name="OPN62:qnty" value="1"
/P
Loren wrote:
In ShopSite v6.3, yes. Earlier versions, no.
-Loren
Phil Spinelli wrote:
Multi Order Code, will it work with SKU instead of product ID Numbers
Thanks,
Phil
If you are using SKU instead of the internal item number, then you need
to reflect that in your form, i.e. instead of:
input type=checkbox name=itemnum value=OPN62
use:
input type=checkbox name=sku value=OPN62
-Loren
Phil wrote:
Tried it. Didn't work. Adding wrong item to cart.
I have use sku's selected. I use sku's right now in order buttons anyway.
Am I missing something??
P><input type=checkbox name=itemnum value=OPN62
100% whey 5-chocolate $29.05
Quantity <input type=text size=2 name="OPN62:qnty" value="1"
/P
Loren wrote:
In ShopSite v6.3, yes. Earlier versions, no.
-Loren
Phil Spinelli wrote:
Multi Order Code, will it work with SKU instead of product ID Numbers
Thanks,
Phil