Announcement

Collapse
No announcement yet.

Clickable image in filtered results

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

    #16
    We have just announced a Beta version of SellerDeck 2013 (v12.0.2) with clickable images in the filtered results, http://community.sellerdeck.com/show...659#post339659.

    The Beta is recommended for partners and experienced end users for testing only. Please do not install the release on a live site.

    The permanent fix is different from the one posted here. If you have applied this workaround you should revert the Tabular Search Results to factory settings before upgrading. This is a menu option if you right-click on the layout name in the Library. The upgrade will automatically correct the Javascript change.
    Bruce Townsend
    Ecommerce Product Manager
    Sellerdeck Ecommerce Solutions

    Comment


      #17
      The Tabular Search Result layout / actinicsearch.js workaround to show clickable images in filtered/search results prevents filtered products with static retail prices from displaying - at least when using Norman Rouxel's NorPrice multi-currency add-on, not sure about the default price layout.

      Hence I've had to disable price display (and sorting) in these product lists in order to maintain consistency with clickable product images (thumbnails) elsewhere. What a pity that all other product images are easily set to be clickable but not these, sacrificing the price sorting functionality ...
      Kenny Fraser
      http://kennyfraser.com

      Comment


        #18
        Worked for search results but not for my filter results. Any ideas?

        Comment


          #19
          First of all try Content Tree : select a Product : Product Details : Links : Links From Product List : Clicking the Product Image : Displays the Product Page

          Or if that doesn't work, in the Design : Filtered Product Summary Layout, remove the Condition

          Code:
          AND (<actinic:variable name="ProductListImageLink" /> == 1)
          from the blockif statement above this line:

          Code:
          <a href="<actinic:variable name="ProductPageName" />" onclick="AppendParentSection(this, <actinic:variable name="SectionID" />)">
          ...and the same for this one below:

          Code:
          </a>
          Kenny Fraser
          http://kennyfraser.com

          Comment


            #20
            Red line around image in iexplorer

            Hi guys. I have followed the advice above in the previous posts, and the workaround runs fine. the only snag I have (and i'm afraid i would not know where to start to change this) is that in internet explorer the filtered results layout shows a red line around the image - i'm guessing to show that it is clickable.

            This does not show in firefox by the way.

            Does anyone know how this can be avoided? Thanks in advance! Adam

            Comment


              #21
              If it is simply a link outline then adding border="0" to the image tag in the "Tabular Search Result" layout may fix the issue.
              Peblaco

              Comment


                #22
                Weirdly sorted itself out after a second upload, thanks!

                Comment


                  #23
                  Hi Louise. Thanks very much for your suggestion of using the border =0. that has worked for the filter results at any rate. My search results still have the red border round them in internet explorer only. Perhaps it uses a separate layout? I shall have a look.

                  www.harveymaps.co.uk/acatalog/test (running very slowly today here in rural scotland for some reason, hopefully not a problem)

                  Adam

                  Comment


                    #24
                    ...as always the solution is staring me in the face! thanks very much for your help Louise, i really appreciate it.

                    Comment

                    Working...
                    X