Announcement

Collapse
No announcement yet.

How do I get these side by side?

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

    How do I get these side by side?

    Hi,

    I've used the AUG to create a compact view of products to make it easier for the customer when purchasing - if they know exactly what they want.

    When I begin to use the code, I notice that it is putting the products in rows directly underneath each other - is there anyway I can get these into columns?

    You can see the example here:

    http://www.bridgingthegap2.co.uk/aca..._Sellers_.html

    Please scroll right to the bottom of these page and you'll see what I mean.

    Thanks in advance.




    HTML Code:
    NETQUOTEVAR:ENDSEPARATOR
    NETQUOTEVAR:PRODUCTFORMBEGIN
    <tr>
    <td colspan="3">
    <table width="250" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
      <td><a
    name="NETQUOTEVAR:PRODUCTANCHOR">NETQUOTEVAR:PRODUCTNAME</a></td>
      </tr>
    <tr>
      <td>NETQUOTEVAR:PRODUCTIMAGE</td>
      </tr>
    <tr>
      <td>NETQUOTEVAR:PRODUCTPRICE</td>
      </tr>
    <tr>
      <td>NETQUOTEVAR:PRODUCTQUANTITY</td>
      </tr>
    <tr>
    <td width="250">NETQUOTEVAR:ADDTOCARTBUTTON</td>
    </tr>
    </table>
    </td>
    </tr>
    NETQUOTEVAR:PRODUCTFORMEND
    NETQUOTEVAR:NEXT
    Best Regards
    www.yourxocaistore.co.uk - for all your Healthy Chocolate Needs - yes I did say 'Healthy Chocolate'
    www.bridgingthegap2.co.uk - for a range of natural health and wellness products
    www.youraloestore.co.uk - for Forever Living's Aloe Vera Products

    #2
    I can't recall if V7 has 'product column count' or not, if it hasn't then basically you are stuffed (I feel) without learning some CSS and html skills. V8 & V9 make this very easy, perhaps it's time to upgrade. Unless of course someone knows how to do it, in which case we both learn something.

    Comment


      #3
      Stuffed - you might be right there.

      I'm familiar with doing some editing but any help or advise would be appreciate.

      Thank you...
      Best Regards
      www.yourxocaistore.co.uk - for all your Healthy Chocolate Needs - yes I did say 'Healthy Chocolate'
      www.bridgingthegap2.co.uk - for a range of natural health and wellness products
      www.youraloestore.co.uk - for Forever Living's Aloe Vera Products

      Comment


        #4
        If it hasn't got product column count, i think the dream needs to be dropped. This is a classic situation, where if you have to ask, then it is way outside of what you can do. The whole inner part of your site would need converting to CSS which just isn't viable or sensible on a V7 site with someone who is green in this area. Have a good hunt round make sure product column count is not available, if you can find it, then you are almost there. I can't for the life of me recall and i have uninstalled V7 forever, so can't check to be more helpful.

        It may be worth searching the V7 forum for 'product column count' or 'products side by side', see if it has been asked and answered before. You certainly can't be the first to have asked (I would think)

        Comment


          #5
          Originally posted by leehack
          If it hasn't got product column count
          This was a v8 introduction. Norman did have a multicolumn patch (think it made its way into the AUG) to set products out in multiple columns across the page... not an easy integration if memory serves as you get quite dirty with the HTML and some javascript.

          An "easier" option is to strip out the table tags in your above posted code and set all the NQV's between a <div> with a set width and float:left; to force them side by side


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            Originally posted by leehack
            i have uninstalled V7 forever, so can't check to be more helpful.
            If you really cared you would install it again and check


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment

            Working...
            X