cbeby Posted October 2, 2013 Share Posted October 2, 2013 Hi, Please read to the bottom until you take actions! There is a bug in prestashop concerning the module send to a friend. The module it will open the fancybox only if the page of the products does not include the products the customers bought already - crossseling. If the page shows the products that customers already bought the fancybox will not be opened. The solution is: find the crossseling.tpl. it can be in /modules/crossselling/crosselling.tpl or if use a theme /themes/theme_dir/modules/crossselling/crossseling.tpl find the string <div id="crossselling_list"> and replace it with <div id="crossselling_list_"> then find the .css file containing #crossselling_list li { ... } (ussualy in /theme/themesxxx/css/block.css etc.) and create another one (copy&paste - just add the underscore sign _ you added in crossselling.tpl #crossselling_list_ li { ... } If needed, clear the cache and load the page again. Done. ps. please consider the donation for further research - http://www.robecoresearch.ro 1 Link to comment Share on other sites More sharing options...
Alex Sviridov Posted November 1, 2013 Share Posted November 1, 2013 Thank you for sharing this solution with the rest of the community! It works well! Link to comment Share on other sites More sharing options...
cbeby Posted November 3, 2013 Author Share Posted November 3, 2013 Alex, you are welcome! Link to comment Share on other sites More sharing options...
Harry101 Posted July 31, 2015 Share Posted July 31, 2015 Problem not solved from above solution. suggest some more alternate solution ! Link to comment Share on other sites More sharing options...
Recommended Posts