I'm confused here...
head to http://store.over-clock.com in Firefox, and click a link in either "New Products List" or "Best Sellers List"... it'll open perfectly.
Now try the same in InternetExplorer(7) - you'll get a 404 error (hopefully... cos I do!).
Why would the browser being used make any difference at all to the Search script?? Anyway to make the product links in these two blocks go direct to the product without using the search script (ie: static link to http://store.over-clock.com/[sectionpage].html#a[prodref] - that'd be a quick fix)??
EDIT: QuickLink to solution - http://community.actinic.com/showpos...0&postcount=34 - tis all down to REFERRER being cookie'd and tab'd browser retaining session... define referrer at end of each URL from outside your store (/acatalog/) by adding &ACTINIC_REFERRER=http://your.web.site/acatalog/ to the end of each link. Bin cookies and cache... problem solved. If your customers experience this odd issue, you need to instruct them to bin cookies and cache, or, if experienced, can tell them to bin the cookie tied to your domain name entitled ACTINIC_REFERRER, and their cache (to save em losing all their cookies etc). But only instruct them to do this AFTER you've amended all your links to include the referrer statement above...
head to http://store.over-clock.com in Firefox, and click a link in either "New Products List" or "Best Sellers List"... it'll open perfectly.
Now try the same in InternetExplorer(7) - you'll get a 404 error (hopefully... cos I do!).
Why would the browser being used make any difference at all to the Search script?? Anyway to make the product links in these two blocks go direct to the product without using the search script (ie: static link to http://store.over-clock.com/[sectionpage].html#a[prodref] - that'd be a quick fix)??
EDIT: QuickLink to solution - http://community.actinic.com/showpos...0&postcount=34 - tis all down to REFERRER being cookie'd and tab'd browser retaining session... define referrer at end of each URL from outside your store (/acatalog/) by adding &ACTINIC_REFERRER=http://your.web.site/acatalog/ to the end of each link. Bin cookies and cache... problem solved. If your customers experience this odd issue, you need to instruct them to bin cookies and cache, or, if experienced, can tell them to bin the cookie tied to your domain name entitled ACTINIC_REFERRER, and their cache (to save em losing all their cookies etc). But only instruct them to do this AFTER you've amended all your links to include the referrer statement above...
Comment