by ShopSite Lauren » Wed Dec 19, 2007 3:59 pm
There are 2 sets of registration links in the code of the page, with JavaScript looking for a customer registration cookie to determine if the shopper is logged in or not and display the appropriate links. The cookie is not being set when the shopper logs in, but rather by the shopping cart order.cgi when they leave the Customer Registration screens after logging in. This is because there is a higher probability that the secure registration screen is at a different domain than the store pages, and it is more likely that the shopping cart will be the same domain as the store pages, so the cookie is set from there so it can be read by JavaScript on the store pages.
Because of this, there is no way to have the customer registration links change until after the customer leaves the customer registration screens. If they return to the customer registration screens then it will show that they are signed in, but until they leave the customer registration screens and the customer registration cookie gets set, the links for customer registration on the customer registration pages will not change.
-Lauren