Announcement

Collapse
No announcement yet.

Changing Product Image dependant on drop down value

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

    Changing Product Image dependant on drop down value

    Is it possible to change a product image depending on what has been selected from a drop down box. i.e. I have various designs available for my products and would like to enable the users to see the design as they select it from the drop down box.

    Thanks for any help.

    Elfyn

    #2
    http://www.myfamilyname.org.uk/acata...me_Scroll.html This works the other way round.

    Is this of any use to you
    Owner of a broken heart

    Comment


      #3
      Script found

      Gary,

      Thanks for your reply, I came across a script over the weekend from javascriptkit.com which does exactly what I need. I've tried this on a blank html page outside of actinic with some of my product images and it works fine.

      The problem I've now got is how do I implement this code within my Actininc catalogue.

      It tells me in the javascript instructions that I need to place one section of the script in the page header and then place the other code where the drop down box appears.

      I would appreciate any help you could give me on this.

      Best Regards

      Elfyn

      Comment


        #4
        Can you send me the script so I can see what it is doing
        Owner of a broken heart

        Comment


          #5
          Script URL

          Gary,

          The following is the URL for the script :-

          javascriptkit.com/script/cut173.shtml

          Just to give a bit more detail, what I have is a section that contains numerous Car Seats for babies and each one has a range of different designs. I would like to associate this script to each Car Seat i.e. it will appear numerous times on the same page.

          Thanks once again for your help.

          Best Regards

          Elfyn

          Comment


            #6
            Just to digress. If you use Radio Buttons for your choices you can put the images directly into in the HTML for Name field. I.e.

            <img src="myimage1.jpg">Choice Name

            Youu may need to upload these images via Advanced / Additional Files as I'm not sure if Actinic will auto-detect them.

            Norman
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment

            Working...
            X