Announcement

Collapse
No announcement yet.

Products help...

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

    Products help...

    im trying to create a table of products, (ie that are not seperated by the grey line(that seperated products) i have managed to change the layout fine, but i have a table per product. And i just want one only table (because because its useful when comparing sizes)

    So far i have create a table for product one and a table for product two. (i want these to join which they would if it wasn't for the grey line seperating preoducts out. (i assume this line is also used to seperate varible between the two products)

    Is there any way to remove this line.(or turn it the same colour as the background and remove the space) or is there a better way to achieve what i want



    Hope i have explained this well enough thank in advance

    james
    www.polymax.co.uk/acatalog/ number 1 for for o-rings, rubber seals, rubber cords. In Viton NBR and silicone.
    Cuddle And Carry, Baby Slings Wraps Ringslings Pouches and Carriers
    http://www.oringen.eu/ O-Ringen Rubber Koord Uitegdreven Profielen in Nitrile (NBR) Viton.

    #2
    Hi James,

    there are a couple of solutions :

    1. comment out Act_ProductSeperator.html

    2. merge several of the Act_ProductLine.html templates together. This is the prefered solution ... open Act_ProductLine.html (or whichever template you are using) and you will see the code ... at the bottom you will see a "NEXT" command ... this tells Actinic to close off that template and move onto the next product and start over again ... if you copy and paste the code above the "NEXT" command over and over Actinic will compile the pages before a break appears. The "NEXT" command should appear only once on the page and at the bottom as per the original template.

    So if you paste 3 times into the original you will get 4 product in a row before the line break .. this will also allow you to say use alternate background colours to create a tabulated effect.

    If you only have 2 products in a section only 2 will show



    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      thanks for your help, though i have changed the template now a fair bit, and the products have come out of alinement. (ie out side the product catergoy form. It is now displayied at the bottom of the page, out side of everything. Not sure what im doing wrong. here
      .......................................................................................................
      <!-- ProductLine HTML begin -->
      <!-- Insert HTML for the top of the individual product -->
      <!-- NETQUOTEVAR:INCLUDE Act_ProductSeparator.html-->
      NETQUOTEVAR:ENDSEPARATOR
      NETQUOTEVAR:PRODUCTFORMBEGIN
      <!-- NETQUOTEVAR:PRODUCTIMAGE -->



      <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="70%" id="AutoNumber1">
      <tr>
      <td width="15%"><b>Artical No.</b></td>
      <td width="55%"><b>Price</b></td>
      <td width="15%"><b>Quantity</b></td>
      <td width="15%"><b>Add To Basket</b></td>
      </tr>
      <tr>
      <td width="25%"><a name="NETQUOTEVAR: PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a></td>
      <td width="25%"><b>NETQUOTEVAR:PRODUCTPRICE</b> <br></td>
      <td width="25%"><span class="actxsmall">
      NETQUOTEVAR:PRODUCTQUANTITY<br> </td>
      <td width="25%"> <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
      </span>NETQUOTEVAR:TEMPLATEENDXML</td>
      </tr>

      </table>


      <tr>
      <!-- <td valign="TOP" align="LEFT" colspan="2"> NETQUOTEVAR:TEMPLATEBEGINXML -->
      <!-- <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>-->
      <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
      NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;NETQUOTEVAR:EXTINFOLINK</span>NETQUOTEVAR:EXTINFOBUTTON
      <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
      NETQUOTEVAR:PRICEEXPLANATION </span><br>
      <b>NETQUOTEVAR:PRODUCTPRICE</b> <br>
      <span class="actxsmall">NETQUOTEVARISCOUNTINFO </span>
      <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
      <span class="actxsmall">NETQUOTEVARATEPROMPT </span>
      <span class="actxsmall"> NETQUOTEVAR:CARTERRORXML </span>
      </td>
      <!-- <td align="left" valign="bottom"> <span class="actxsmall">-->
      <!-- NETQUOTEVAR:PRODUCTQUANTITY<br>-->
      <!-- <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>-->
      <!-- </span>NETQUOTEVAR:TEMPLATEENDXML</td>-->
      </tr>
      NETQUOTEVAR:PRODUCTFORMEND
      NETQUOTEVAR:NEXT
      <!-- Insert HTML for the bottom of the individual product -->
      <!-- ProductLine HTML end -->




      ..............................................................................................
      Any help apprieciated, thanks again
      www.polymax.co.uk/acatalog/ number 1 for for o-rings, rubber seals, rubber cords. In Viton NBR and silicone.
      Cuddle And Carry, Baby Slings Wraps Ringslings Pouches and Carriers
      http://www.oringen.eu/ O-Ringen Rubber Koord Uitegdreven Profielen in Nitrile (NBR) Viton.

      Comment


        #4
        also it duplicates the product above the centre frame
        www.polymax.co.uk/acatalog/ number 1 for for o-rings, rubber seals, rubber cords. In Viton NBR and silicone.
        Cuddle And Carry, Baby Slings Wraps Ringslings Pouches and Carriers
        http://www.oringen.eu/ O-Ringen Rubber Koord Uitegdreven Profielen in Nitrile (NBR) Viton.

        Comment


          #5
          done it now
          www.polymax.co.uk/acatalog/ number 1 for for o-rings, rubber seals, rubber cords. In Viton NBR and silicone.
          Cuddle And Carry, Baby Slings Wraps Ringslings Pouches and Carriers
          http://www.oringen.eu/ O-Ringen Rubber Koord Uitegdreven Profielen in Nitrile (NBR) Viton.

          Comment

          Working...
          X