I would like to get some advice on how to get my extra field to display in my shopping cart. I want an input box (not a textarea) for the customer to enter an Event Date. I managed to figure out how to get it displayed on my More Information page, though I don't really know if I have the right syntax. I also have some other products that will need multiple input boxes (Once I get this first one figured out. In my Product page (Edit Product Info), in Extra Field number one, I placed the following:
<input type=hidden name="[-- PRODUCT.RecordNumber --]:finoptnum" value=1>
<input name="[-- PRODUCT.RecordNumber --]:finopt:0" type="text"
id="[-- PRODUCT.RecordNumber --]:finopt:0" value="" size="15"><br>
In my Products template, I placed the following code where I want the input to display:
[-- STORE.ProductField1 --]
[-- PRODUCT.Field1 --]
Here's a link to a page that I have the text box on:
http://www.forrestrealm.com/store/product1687.html
My problem is I don't know how to get this field to display in my cart, and I know that I lack understanding how it works. I'm using a modified version of the Cross Sell template. Could someone tell me exactly what to do? I've searched the forums and the Internet and haven't really found alot of info on this subject. I''ve manged to over-come most of my obstacles on this journey, but this one is beginning to frustrate me!
Thanks in advance for help!