These two things aren't getting along at all.
I just implemented accounts, and now I've created some problems.
I have a list of "Coming Soon" products, and a list of "What's New" products. Both of these lists are very popular. However, now that I have accounts, we have trouble. I assume it is because the link takes the customer to the non-logged-in page, so when they try to add to their cart from there, they get errors.
Is there a way to hard-code these links to work with registered and non-registered viewers? I send the links out also in an email announcing new product arrivals.
Coming soon link when I'm not logged in:
http://apeekintoyesterday.com/acatalog/Coming_Soon.html
What's New page when I'm not logged in:
http://apeekintoyesterday.com/acatal..._Supplies.html
I just implemented accounts, and now I've created some problems.
I have a list of "Coming Soon" products, and a list of "What's New" products. Both of these lists are very popular. However, now that I have accounts, we have trouble. I assume it is because the link takes the customer to the non-logged-in page, so when they try to add to their cart from there, they get errors.
Is there a way to hard-code these links to work with registered and non-registered viewers? I send the links out also in an email announcing new product arrivals.
Coming soon link when I'm not logged in:
http://apeekintoyesterday.com/acatalog/Coming_Soon.html
What's New page when I'm not logged in:
http://apeekintoyesterday.com/acatal..._Supplies.html
Comment