Announcement

Collapse
No announcement yet.

Using search script with non catalog pages

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

    Using search script with non catalog pages

    Hi all,

    Have an exploded diagram of a product we sell that has image maps over all the part numbers, the idea being that actinic's search script then retrives the relevent page. It seems to work on one machine and not another, to further complicate things both pcs are running same version of windows (2k) and ie6.

    The machine that works loads for example:
    http://www.somedomain.co.uk/acatalog/Online_Catalogue_Evolva_2003_Spares_1.html#aBRG018

    Whilst the one that doesnt loads again for example:
    http://www.somedomain.co.uk/catinfo/kyosho/evolva-2003/Online_Catalogue_Evolva_2003_Spares_1.html#aBRG018

    The only thing i can think of is the pages containg the image maps are located in "catinfo/kyosho/evolva-2003/" not /"acatalog" and its confusing the script?

    Many Thanks
    Liam

    #2
    If you are linking from a page that is not in the 'acatalog' folder then you need to add:

    &ACTINIC_REFERRER=http://your.URL/acatalog/

    onto the end of the link.

    THat will make it work consistently for all PCs.

    The reason it was working on one machine and not the other is that the non-working machine had an invalid value for the 'acatalog' folder stored within the session cookie.

    Comment


      #3
      Hi Chris,

      Checked all the links and they looked ok. Used the purge session option under troubleshooting and that did the trick, many thanks for the pointer!

      Cheers
      Liam

      Comment

      Working...
      X