Announcement

Collapse
No announcement yet.

vars

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    vars

    what do these vars do

    NETQUOTEVAR:TEMPLATEBEGINXML

    NETQUOTEVAR:TEMPLATEENDXML

    NETQUOTEVAR:CARTERRORXML

    what are the consequences of moving or deleting them/

    #2
    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).

    Comment

    Working...
    X