Announcement

Collapse
No announcement yet.

Lay out of Drop down Attributes within Components

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

    Lay out of Drop down Attributes within Components

    Hi Everyone,

    I believe I have a work around regarding the lay out of attributes which are held inside components here it goes hope it helps!,

    1.First use the following cell (borrowed from a previous post) in your product page :

    <td valign="top" align="Center" class="prodprice">
    NETQUOTEVAR:VARIANTLABEL1<br>
    NETQUOTEVAR:VARIANTSELECTOR1
    </td>
    <td align="right"><br>
    NETQUOTEVAR:VARIANTADDTOCARTBUTTON
    </td>

    Then go into your individual attributes and set user defined and paste the following in the HTML field

    </td><td width="100px" valign="top" align="Center">

    This should lay out all the attributes when inside a component in a neat row

    Thisdoesn't work for multiple components.

    Kind regards
    Chris

    #2
    Thanks Chris

    A handy trick indeed.

    Comment


      #3
      glad to be able to help for once!

      Comment

      Working...
      X