Announcement

Collapse
No announcement yet.

Help finding template please?

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

    Help finding template please?

    Hi all,

    http://www.organicimage.com/acatalog...hite_blue.html

    please visit above link and look at the page or see image attached.

    If you look below the nodding head 10% line of text the space is quite large between this line and the 'Customer Choice' above the Add to cart buttons. Can someone plese tell me where this template is? Also in my css I can't rack down the text which is the description html above the ad to cart buttons, in this case it reads 120ml £6.15 480ml £23.30 etc.. and also, it is the text within the popup windows.

    I have recently changed my fonts over and the Trebuchet font is much smaller than my previous Verdana and this text has gone a bit too small on a hi-res monitor. Also, is there a way of making the 120ml £6.15 text a different colour just above the buttons?

    I thouight this was xxsmall but it doesn't seem to be as I have changed this text size and nothing has happened.

    Cheers for any help here . .

    B
    Attached Files
    Organic Image - Award-winning Airbrush Kustom Art & Airbrush Classes

    #2
    bump.. please.
    Organic Image - Award-winning Airbrush Kustom Art & Airbrush Classes

    Comment


      #3
      If you look below the nodding head 10% line of text the space is quite large between this line and the 'Customer Choice' above the Add to cart buttons. Can someone plese tell me where this template is?
      There are a few causes to this. One is that the add to cart buttons are in a different table cell to the rest of the description. You could experiement with your Act_ProductLine.html template to maybe put NETQUOTEVAR:ADDTOCARTBUTTON in the same table cell as everything else.

      The other template to look at is Act_VariantComponentName.html which contains
      Code:
      <P CLASS="actxsmall">NETQUOTEVAR:COMPONENTNAME
      NETQUOTEVAR:PRICEEXPLANATION
      </P>
      I would change the <p>s to <span>s
      Also in my css I can't rack down the text which is the description html above the ad to cart buttons, in this case it reads 120ml £6.15 480ml £23.30 etc.. and also, it is the text within the popup windows.

      I have recently changed my fonts over and the Trebuchet font is much smaller than my previous Verdana and this text has gone a bit too small on a hi-res monitor. Also, is there a way of making the 120ml £6.15 text a different colour just above the buttons?
      The template is Act_VariantBtnTableColRowLabel.html - see if you can add some <span> tags to that.

      Comment


        #4
        Thanks Chris, very helpful mate

        I have now solved all the issues, this template: Act_VariantBtnTableColRowLabel.html did the trick for me but, 2 questions left, can you pin-point the CSS for the text within a pop-up window (Extended info) as this too is very small and I can't find it anywhere!?

        finally (for now!) in the product line template I have changed the price to this:

        <font color="#F60901"><b>NETQUOTEVAR:PRODUCTPRICE</b></font>

        but my prices are not showing in red. Any ideas?

        Thanks bud . .

        B
        Organic Image - Award-winning Airbrush Kustom Art & Airbrush Classes

        Comment


          #5
          is there a template for price only?

          Act_ProductPrice.html

          Comment


            #6
            Originally posted by pinbrook
            is there a template for price only?

            Act_ProductPrice.html
            Can't believe I forgot that! thanks Jo
            Organic Image - Award-winning Airbrush Kustom Art & Airbrush Classes

            Comment

            Working...
            X