Check to see if in Design | Options | Miscellaneous you have 'Use Frames in Catalog' selected, if so, unselect and then update the wesite and that should sort the problem.
We will need to take a look at a snapshot to see what is causing the issue. Try this before you send over a snapshot, try compacting the databases and the refreshing the site. If that does not cure it, raise a support ticket @ http://www.actinic.co.uk/support/register.htm and refer this thread as a link.
Actinic have logged this as a bug in the software...
...but they have provided me with a workaround which keeps me happy.
It may be of importance to note that I have a seperate template for the checkout page...
Edit actiniccore.js and remove the line 'saveReFerrer();'
Edit actinicextras.js and add the line 'saveReFerrer();' to the end of the file.
Note that these 2 js files are always used together so the above change will not have any effect so long as actinicextras.js is always defined after actiniccore.js.
The Terms page is created using the template tos_terms_template.html. Edit this file and comment out or remove the line which links to the file actiniccore.js.
The overall effect now is that the Terms page will no longer set the Referrer cookie and therefore the page will not be used as the referrer page.
Comment