PDA

View Full Version : quantity layout


asterix
26-Aug-2004, 12:52 PM
For the life of me I can't seem to find the html for the quantity field for the products, i just want to swap the test and the input field around, can someone enlighten me ?

cheers

Darren

Krithika
27-Aug-2004, 08:04 AM
Hi

There is a way to do this.
In Actinic, click on Design | Text and then click the Go to button. In the Go To Prompt window, enter 166 in the ID field. This will bring up a field with the value "Quantity". Delete this, leaving the field blank. Click on Apply and OK.

Now click on Advanced | Template Manager (If you are seeing a colourful display, click on Change view ). Click on the Sections tab and then the button labeled Product Line.

This will open Act_ProductLine.html. In this find : NETQUOTEVAR:PRODUCTQUANTITY

Append the word "Quantity" after this phrase. Save the file and update the changes to the site. Now you will get the input box followed by the text on the product pages. You can also insert " " to have a space between the two.

Cheers

asterix
27-Aug-2004, 12:11 PM
Fantastic Krithika,

Thats worked a treat! Also, is there anyway I can alter the size of the input box ?

Darren

Krithika
27-Aug-2004, 12:23 PM
Hi Darren

Yes, it is possible to alter the size of the quantity box on the product pages. You can find the workaround for this here (http://community.actinic.com/showthread.php?t=8342)

Cheers