dhada 15 Posted February 4, 2012 Floating Viewed Products Block Adds a floating block displaying last-viewed products. Credits to jtricks for the floating scripts. Demo: Floating Viewed Products Block Download: Floating Viewed Products Block blockviewed.zip Share this post Link to post Share on other sites
pitipanda66 0 Posted May 17, 2012 bonjour! j' ai installé le module mais il ne fonctionne pas, il s' affiche comme le module de base de presta! avant de l' installer, j' ai desinstaller l' ancien module deja vu car il se nomme aussi blockwiewed! svp, pouvez vous m' aider, me conseiller? merci d' avance Share this post Link to post Share on other sites
dhada 15 Posted May 17, 2012 did you check your cache? Share this post Link to post Share on other sites
pitipanda66 0 Posted May 17, 2012 yes I did here's my website under construction http://eveil-mon-enfant.com Share this post Link to post Share on other sites
dhada 15 Posted May 18, 2012 can you install it again then i will check if the script is conflict with the other module you have. Share this post Link to post Share on other sites
pitipanda66 0 Posted May 19, 2012 hi mapetshi its done I have installed the module again! thank you for your great help Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 (edited) I can't see conflict with the other module I have also installed the module in the folder /themes/prestashop_new/modules/blockviewed so nowthe script works but stay in the left column. I don't understand where is the pb. please need help Edited May 20, 2012 by pitipanda66 (see edit history) Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 (edited) my friend did installed the module too and the pb is the same: http://tendrecalins.com under construction Edited May 20, 2012 by pitipanda66 (see edit history) Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 hi angleness is everything ok for you with this module? witch prestashop THEME are you using? regards Share this post Link to post Share on other sites
dhada 15 Posted May 20, 2012 .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 { display: inline; float: left; position: relative; margin-right: 20px; } the problem is the position: relative. check the attachment if working i make it append to body. blockviewed.zip Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 hi mapetshi great, I m going to reinstall with this last module and tell you if working! a big thank you Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 sorry, the pb is always here: example: http://tendrecalins.com Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 (edited) OKKKKK now it work fine, look, I have just changed left to right and now right to upper left and its ok! thank you very much mapetshi this module is really nice, I love it. Edited May 20, 2012 by pitipanda66 (see edit history) Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 A last little question please, how can I translate VIEWED PRODUCTS in French? thanks again I really appreciate Share this post Link to post Share on other sites
dhada 15 Posted May 20, 2012 in the backend Tools - Translation Select Front Office translaion and french flag then find the block viewed. Share this post Link to post Share on other sites
pitipanda66 0 Posted May 20, 2012 ok thank you mapetshi Share this post Link to post Share on other sites
Cyrius91 5 Posted October 11, 2012 (edited) It's work perfectly on presta 1.4.8.2 Thank you very much. Edited October 11, 2012 by Cyrius91 (see edit history) Share this post Link to post Share on other sites
Markiz 0 Posted February 8, 2013 (edited) Is it possible make this block horizontally? Edited February 9, 2013 by Markiz (see edit history) Share this post Link to post Share on other sites
goldensun42 0 Posted July 11, 2013 hi, i have a question about your theme, is pretty nice, but how di you do the module featured product/new products/topseller ? is it a free module thx Share this post Link to post Share on other sites
gawekita 0 Posted July 11, 2013 this module support prestasho 1.5.4.1 ? Share this post Link to post Share on other sites
delokaver 0 Posted December 11, 2013 .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9 { display: inline; float: left; position: relative; margin-right: 20px; } the problem is the position: relative. check the attachment if working i make it append to body. these works ... thank you Share this post Link to post Share on other sites
tyszek 10 Posted January 11, 2014 1.5.5.0 Warning: Function addCSS() is deprecated in modules\blockviewed\blockviewed.php on line 221 in \classes\Tools.php on line 1953 Share this post Link to post Share on other sites
vekia 8,950 Posted January 11, 2014 well, this is not error just internal prestashop message, that module uses deprecated function. it doesn't affect performance etc. if you want to hide it: just disable error reporting in your store. if you want to fix it, in blockviewed.php instead of old Tools::addCSS use $this->context->controller->addCSS() Share this post Link to post Share on other sites