Announcement

Collapse
No announcement yet.

Numbers removal in search results

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

    Numbers removal in search results

    Hi, is it possable to remove the numbers that are listed next to the products in search results.
    I would like my search results to display without numbers. I have switched of highlighted text etc in serach settings.
    All help many thanks
    wesley
    Treasure Island Sweets

    #2
    Also, my search result images have a thin black border around the. This does not happen on any other page.
    I carmt seem to find a thumbnail template to edit this.
    How can I remove the border from the thumbnail.
    Thanks
    wesley
    Treasure Island Sweets

    Comment


      #3
      Please ignore my last question about thumbnail border.
      I edited the results template and added 'border"0" to the image source.
      Still trying to remove the number links though.
      Please type in 'apple' in the search box to see my problem.

      Link to see isse is

      http:http://www.treasureislandsweets.co.u...est/index.html

      thanks
      wesley
      Treasure Island Sweets

      Comment


        #4
        In file Act_ResultsTemplate.html try commenting out this code like this
        Code:
        <!-- <Actinic:S_ITEM/>. -->
        Bill
        www.egyptianwonders.co.uk
        Text directoryWorldwide Actinic(TM) shops
        BC Ness Solutions Support services, custom software
        Registered Microsoft™ Partner (ISV)
        VoIP UK: 0131 208 0605
        Located: Alexandria, EGYPT

        Comment


          #5
          thanks, that works well.
          One more question! When I click on a product returend by a search the next page that displays tends to jump down an inch or two.
          The top quarter of the page shifts up, is there a way to stop this.
          Thanks
          wesley
          Treasure Island Sweets

          Comment


            #6
            That sounds like Actinic simply taking you directly to the product. This is the usual behaviour of the search and is very useful if you have long pages with many products as the customer lands on the one they wanted rather than the top of the page.

            If you have only 1 product per page, you may want to override this. You could edit your Product Template and replace
            Code:
            <a name="NETQUOTEVAR:PRODUCTANCHOR"><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span></a>
            with
            Code:
            <!-- <a name="NETQUOTEVAR:PRODUCTANCHOR"> --><span class="actregular"><b>NETQUOTEVAR:PRODUCTNAME</b></span>
            and the link from the search will now take you to the top of the page as it will be unable to find the anchor it's looking for.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Hi, thanks for that bit of help.
              Done the job nicely. Good of you to help on a Sunday morning!
              Wesley
              Treasure Island Sweets

              Comment

              Working...
              X