Announcement

Collapse
No announcement yet.

Quantity box

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

    Quantity box

    This is probably a really easy one to resolve but I'm having real trouble doing so! Basically, I would like to put the add qty box (seehere) below the options i.e. the last thing above the add to cart button, and increase the spacing around it. Can some kind person tell me if this is easy to accomplish?

    Thanks

    #2
    This can be done but needs some changes. NETQUOTEVAR:ADDTOCARTBUTTON lays out all the Attributes and the Cart button so it seems difficult to alter the auto generated sequence.

    However you can replace NETQUOTEVAR:ADDTOCARTBUTTON with

    NETQUOTEVAR:VARIANTS

    NETQUOTEVAR:VARIANTADDTOCARTBUTTON

    and this will separate the two, allowing you to move the Quantity code between them.

    You can also separate out each Attribute - there's a good writeup in the Advanced Guide about that. Look for "NETQUOTEVAR:VARIANTS"
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X