jagger Posted January 5, 2014 Share Posted January 5, 2014 Recently Viewed Module To Display Under Featured Products On Home Page any module for this? Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2014 Share Posted January 5, 2014 modules > positions click on transplant button you will see form. select "displayHome" hook and select viewed products block module then hit transplant button. Link to comment Share on other sites More sharing options...
jagger Posted January 5, 2014 Author Share Posted January 5, 2014 Gives me error: This module cannot be transplanted to this hook. Link to comment Share on other sites More sharing options...
vekia Posted January 6, 2014 Share Posted January 6, 2014 ok thank you, solution is simple. open module .php file and use this code: public function hookHome($params) { return $this->hookRightColumn($params); } before last closing bracket } then try again 2 Link to comment Share on other sites More sharing options...
luber_panda Posted January 7, 2014 Share Posted January 7, 2014 thanks vekia. Link to comment Share on other sites More sharing options...
vekia Posted January 7, 2014 Share Posted January 7, 2014 hello so, you used this code and what's going on now? it works ? 1 Link to comment Share on other sites More sharing options...
luber_panda Posted January 7, 2014 Share Posted January 7, 2014 Thanks vekia. I used your code with standard viewed product block and it's work. Pls visit my web elangsung.com. In my home page i also used html standar with css only (for bottom menu ie : 1f, 2f etc - i dont know how to create module or use what module) so its manually. Do you have any solution / advice for this? Thanks before, im sorry if this is oot. :-D Link to comment Share on other sites More sharing options...
vekia Posted January 7, 2014 Share Posted January 7, 2014 i don't understand the question Link to comment Share on other sites More sharing options...
luber_panda Posted January 8, 2014 Share Posted January 8, 2014 i don't understand the question if you visit my web, elangsung.com, in the middle page you will see some menus like : (1F - Fashion | Hot Promo | Recommended Brand | Produk Populer | RP. 100.000 - RP. 250.000 | RP. 251.000 - RP. 400.000) (2F - Electronic | Hot Promo | Recommended Brand | Produk Populer | RP. 100.000 - RP. 250.000 | RP. 251.000 - RP. 400.000) (3F - Anak-anak | Hot Promo | Recommended Brand | Produk Populer | RP. 100.000 - RP. 250.000 | RP. 251.000 - RP. 400.000) (4F - Creative | Hot Promo | Recommended Brand | Produk Populer | RP. 100.000 - RP. 250.000 | RP. 251.000 - RP. 400.000) I only using html & css so i must update that menus manually. is there any module to do that so it can be automatically ? i am sorry for my bad english. hopes you can understand what i meant. Link to comment Share on other sites More sharing options...
Recommended Posts