Announcement

Collapse
No announcement yet.

Adding a link on product page to external page(shipping)

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

    Adding a link on product page to external page(shipping)

    Hi Guys,

    I have scanned the forums and to no avail. I wish to place a link in the description of each product on our site that will take the customer toa page explaining our carriage charges for differing products,like someone has done here ... http://www.lawson-his.co.uk/scripts/products.php?cat=Paint%20and%20Plaster%20Mixers

    I have edited act_productline but to no avail. Any idea's please!?

    Cheers

    John
    John Heap
    Knighton Tool Supplies-Leicester
    www.knighton-tools.co.uk
    Litter Pickers-Power Tools-Safety Footwear-Engineering Products

    #2
    Can you let us have a copy of what you have placed into the Act_ProductLine template


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      A simple text link to an external page should look something like

      Code:
      <a href="http://www.domain.com/delivery.htm">Delivery Terms</a>
      or to open in a new window use

      Code:
      <a href="http://www.domain.com/delivery.htm" target="_blank">Delivery Terms</a>
      or if you want to add just to one product use the following in the product description

      Code:
      !!<<a href="http://www.domain.com/delivery.htm" target="_blank">Delivery Terms</a>>!!
      HTH


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Hi John,

        It appears more than once on the page though ....if there are 3 prods on the page it appears just 3 times at the top where ideally i would like it under each individual product ....

        <!-- saved from url=(0022)http://internet.e-mail -->
        <!-- ProductLine HTML begin -->
        <!-- Insert HTML for the top of the individual product -->
        <!-- UPSELL SUPPORT START -->
        <script language=JavaScript>
        <!--
        startnormal()
        // -->
        </script>
        <!-- UPSELL SUPPORT END -->

        <style type="text/css">
        <!--
        .style3 {color: #FF0000}
        .style4 {color: #008080}
        .style7 {
        font-size: 18px;
        color: #006633;
        }
        .style9 {color: #FF0000; font-weight: bold; }
        -->
        </style>

        NETQUOTEVAR:INCLUDE Act_ProductSeparator.html
        NETQUOTEVAR:ENDSEPARATOR
        NETQUOTEVAR:PRODUCTFORMBEGIN
        <tr>
        <td rowspan="2" valign="TOP" align="CENTER"> NETQUOTEVAR:TEMPLATEBEGINXML
        NETQUOTEVAR:PRODUCTIMAGE </td>
        <td valign="TOP" align="LEFT" colspan="2"> <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actsmall"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
        <span class="actxsmall">&nbsp;&nbsp;&nbsp;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> <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT
        </span> <span class="actxsmall">NETQUOTEVARATEPROMPT </span> </td>
        </tr>
        <tr>
        <td align="LEFT"><p><span class="actxsmall">NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY
        </span><br>

        </td>
        <td align="LEFT">
        <div align="right"><Actinic:ACTIONS><span class="actxsmall">NETQUOTEVAR:ADDTOCARTBUTTON</span></Actinic:ACTIONS><span class="actxsmall">
        NETQUOTEVAR:TEMPLATEENDXML </span></div>
        </td>
        </tr>

        NETQUOTEVAR:PRODUCTFORMEND
        NETQUOTEVAR:NEXT
        <!-- Insert HTML for the bottom of the individual product -->
        <a href="http://www.knighton-tools.co.uk/acatalog/More_Info.html" target="_blank">Delivery Terms</a>
        <!-- ProductLine HTML end -->

        Thanks
        John Heap
        Knighton Tool Supplies-Leicester
        www.knighton-tools.co.uk
        Litter Pickers-Power Tools-Safety Footwear-Engineering Products

        Comment


          #5
          Originally posted by knighton620
          class="actxsmall">NETQUOTEVAR:ADDTOCARTBUTTON</span></Actinic:ACTIONS>

          *********************
          ***** add code here ****
          <br>
          <a href="http://www.knighton-tools.co.uk/acatalog/More_Info.html" target="_blank">Delivery Terms</a>

          *****************
          *****************

          <span class="actxsmall">
          NETQUOTEVAR:TEMPLATEENDXML </span></div>
          </td>
          </tr>

          NETQUOTEVAR:PRODUCTFORMEND
          NETQUOTEVAR:NEXT
          <!-- Insert HTML for the bottom of the individual product -->

          <!-- ProductLine HTML end -->
          Try moving the code to the position above to insert the link on a new line beneath the add to cart button


          Bikster
          SellerDeck Designs and Responsive Themes

          Comment


            #6
            Brilliant,Works fine.

            Thanks very much indeed.
            John Heap
            Knighton Tool Supplies-Leicester
            www.knighton-tools.co.uk
            Litter Pickers-Power Tools-Safety Footwear-Engineering Products

            Comment


              #7
              Glad you got it sorted


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment

              Working...
              X