xrdm Posted May 18, 2017 Share Posted May 18, 2017 Hi, I've installed module recent viewed products (ps_viewedproduct) on Prestashop 1.7.1.1 and hooked to "displayLeftColumn" and "displayFooterProduct" but it doesn't appear.How can i fix it? Thank you Link to comment Share on other sites More sharing options...
Jochennn Posted May 30, 2017 Share Posted May 30, 2017 Hi, I have the same issue with ps_viewedproduct on Prestashop 1.7.1.1. Is there a fix? Regards, Jochen. Link to comment Share on other sites More sharing options...
guilhermedemellokich Posted July 11, 2017 Share Posted July 11, 2017 I have the same problem Link to comment Share on other sites More sharing options...
rextam Posted July 31, 2017 Share Posted July 31, 2017 still same problem 1.7.2 Link to comment Share on other sites More sharing options...
fortuner Posted August 19, 2017 Share Posted August 19, 2017 (edited) I confirm the problem. The Viewed products block not showing Also Crosselling block doesn't work PS1.7.2 Edited August 19, 2017 by fortuner (see edit history) Link to comment Share on other sites More sharing options...
Kunsthelden Posted December 30, 2017 Share Posted December 30, 2017 (edited) viewedproducts https://github.com/PrestaShop/ps_viewedproduct/issues/2 https://github.com/PrestaShop/ps_viewedproduct/pull/3#issuecomment-346645049 We tested it. Solution is for viewedproducts only and second solution (link 2) worked for us too. Just copying the last code part from idem84 plus add the two lines from Quetzacoalt91 into getWidgetVariables. After those changes it'll work on 1.7.2.4.. $id_product = isset($configuration['product']['id_product']) ? $configuration['product']['id_product'] : false; $products = $this->getViewedProducts($id_product); crossselling Re crossselling we figured out that there's no data available if you test on the same account where you buy products, meaning if you delete the line 'AND od.product_id NOT IN ('.$list_product_ids.')' in function 'protected function getOrderProducts(array $productIds = array())' it will come visible. Question is what developer or shop owner wanted. After this changes it'll work on 1.7.2.4. Kind regards, Edited January 26, 2018 by Kunsthelden (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now