Hi,
I am making some changes to the site we created in Actinic some months ago, now the business is progressing there is a greater need for accounts - not so much of the public nature, but more for trade use.
I have created a second price schedule called 'trade' and made a few test users on our test server, and use the login technique of:
https://server/cgi-bin/bb000001.cgi?...E=my_page.html
to log customers in. This works great; retail customers with accounts still see the standard pricing and those marked as trade see the prices they should also (the "Retail Price" and "Your Price" functions) on the page. However, if they add some stuff to their cart and then wish to go back to the page (the continue shopping on the basket page goes back to the my_page.html, naturally) there is only 1 price shown - the Retail Price. This is the same if they browse some other section of the site then to back to the my_page.html to shop - the "Your Price" prices are hidden but when the user adds to cart, the prices are correct (i.e. they are at trade price), so the site is not 'losing' the login, just not showing the right prices unless you go via the login cgi.
Is there a way to fix this?
Thanks!!
I am making some changes to the site we created in Actinic some months ago, now the business is progressing there is a greater need for accounts - not so much of the public nature, but more for trade use.
I have created a second price schedule called 'trade' and made a few test users on our test server, and use the login technique of:
https://server/cgi-bin/bb000001.cgi?...E=my_page.html
to log customers in. This works great; retail customers with accounts still see the standard pricing and those marked as trade see the prices they should also (the "Retail Price" and "Your Price" functions) on the page. However, if they add some stuff to their cart and then wish to go back to the page (the continue shopping on the basket page goes back to the my_page.html, naturally) there is only 1 price shown - the Retail Price. This is the same if they browse some other section of the site then to back to the my_page.html to shop - the "Your Price" prices are hidden but when the user adds to cart, the prices are correct (i.e. they are at trade price), so the site is not 'losing' the login, just not showing the right prices unless you go via the login cgi.
Is there a way to fix this?
Thanks!!
Comment