Announcement

Collapse
No announcement yet.

Products in tables

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

    Products in tables

    Hi

    I'm using the smart theme and have followed the design guide (pg 23) to compact the product rows. As per first image.

    How do i get to the second image effect?

    My products are using ACT_ProductLineCompact.html

    How can i add the pack prices decription etc etc

    I have searched the site and have found some advice but i still feel stuck, can anyone help me out a little please.

    christian
    Attached Files

    #2
    The pack price is probably coming from a CUSTOMVAR that is declared individually in each products property tab.

    The product description can be put back into the template by using the NETQUOTEVAR : PRODUCTDESCRIPTION variable ... this has probably just been commented out in your template - remove the comments or add back in to display


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      MMm

      This is my ACT_ProductLineCustom.html

      <p>NETQUOTEVAR:ENDSEPARATOR
      NETQUOTEVAR:PRODUCTFORMBEGIN
      </p>
      <tr>
      <td colspan="3">
      <table width="100%" border="0" cellspacing="0"
      cellpadding="0">
      <tr>
      <td width="250"><a
      name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</a></td>
      <td align="right"
      width="100">NETQUOTEVAR:PRODUCTPRICE</td>
      <td align="right">NETQUOTEVAR:PRODUCTQUANTITY</td>
      <td align="right">NETQUOTEVAR:ADDTOCARTBUTTON</td>
      </tr>
      </table>
      </td>
      </tr>
      NETQUOTEVAR:PRODUCTFORMEND
      NETQUOTEVAR:NEXT


      Also how do i add customer vars? The drop down list only has 4 in them Leftbartxt etc etc

      Comment


        #4
        Originally posted by BadBadger
        Also how do i add customer vars? The drop down list only has 4 in them Leftbartxt etc etc
        In actinic Advaced | Custom Properties to add new variables.

        In the template simply add in CUSTOMVAR:MYVARIABLE

        ... or whatever you have called it


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment

        Working...
        X