Hi there,
I have 'request shipping location early' set up, but everytime the viewcart/addtocart is shown the shipping location selector is shown - this is after the shipping location has already been set.
Is there a way to have the <select> list disappear from the add to cart page once it has been set?
Also is the shipping location held in the actinic cookie set?
I would like to be able to read the shipping location on other pages and also set it.
I could set up something with a bit of javascript to create a location cookie each time the location field is set in actinic, this would allow me to find the users location on other pages around the site.. but I would like to also do it the other way round where I can set the location outside of actinic, so that customers dont have to set it on add to cart. Say if I have a global location selector/detector on my site which controls currency, language etc - In this case I wouldnt want actinic requesting the location on checkout, I would like to set it as my site already knows their location.
You can see a post a while back where I tried to do it by posting a form to os000001.pl but I could only set the location when adding a product to the cart.
->http://community.actinic.com/showthread.php?t=30279
Wondering if there is a way, I have yet to discover? Perhaps I can manipulate the cookies actinic uses?
I have 'request shipping location early' set up, but everytime the viewcart/addtocart is shown the shipping location selector is shown - this is after the shipping location has already been set.
Is there a way to have the <select> list disappear from the add to cart page once it has been set?
Also is the shipping location held in the actinic cookie set?
I would like to be able to read the shipping location on other pages and also set it.
I could set up something with a bit of javascript to create a location cookie each time the location field is set in actinic, this would allow me to find the users location on other pages around the site.. but I would like to also do it the other way round where I can set the location outside of actinic, so that customers dont have to set it on add to cart. Say if I have a global location selector/detector on my site which controls currency, language etc - In this case I wouldnt want actinic requesting the location on checkout, I would like to set it as my site already knows their location.
You can see a post a while back where I tried to do it by posting a form to os000001.pl but I could only set the location when adding a product to the cart.
->http://community.actinic.com/showthread.php?t=30279
Wondering if there is a way, I have yet to discover? Perhaps I can manipulate the cookies actinic uses?
Comment