-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Magento 1.9.* Welcome message problems #311
Comments
yes i have tha same problem an i have welcome message in lazy block. I'cant understand how to solve this! |
@TerfanAybara try to add in Dynamic blocks this: "header.additional" |
I don't understand what is this "(Not Gordon Lesti?)" .... ?? |
Ahahaan OK thank you. Excuse me! but I must also keep "welcome" in lazy or not? additional do i have to put it lazy or dynamic? |
Yes, keep "welcome" in lazy. also, keep in mind that this may not work, it's still something that needs to be tested. |
OK thank you. I'll try this in this afternoo.There are sale way for test if work? |
Is this ok? i have this in dynamic messages, and this in lazy welcome, |
seems to be right |
@danielcmuresan I will test this out and get back to you. Thanks for the help and suggestion |
in case you was using the popular module : google analytics plus , you should add this block : googleanalyticsplus_universal other blocks can be found on : app/design/frontend/base/default/layout/googleanalyticsplus.xml |
This is a very random problem and has weird results.
When a customer logs in their name will show up in the Welcome Message. When they either click log out or their session expires the Welcome message changes to "Welcome, Gordon Lesti! (Not Gordon Lesti?)" This is where things get weird. The first time you visit a product page (or any page that is cache-able) or refresh the cache in Magento, the message acts as you would expect, but on refreshing the page or when navigating away and back to that product page, the welcome message shows either nothing in the first section or has the default welcome message in the first section, but still has "(Not Gordon Lesti?)". For example it will either be "Default welcome msg! (Not Gordon Lesti?)" or just "(Not Gordon Lesti?)" with no welcome message. I have seen it do both. I have also seen it give the wrong customer name.
I have tried taking the welcome message out of the lazy block and put it in the dynamic block. I have tried adding the parent blocks so they are not getting cached, but nothing seems to help. On pages that are not cached (like the cart page) or if I turn off FPC, the message goes back to normal.
I have been searching for a solution and have not found one. This problem can be recreated with a fresh install of Magento 1.9.* (I did my install with both 1.9.3.6 and 1.9.3.7 and without the default products, but added my own for testing) and the only module installed is Lesti FPC. In System->Configuration->Customers->Persistent Shopping Cart and turn it on. All other settings should be default. Please help!!!
The text was updated successfully, but these errors were encountered: