Page 1 of 1

Multi Order Code, will it work with SKU instead of product I

PostPosted: Tue Apr 29, 2003 1:48 pm
by Phil Spinelli
Multi Order Code, will it work with SKU instead of product ID Numbers

Thanks,
Phil

Re: Multi Order Code, will it work with SKU instead of produ

PostPosted: Tue Apr 29, 2003 5:15 pm
by loren_d_c
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

Re: Multi Order Code, will it work with SKU instead of produ

PostPosted: Sun May 11, 2003 2:10 pm
by 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
&nbsp;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

Re: Multi Order Code, will it work with SKU instead of produ

PostPosted: Sun May 11, 2003 3:24 pm
by loren_d_c
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
&nbsp;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


Re: Multi Order Code, will it work with SKU instead of produ

PostPosted: Sun May 11, 2003 4:42 pm
by Phil
Thanks Loren,
You're always a big help.

Nice feature! Will make ordering so much easier.

Shopsite is getting better all the time.

thanks!!

Loren wrote:

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
&nbsp;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