Announcement

Collapse
No announcement yet.

I product per section redesign question

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Think it comes from

    NETQUOTEVAR:PRODUCTBEGINLINK
    NETQUOTEVAR:PRODUCTLINKTEXT
    NETQUOTEVAR:PRODUCTENDLINK


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #17
      Thanks John - thats got the [LINK] thing going - but leads me onto another question: Is it possible to use a gif for the link, rather than text?
      Nick
      Trying to squeeze my moneys worth out of V7 - but not for much longer!

      Comment


        #18
        Yes you can - eg you could put the following as your link text:
        <img src="image1.jpg" border="0" >

        EDIT: And as I'm sure Jonty would say don't forget the alt text!

        Comment


          #19
          Thanks Duncan - I thought I knew how to get actinic to recognise the code, but apparently not - I tried: !!<<a img src="info.gif" border="0" </a>>!! - but I keep seeing the code rather than the gif. Where am I going wrong?
          Trying to squeeze my moneys worth out of V7 - but not for much longer!

          Comment


            #20
            You don't need the !< and >! in this case.

            Comment


              #21
              Nick - not sure if a typo but in the above you have missed the closing ">" after the border attribute.

              And don't forget the ALT tag


              Bikster
              SellerDeck Designs and Responsive Themes

              Comment


                #22
                I must be doing something wrong

                Hi again - I must be doing something wrong as i'm entering this code:
                HTML Code:
                <img src="info.gif" border="0">
                but it shows the code, rather than the gif. The actual link works though.
                Click here <link removed>,and look at the first product - you'll see what I mean.
                Your help is mucho appreciated.
                Nick

                Edit: Oh, and how do I add the alt tag!
                Trying to squeeze my moneys worth out of V7 - but not for much longer!

                Comment


                  #23
                  Lets first confirm how you have the link set up on your duplicate. Attached is an example of mine (not using an image in this case, but I have tested an image and it worked OK too)
                  Attached Files

                  Comment


                    #24
                    ALTs are Jonty's speciality, but in his absence:
                    <img src="image1.jpg" border="0" alt="alternate text">

                    Comment


                      #25
                      Note that you can also make the duplicate's image clickable by modifying the Act_ProductLine template as per earlier in this thread:
                      (http://community.actinic.com/showthread.php?t=17511#8)

                      Comment


                        #26
                        Originally posted by drounding
                        Lets first confirm how you have the link setup on your duplicate. Attached is an example of mine (not using an image in this case, but I have tested an image and it worked OK too)
                        Thanks for your patience Duncan - I had been doing as a simple link, so I changed it to how you've done it, as an advanced link, and I got nothing - not even the html showing. This makes me think that although i've got a nqv in the template to pick up the simple link, the advanced link needs a seperate nqv - what do you think? I've attached a screenshot to show you how mine looked.
                        Nick
                        Attached Files
                        Trying to squeeze my moneys worth out of V7 - but not for much longer!

                        Comment


                          #27
                          Did you try linking it to the master product instead of the section (as per mine)?
                          Also have you included [LINK] in your duplicate's description where you want the image to be?
                          Attached Files

                          Comment


                            #28
                            losing will to live........

                            Nope - still won't work.
                            Anything I put in 'advanced link' does not show in the template - i'm assuming therefore that i am missing a nqv in my template. Are the nqv's for 'simple link' and 'advanced link' different? I can't find anything in the design guide to point me in the right direction.
                            Nick
                            Trying to squeeze my moneys worth out of V7 - but not for much longer!

                            Comment


                              #29
                              This is a copy of the original Act_ProductLine template from the clean layout:
                              Compare it against yours.

                              NB - You also haven't confirmed that you have put [LINK] in your duplicate product description.

                              Code:
                              <!-- 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;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>
                                  </td>
                                </tr>
                                <tr>
                                  <td align="LEFT" colspan="2"><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 -->
                              <!-- ProductLine HTML end -->

                              Comment


                                #30
                                Originally posted by drounding
                                NB - You also haven't confirmed that you have put [LINK] in your duplicate product description.
                                Hi Duncan - yes, I put the link in as follows:
                                HTML Code:
                                <img src="info.gif" border="0">[LINK]
                                Does that look right? Meanwhile I 'll look through the template you just posted.
                                Thanks - Nick
                                Trying to squeeze my moneys worth out of V7 - but not for much longer!

                                Comment

                                Working...
                                X