PDA

View Full Version : vars


pinbrook
16-Oct-2003, 03:02 PM
what do these vars do

NETQUOTEVAR:TEMPLATEBEGINXML

NETQUOTEVAR:TEMPLATEENDXML

NETQUOTEVAR:CARTERRORXML

what are the consequences of moving or deleting them/

cdicken
17-Oct-2003, 02:01 PM
NETQUOTEVAR:TEMPLATEBEGINXML

NETQUOTEVAR:TEMPLATEENDXML

These variables generate the XML tags that are used by the Dreamweaver extension in order to know where to insert the icons that show the beginning and end of each template.

In most templates, the XML tags are put in automatically, so these variables are not needed. The XML tags are just put in at teh beginning and at the end of the template. However, some templates (like Act_ProductLine.html) start with a <tr><td> so you need the variables so that the DW icon goes after the <td> and so is visible.

NETQUOTEVAR:CARTERRORXML

If you are using a shopping mode of 'Quantity on Product Page', this variable is substituted for an error message if there are any problems adding the items to the shopping cart (e.g. invalid quantity).