Announcement

Collapse
No announcement yet.

gif refresh & line up drop down boxs

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

    gif refresh & line up drop down boxs

    After i have clicked say a pop up page from product the animated gif images stop working is the a bit of code to keep the gif cycling?

    The other thing i was looking to do is keep all the drop down box's in a straight line

    link is below to see

    http://www.uksub.biz/acatalog/Combin...urchasing.html

    Regards

    Simon
    Simon Lloyd

    #2
    I can't help you with the gifs I'm afraid.

    With regards to the attributes, it is possible to lay them out next to each other (side by side) but only if you have attributes and choices without components.

    If you do have attributes and choices without components, then try code similar to the following in your product layout template, in place of NETQUOTEVAR:ADDTOCARTBUTTON:
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td>NETQUOTEVAR:VARIANTLABEL1</td>
    <td>NETQUOTEVAR:VARIANTLABEL2</td>
    <td>NETQUOTEVAR:VARIANTLABEL3</td>
    </tr>
    <tr>
    <td>NETQUOTEVAR:VARIANTSELECTOR1</td>
    <td>NETQUOTEVAR:VARIANTSELECTOR2</td>
    <td>NETQUOTEVAR:VARIANTSELECTOR3</td>
    </tr>
    <tr>
    <td colspan="3">
    NETQUOTEVAR:VARIANTADDTOCARTBUTTON
    </td>
    </tr>
    </table>
    Your default product layout template can be accessed by going to 'Design | Options | Layouts' and clicking 'Edit' next to the 'Default Product Layout' field.

    Comment


      #3
      Line up drop down boxes

      Sorry about this but im lost with regard to adding the code.
      dont know where to stick it as all i can see is the NETQUOTEVAR:BULK ?? here is the code show you
      Attached Files
      Simon Lloyd

      Comment


        #4
        It's the Default Product Layout field you are interested in. It should be called 'Act_ProductLine.html'.

        Look for NETQUOTEVAR:ADDTOCARTBUTTON and comment it out with HTML comments so it reads:

        <!-- NETQUOTEVAR:ADDTOCARTBUTTON -->

        Then next to it, enter the code I gave you above.

        Remember that it will not work for any products whose attributes are placed within components.

        Comment


          #5
          Sorry lost it there, After iposted the last one back i read it properly


          Sorry
          Simon Lloyd

          Comment

          Working...
          X