Announcement

Collapse
No announcement yet.

modifying product variant labels

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

    modifying product variant labels

    Dear All

    I've modified the way my product variants are laid out as per page 14 of the Advanced User Guide - and all was going swimmingly until I wanted to add an optional extra to one of the products. The Check box appears but the label for the optional extra (ie add 'cart' to go with the 'horse') does not.

    I'm concerned that this label is bound up with <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> which I've deleted to modify the layout.

    As a sticking plaster i've added in a text message using a customvar but i'm concerned that this isn't practical long (or even short term - what happens if I want to add a product with a choice of colors and an optional extra?)

    Can anybody tell me how to find and isolate this label so I can drop it into the template?

    Hope this makes sense.

    Peter

    #2
    Hi Peter

    When doing variants within the actinic templates, you will also need to change the following

    Code:
    <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
    to

    Code:
    <Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
    So it will break up the labels and selectors

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X