Righty, our store as some of the Actinic-Tech's will know is split across subdomains, with store pages being held on http://store.over-clock.com and checkout pages held at www.over-clock.com
The issue we have is a script that lets you know the total value of goods in your cart. When you're on checkout pages, it works. When you're on store pages, it doesn't. Sorta negates the point of the script, as when you're in the checkout you can obviously see your cart's contents.
This implies that the cookie belongs to www.over-clock.com
I'd like to change this so that the cookie belongs to the whole domain rather than explicitly www. , ie: so the cookie path becomes simply .over-clock.com
Whereabouts do I need to be looking to adjust Actinic to accomodate this?
The issue we have is a script that lets you know the total value of goods in your cart. When you're on checkout pages, it works. When you're on store pages, it doesn't. Sorta negates the point of the script, as when you're in the checkout you can obviously see your cart's contents.
This implies that the cookie belongs to www.over-clock.com
I'd like to change this so that the cookie belongs to the whole domain rather than explicitly www. , ie: so the cookie path becomes simply .over-clock.com
Whereabouts do I need to be looking to adjust Actinic to accomodate this?
Comment