Announcement

Collapse
No announcement yet.

Actinic Search Results

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

    Actinic Search Results

    Help required please

    Please click here to view site.

    I would like to be able to view the search results by just clicking on the relevant images (up to £200 etc)

    If I use the advanced search function (left hand menu) and select a defined price band then select Bathroom Suites the search code is:
    http://www.bathrooms365.com/cgi-bin/...&ACTION=Search

    I have tried defining a single product under the sections then inputing javascript into the product decription. The javascript is: document.location.href = 'see code above'; but this crashes the page - it almost works!!

    Any good ideas?

    Thanks in advance

    #2
    Hi Vance,

    I don't understand what you are trying to do with javascript. For the section description, could you not use embedded html in here, so the "Up to £200" section, in the section description you could have

    Code:
    !!<
    <a href="http://www.bathrooms365.com/cgi-bin/ss000002.pl?RANDOM=NETQUOTEVAR%3ARANDOM&PAGE=SEARCH&SS=&TB=A&GB=A&PR=2&SX=0&ACTION=Search">Click here for Products upto £200</a>
    >!!
    The "!!<" tag tells actinic that the following code are html, and the ">!!" is the ending of the html tags.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Hi Nadeem - yes this will work better thanks.

      Regards

      Comment


        #4
        Originally posted by Nadeem
        Hi Vance,

        I don't understand what you are trying to do with javascript. For the section description, could you not use embedded html in here, so the "Up to £200" section, in the section description you could have

        Code:
        !!<
        <a href="http://www.bathrooms365.com/cgi-bin/ss000002.pl?RANDOM=NETQUOTEVAR%3ARANDOM&PAGE=SEARCH&SS=&TB=A&GB=A&PR=2&SX=0&ACTION=Search">Click here for Products upto £200</a>
        >!!
        The "!!<" tag tells actinic that the following code are html, and the ">!!" is the ending of the html tags.

        Kind Regards
        Thanks Nadeem for your help.

        How can I add this link to the section image so that if the user clicks the image or the link then it goes to the correct search results.

        Comment


          #5
          You'd need to edit the section template to include:

          !!<
          <a href="http://www.bathrooms365.com/cgi-bin/ss000002.pl? RANDOM=NETQUOTEVAR%3ARANDOM&PAGE=SEARCH&SS=&TB=A&GB=A &PR=2&SX=0&ACTION=Search">NETQUOTEVAR:SECTIONIMAGE</a>
          >!!


          You'd best check that section image NQV name as I am not sure it is the right one - but look in the template manager where the section image is stored.
          http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
          http://www.dtbrownseeds.co.uk - More seeds and plants....
          http://www.mr-fothergills.co.uk - Well it used to be Actinic...

          Comment

          Working...
          X