Announcement

Collapse
No announcement yet.

Can I move the Add to Cart button under image?

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

    Can I move the Add to Cart button under image?

    At the moment my layout consists of my product image on the left and all the text to the right including the Add to Cart button. Can the add the cart button be moved so that it appears under the image and if so how?

    I would also like to add the price and a general link to under the image also.

    Thanks

    #2
    Make a copy of your current layout template (In Notepad : File | Save As | All Files and give it a new name), then in that new file add </tr><tr> into your code in front of the cells (marked with an opening <td>) that you want to move into a new row.

    This will give you (for example) image and description together,
    then in a new table row, price and add to cart.

    Back on the product in Actinic, click the Select button on the Layout tab, and select your new template file to preview the changes.

    Play around till you get the effect you want, you can always re-select the original template if you completely screw up
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Thanks, I have managed to do this but I can't suss out how to get the Including VAT at 17.5% onto the next line so that it doesn't appear straight after the price.

      This is how it currently looks

      Price: £35.99Including
      VAT at 17.5%

      I would also like to remove the space between the word Price: and £.

      I've adding <br> tag but this doesn't work.

      Any ideas? My code for this section is below.

      <table width="100" border="0" cellspacing="0" cellpadding="0">
      <tr>
      <td>NETQUOTEVAR:PRODUCTIMAGE <span class="actxsmall">NETQUOTEVAR:PRODUCTBEGINLINKNETQUOTEVAR:PRODUCTLINKTEXTNETQUOTEVAR:PRODUCTENDLINK</span>
      NETQUOTEVAR:PRICEEXPLANATION
      NETQUOTEVAR:PRODUCTPRICE
      <span class="actxsmall">NETQUOTEVARISCOUNTINFO </span>
      <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
      <span class="actxsmall">NETQUOTEVARATEPROMPT </span>
      <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>
      </td>

      Comment


        #4
        The bits that make up the Price are in Act_ProductPrice.html. You can add a <BR> just before NETQUOTEVAR:TAXMESSAGE
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment

        Working...
        X