QUOTE (alleventinvitations @ Sep 9 2008, 01:02 PM)

i need to know how to hide the quantity input box. I know that you need to enter it into the top of the display page but i don't know the code.please help
If you are talking about hiding this on the product list page, this can be done by going to Operations >> Settings >> Products. You will see an option in here for Product List Purchasing. Just choose buy button only.
If you are referring to this on the product details page insert the following code into your css...
CODE
td.prod-detail-rt label{display:none;}
input#ctl00_pageContent_txtQuantity {display:none;}