Announcement

Collapse
No announcement yet.

layout not working for product up-sells

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

    layout not working for product up-sells

    Hi all,

    I run an online sweet shop and am having a little problem with the layout created by act_primary

    I need to place a table below the last product on each page so that I can put product upsells in.

    I managed to create one at the top of the page with no problems, but when I tried at the bottom the layout does not go in properly.

    an example of what I mean can be found here

    http://www.sweets2yourdoor.co.uk/aca...A_TABLETS.html

    The text "People who bought this item also looked at" should appear underneath the last product, but it appers after the entire table.

    The page cose is attached
    Attached Files
    David Mawson
    Phoenix Trading

    http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

    #2
    You have
    Code:
    </TABLE>	        
    		    <p>People who bought this item also looked at </p></td>
            </tr>
    </table>
    The only place that displayable text is valid within tables is between <td> and </td> tags. You can move your line to the very bottom (after </table>) to get it to display properly (where it's outside of all tables). However this will display it at the end of the page, not after the last product.

    Why not simply use a "Text Only" Fragment after the last product to hold this info. You create Fragments like Products but instead select New Fragment.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      I thought of doing it that way norman but when I enter more than 3 products on 1 page the formatting goes wrong

      and the last products that I enter stretches the whole width of the screen instead on staying within the table defind

      an example can be found here

      http://www.sweets2yourdoor.co.uk/aca...A_TABLETS.html

      I think that I have done something wrong when I started playing around with the templates

      any ideas

      Davie
      David Mawson
      Phoenix Trading

      http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

      Comment


        #4
        I use the approach Norman's describing of adding a text only fragment containing html code and links. As an example:
        http://www.fancylines.co.uk/acatalog...nd_Choker.html
        Note: Adult Lingerie Site

        Comment


          #5
          Originally posted by drounding
          I use the approach Norman's describing of adding a text only fragment containing html code and links. As an example:
          http://www.fancylines.co.uk/acatalog...nd_Choker.html
          Note: Adult Lingerie Site

          thats exactly what I need... a blonde posing in lingerie

          But on a more serious note, the way you have it laid out is what I am trying to achieve, but once I go so far down the page the formatting goes out

          Davie
          David Mawson
          Phoenix Trading

          http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

          Comment


            #6
            Are you using a fragment or modifying the template itself? If you modified the template, then why not put it back as it was and try the fragment method.
            This is the fragment I used:
            Code:
            !!<<table width="100%" border="0"><tr>
            <td width="11%"><a href="Product1.html"><img src="Image1.jpg" border="0" alt="Product1"></a></td><td width="11%"><a href="Product1.html">Product1</a></td><td width="11%"></td>
            <td width="11%"><a href="Product2.html"><img src="Image2.jpg" border="0" alt="Product2"></a></td><td width="11%"><a href="Product2.html">Product2</a></td><td width="11%"></td>
            <td width="11%"><a href="Product3.html"><img src="Image3.jpg" border="0" alt="Product3"></a></td><td width="11%"><a href="Product3.html">Product3</a></td><td width="11%"></td>
            </tr></table>>!!

            Comment


              #7
              managed to fix the formatting issue

              I had been careless with the <table> command and this had caused the layout to go screwy so far down the page.

              always the simplist things that cause the biggest headaches.

              David Mawson
              Phoenix Trading

              http://www.sweetswholesale.co.uk - Wholesale confectionery suppliers

              Comment

              Working...
              X