thanks for making this awesome extension. The only real drawback I could find, was the no longer working product function.
So this PR provides a working product compare functionality. It uses a fake / generated visitor_id based on the current session_id. The visitor_id is saved in a session variable, so it is still available after a customer login (which renews the session_id).
Hi,
thanks for making this awesome extension. The only real drawback I could find, was the no longer working product function. So this PR provides a working product compare functionality. It uses a fake / generated
visitor_id
based on the currentsession_id
. Thevisitor_id
is saved in a session variable, so it is still available after a customer login (which renews thesession_id
).If you have any questions feel free to ask them.