I am using an Expression Web 4 DWT - dynamic web template - and have individual product pages attached to a single DWT.
I am using the order anywhere html code on the individual product pages. Everything looks fine....the add to cart/view cart buttons work as do the drop down menu options and the quantity box.
The problem comes when I make any changes to the DWT. For some reason all of the attached individual product pages lose track of the store id because the code changes from this:
<input type=hidden name="storeid" value=
to this:
<input type=hidden name="storeid0" value=
I am not sure where the extra 0 after the storeid is coming from but it messes up the order anywhere buttons. Now when the add to cart/view cart buttons are clicked I get this error message instead of the shopping cart:
-------
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.
---------
Does anyone know what is going on? I need to be able to change the template from time to time without having to change that one character by hand in each one of the individual product pages.
THX and happy new year!