Vinai Kopp

Results 257 comments of Vinai Kopp

I guess the easiest solution might be to simply render the messages clientside, passing them along in a cookie. Still requires a rewrite, but should be compatible with any cache...

Client side splash message rendering implementation here: https://github.com/Vinai/VinaiKopp_JsMessages Would prefer a nicer solution if you got one though.

One thing to watch out for is that the message block fetches and clears the core/session messages after instantiation in __prepareLayout(). I really dislike the way its implemented. (e.g. adding...

Thanks, glad you find it useful. I've thought about it, but since the sample data installation method was changing so much I decided to hold off until it becomes more...

Leaving this issue open for now as a reference.

Thanks to @riconeitzel for noticing the archive contains dupes!

Hi, Unfortunately I can’t support this extension any more, both because I have not worked on a Magento 1 instance in more than 2 years and because my time is...

Hi, Unfortunately I can no longer provide support for this extension. Both because I haven’t worked with a Magento 1 instance in more than 2 years now and also because...

Yes, see https://github.com/Vinai/customer-activation/blob/master/app/code/community/Netzarbeiter/CustomerActivation/Model/Observer.php#L53-L64 That said, I haven't used this module in years, and it might be incompatible with the latest Magento 1 versions. I assume you are using it with...

I'm sorry, I haven't got a working Magento 1 instance to check it out available any more. It's been so long that I've worked on this extension, I don't remember...