Announcement

Collapse
No announcement yet.

Adding a View Product button to search results

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

    Adding a View Product button to search results

    Search result display image, name and price.

    Is it possible to add a button to take the customer through to the product?

    #2
    Doesnt just clicking the product name take you to the product?
    Arka Tribal Jewellery

    Comment


      #3
      It does... I just checked on your site.
      Arka Tribal Jewellery

      Comment


        #4
        Yes it does but some people are stupid and don't realise this. Sometimes I have customer phoning me up with all sorts of stupid questions about how to use my site so I am trying to make it idiot proof. I does sometime make me wonder what they will do with a pen once they get it!!

        Comment


          #5


          If people dont realise they need to click a link to goto an item they shouldnt be allowed on a computer!
          Arka Tribal Jewellery

          Comment


            #6
            This is true but I don't care how thick some one is as long as they spend

            Comment


              #7
              The search results are generated by the perl scripts so yes, you can edit these to add a button or text for the customer to click.

              You would have to know what you're doing and any changes would have to be re-applied after each upgrade.
              -----------------------------------------

              First Tackle - Fly Fishing and Game Angling

              -----------------------------------------

              Comment


                #8
                This code added to Standard Search Results or Tabular Search Results will be a simple text link to the product:
                Code:
                <Actinic:Variable Name="SearchResultLink"/>Click Me<script type="text/template"></a></script>
                You could change the Click Me text to an image (find a nice See More type one on the web - save it in your Site folder as seemore.jpg) and you could use:
                Code:
                <Actinic:Variable Name="SearchResultLink"/><img src="seemore.jpg" alt="See More" /><script type="text/template"></a></script>
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment


                  #9
                  Thanks for this. I have got it working.

                  Just to be awkward now - Is it possible to align the button alongside the price and not below it?

                  Comment

                  Working...
                  X