I am trying to have an input box on my "More Info Page" where a customer can enter text and the result will show in the shopping cart. I do not want it to look like an input box in the shopping cart. I've tried checking the option not to allow changes in the cart, but it still looks like an input box.
I was using this coding:
[-- IF PRODUCT.OptionsBox --]
<textarea name="[-- PRODUCT.Recordnumber --]:freeopt"> </textarea>
[-- END_IF --]
In addition, I don't want there to be anything in the shopping cart if they have not entered text. I can't seem to figure out a way to get rid of the input box in the shopping cart for all orders. Hope this makes sense.
Thanks for any help.