Page 1 of 1

Order Anywhere?

PostPosted: Wed Jul 10, 2002 10:51 pm
by Shawn
HI:
I am using the "Order Anywhere" method. Are there limitations using a
table cells within the form?

Here is my web page http://66.70.210.251/aquariantc.html
The first product works fine the other products come up with this error:

"Error in Form!
We're sorry, but there was an error in your form data!
You must specify a valid value for: storeid .
Please go back and try it again"

Thanks
Shawn

Re: Order Anywhere?

PostPosted: Thu Jul 11, 2002 10:18 am
by Jim Stavast
You appear to be incrementing the value of various fields like storeid, sku
etc by appending a number

<input type=hidden name=storeid4 value=*1a0a5854f1e966f818a12aea5c2f2a>
<input type=hidden name=dbname4 value=products>
<input type=hidden name=function4 value=add>
<input type=hidden name=sku4 value=ATC20>

None of these should have a number after them since they are internal
ShopSite names.

Jim


Shawn wrote:

HI:
I am using the "Order Anywhere" method. Are there limitations using a
table cells within the form?

Here is my web page http://66.70.210.251/aquariantc.html
The first product works fine the other products come up with this error:

"Error in Form!
We're sorry, but there was an error in your form data!
You must specify a valid value for: storeid .
Please go back and try it again"

Thanks
Shawn