Announcement

Collapse
No announcement yet.

Up dating Templates (NOT)

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

    Up dating Templates (NOT)

    Hi All,

    I have, I think a major problem which I have been trying to solve for 2 days without a solution.

    If I made changes to my Act_ProductLine.html the changes are not displayed when a product page is displayed.

    All I am trying to do is to place a comment under the Quanity.

    Can anyone advise or point me in the right direction.


    Many thanks


    Dereck

    #2
    Are you sure you have the right template? Not all parts of the product page are built from ACT_ProductLine.html.

    Can you post a link or a sample of what you are trying to do?
    http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
    http://www.dtbrownseeds.co.uk - More seeds and plants....
    http://www.mr-fothergills.co.uk - Well it used to be Actinic...

    Comment


      #3
      Also there are several Product Templates available. Make sure that the product you're viewing uses the Template you're altering. Also make sure that you put text in the correct place (between existing <td> and </td> tags) as text in tables but outside these tags won't display.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Hi Both

        Thanks for your replies.

        The site url http://bytecweb.com/int/index.html

        The problem is with the Ballistic Helmets section. I want to display a line of text that informs the user of a Minimum order quantity. I am editing the Act_ProductLine.html template as below:

        Can you advise please.

        Kind regards

        Dereck

        ++++++++++++++++++++++++++++++++++++++
        <!-- ProductLine HTML begin -->
        <!-- Insert HTML for the top of the individual product -->
        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="actregular"<B>NETQUOTEVAR:PRODUCTNAME</B></span></a>
        <span class="actxsmall">NETQUOTEVAR:PRODUCTREF <br>
        NETQUOTEVAR:PRODUCTDESCRIPTION&nbsp;<br>
        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">NETQUOTEVARISCOUNTINFO </span>
        <span class="actxsmall">NETQUOTEVAR:OTHERINFOPROMPT </span>
        <span class="actxsmall">NETQUOTEVARATEPROMPT </span>
        </td>
        </tr>

        <tr>
        <td align="LEFT" colspan="2"><span class="actxsmall">
        NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br><br>

        <Actinic:ACTIONS>NETQUOTEVAR:ADDTOCARTBUTTON</Actinic:ACTIONS>

        </span>
        NETQUOTEVAR:TEMPLATEENDXML
        </td>
        <td><span class="actxsmall">Minimum order quanity of 10</span></td>
        </tr>



        NETQUOTEVAR:PRODUCTFORMEND
        NETQUOTEVAR:NEXT
        <!-- Insert H

        ++++++++++++++++++++++++++++++++

        Comment


          #5
          Hi

          I should say that I currently have the required test at the bottem of the product description just to get it on the screen.

          This is not ideal.


          Kind regards

          Dereck

          Comment


            #6
            Amend
            Code:
            NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br><br>
            to be
            Code:
            NETQUOTEVAR:CARTERRORXMLNETQUOTEVAR:PRODUCTQUANTITY<br>Minimum order quantity of 10<br>
            If you don't see your message then you're not editing the correct template as mentioned by both of us above.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Hi Norman,

              Thanks for your reply.

              I have changed the code as per your post and the change does not appear when the product pages are displayed. So I am editing the wrong template.

              If I use the template manager and open the SECTION - PRODUCT LINE the template that opens is Act_ProductLine.html. This is the template I have made the changes in, so what is wrong.

              How can I make sure which template the shop is useing?

              Secondly, is there a way to set a minimum quantiry for each product in the shop.

              Any advice will be of help.

              Kind regards

              Dereck

              Comment


                #8
                Open a product, select the 'general tab' and then click 'edit' against the 'product layout' bit (at least that's where it is in V6).

                The template that opens is the one you're using for that product.

                The default layout is defined under design options>layouts.

                Mike
                -----------------------------------------

                First Tackle - Fly Fishing and Game Angling

                -----------------------------------------

                Comment


                  #9
                  Hi again.

                  My fualt, you were both correct, I was editing the wrong template.

                  The template I should have been edting is Act_ProductRight.html

                  Sorry, but I am learning.

                  Thanks for your input and putting my brain to work.

                  Keep safe and well.

                  Kind regards


                  Dereck

                  Comment

                  Working...
                  X