Announcement

Collapse
No announcement yet.

Netquotevar:cartdisplay

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

    Netquotevar:cartdisplay

    I want to modify my cart, but am having difficult finding out what the variable are, eg -

    NETQUOTEVAR:REFPAGE
    NETQUOTEVAR:CARTDISPLAY
    NETQUOTEVAR:BACKLINK (why is this commented out...?)

    I have checked in the nqv dictionary and the user/adv guides - where else can I check? and because this is the cart I can't put debug text around it and preview in actinic...
    John

    #2
    Hi John,

    NETQUOTEVAR:REFPAGE becomes a hidden form field, which stores the value of where to take customers back to.

    NETQUOTEVAR:CARTDISPLAY becomes the shopping cart table - the code for which is in Act_ShoppingCartXML.html

    NETQUOTEVAR:BACKLINK is just a link that says 'Return to the catalog' - but as we now use the much nice 'Continue Shopping' button, we no longer need this and therefore commented out.

    Hope this helps.
    Cheers,
    Suresh Babu G

    Comment

    Working...
    X