Announcement

Collapse
No announcement yet.

Aligning products in Middle

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

    Aligning products in Middle

    Hi
    Probably a simple question.
    I am wanting to align some product pages so that the image is in the middle then the text etc is underneath still aligned in the middle.
    Can i make a custom template for some product pages so i can choose this alignment option when i wish.
    I dont want all the catalogue aligned in this manner just some product pages.
    All the other options i.e image on left of text, image on right etc are available but not centered.
    Any help and how to do this is appreciated.
    Thanks

    #2
    Each product can use it's own template, so you can have a few with a unique layout. The Template is usually set to Use Parent but you can override this if you wish.

    Just copy your existing product template to a new file name and then edit that to move things around as you wish.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      How to do this

      Hi
      Thanks for the info but i`m not sure how to edit or save the html templates so could do with some pointers to how to achieve making this template.
      Thanks in advance for any info

      Comment


        #4
        Save this as Act_ProductLineCentered.html
        Code:
        <!-- ProductLineCentered HTML begin -->
        <!-- Insert HTML for the top of the individual product -->
        NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
        NETQUOTEVAR:ENDSEPARATOR
        NETQUOTEVAR:PRODUCTFORMBEGIN
          <tr>
             <td align=center colspan=3>
               NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
               <br>
                <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
               <br>
                <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK
                NETQUOTEVAR:PRICEEXPLANATION </span>
               <br>
                <b>NETQUOTEVAR:PRODUCTPRICE</b>
               <br>
                <span class="actxsmall">NETQUOTEVAR:DISCOUNTINFO </span>
                <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
                <span class="actxsmall">NETQUOTEVAR:DATEPROMPT </span>
               <br>
                <span class="actxsmall">
          			NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR: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 -->
        <!-- ProductLineCentered HTML end -->
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Perfect

          Hi Norman
          Thankyou for your time and answer, it is exactly what i needed to do and now I understand how to apply this to products.
          Thankyou once again
          Matthew

          Comment

          Working...
          X