Announcement

Collapse
No announcement yet.

Template customisation

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

    Template customisation

    Hey guys...

    I've been designing a site http://www.beflirtydresses.com and I have a quick question...

    When using the search function, could you tell me how I can edit the template so that the search resulting product image is clickable in addition to the product title?


    Thanks

    john

    #2
    hi

    Anyone have any ideas?

    Is this even possible?

    Comment


      #3
      Very possible. In the 'Design' tab use the drop-down against 'Select Page Type' to select 'Search Results'. In the layout code below you should see on line 5 the following code
      <img src="<actinic:variable name="SearchResultProductImage" />" <actinic:variable name="SearchResultProductImageSize" /> />
      Place your cursor immediately before the opening tag and right click, select 'Insert Variable'.

      From the list select 'SearchResultLink' and click on insert. Then after the image tag enter </a>.

      Click on 'Apply'. The images in your search results should now be clickable and will take you to the product.

      Kind regards,
      Bruce King
      SellerDeck

      Comment


        #4
        Originally posted by Bruce
        Very possible. In the 'Design' tab use the drop-down against 'Select Page Type' to select 'Search Results'. In the layout code below you should see on line 5 the following code Place your cursor immediately before the opening tag and right click, select 'Insert Variable'.

        From the list select 'SearchResultLink' and click on insert. Then after the image tag enter </a>.

        Click on 'Apply'. The images in your search results should now be clickable and will take you to the product.

        Kind regards,
        Bruce - are you in v8 mode?


        Bikster
        SellerDeck Designs and Responsive Themes

        Comment


          #5
          I'm always getting confused between v7 and v8. The perils of having to be bilingual.

          This is possible in v7 though.

          In Act_ResultsTemplate.html replace
          Code:
          <IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE>
          with
          <Actinic:S_LINK/><IMG SRC="NETQUOTEVAR:THUMBNAIL" NETQUOTEVAR:THUMBNAILSIZE border="0"></a>

          Comment


            #6
            you got me there Jont !!!
            Bruce King
            SellerDeck

            Comment

            Working...
            X