PDA

View Full Version : Possible to remove the QTY next to the quantity box?


TreppidX
2nd March 2007, 09:30 AM
Is it?

Reason being I've edited a row layout and added a column for quantity and having the letters QTY appear for every product is not necessary.

Another question, with regards the the detailed styles.
When a picture is added to a product the text in the detailed page is normal but it appears as a link when there is no picture available.

How can one change this?

dferguson
2nd March 2007, 10:31 AM
This can be edited in the following file:

c:\program files\ezimercpro\commonfiles\qnt.tbl

Below is the default content of the file:


<br><b>QTY:</b> <input type="text" name="qty" maxlength="15" size="5" value="1">


Simply remove:

<br><b>QTY:</b>

Note: Version 4.00.071 or higher will be required.