PDA

View Full Version : quickie about quantity box label


peter
29-Oct-2004, 02:10 PM
Dear Community

Actinic is inserting an unwelcome <span> and <br> before my quanity box label.

<Actinic:CartError ProdRef="22"/><SPAN CLASS="actrequiredcolor"><BR>Number of boxes:</SPAN>

Anyone with any ideas how I reach the template driving this?

Thanks
Peter

TraceyG
02-Nov-2004, 08:48 AM
Hi,

The 'Quantity' field is set out in the 'Design | Text' menu. Click on the 'Go To' button in the bottom left corner and type 2173 in the ID field and then OK to take you to the prompt:

%s<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="%d">

Change this to:

<!--%s-->Number of Boxes&nbsp<INPUT TYPE=text NAME="%s" SIZE="4" VALUE="%d">

I hope this helps.