On the more information pages I want to wrap the word "Quantity" in a <label> tag so I can control how it is displayed. Currently it is just there. In fact I like to change the "Quantity" to Qty:
There is no option in the [-- DEFINE MORE_INFO_PAGE --] for this. As you know there is an option in the [-- DEFINE PRODUCT --] portion of the page.
It's code when I use it looks like this.
- Code: Select all
[-- IF PRODUCT.DisplayOrderQuantity checked --]
<div class="pnba"><label>Qty:</label> <input type="text" size="2" name="[-- PRODUCT.RecordNumber --]:qnty" value="1" ></div>
[-- END_IF --]
My question is, can you point me to a page in the development Help and Resource Center or lend me a hand and tell how to modify the [-- INCLUDE Product-Price PROCESS --] so I can change some things.