Announcement

Collapse
No announcement yet.

Aligning Product details vertically

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

    Aligning Product details vertically

    Another question from myself.

    I've now managed to resolve my issue of aligning products in columns which works fine. The question I now have is how do I align products vertically i.e. I may have 3 columns and all three products will have an image. 2 products will have an extended button, 1 will have some description associated. Basically there could be a whole variation of things associated with each product.

    Is there anyway I can align the Add to Cart button at the bottom of each product irrespective of what descriptions/extended info. buttons each product contains. So that the Add to Cart buttons are aligned horizontally.

    Thanks for your help once again,

    Elfyn
    iBabyShop.co.uk

    #2
    Hi Elfyn,


    If you move <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS> then this moves the add to cart button. So you can simply place this line where ever you want.

    But the add to cart button is linked to the choices, so if you want to break the add to cart button with the choices, then simply change

    Code:
    <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
    to
    Code:
    <Actinic:ACTIONS>NETQUOTEVAR:VARIANTADDTOCARTBUTTON</Actinic:ACTIONS>
    then where you want your choices to appear, simply type in
    Code:
    NETQUOTEVAR:VARIANTS
    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment

    Working...
    X