firegento / magento-performance-tweaks

This Magento extension is based on the slides of Ivan Chepurnyi, available at http://de.slideshare.net/ivanchepurnyi/magento-performance.
GNU General Public License v3.0
150 stars 40 forks source link

Compare products functionality #23

Open thampe opened 7 years ago

thampe commented 7 years ago

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 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).

If you have any questions feel free to ask them.

kkrieger85 commented 4 years ago

This seems to be related to #20 @seansan does this solve your described problem?