Nikushka Posted August 10, 2011 Share Posted August 10, 2011 Hi, i need module which will automatic change featured products on homepage..do you know some module like this? Thanks a Lot ! Link to comment Share on other sites More sharing options...
BWT Posted August 11, 2011 Share Posted August 11, 2011 what do you mean "Automatic change feature" do you mean that the image changes by its self? if so there are a lot of module out there for you to select from just search around a little. Link to comment Share on other sites More sharing options...
Nikushka Posted August 13, 2011 Author Share Posted August 13, 2011 what do you mean "Automatic change feature" do you mean that the image changes by its self? if so there are a lot of module out there for you to select from just search around a little. i mean module, which will change accidentally featured products on homepage.. someday this, someday that its simple module i think but i cant find anyone. Link to comment Share on other sites More sharing options...
thehandlestudio Posted August 13, 2011 Share Posted August 13, 2011 Hi, If you mean that the featured products change everytime the page reloads then in modules/homefeatured/homefeatured.php Find $products = $category->getProducts(intval($params['cookie']->id_lang), 1, 100); and place this code directly after if ($products) { shuffle($products); array_splice($products, ($nb ? $nb : 10)); } This is working for me in PS 1.4.4.0, I am not sure which other versions this will work in. Regards, Mark. 2 Link to comment Share on other sites More sharing options...
Nikushka Posted August 13, 2011 Author Share Posted August 13, 2011 Hi, If you mean that the featured products change everytime the page reloads then in modules/homefeatured/homefeatured.php Find $products = $category->getProducts(intval($params['cookie']->id_lang), 1, 100); and place this code directly after if ($products) { shuffle($products); array_splice($products, ($nb ? $nb : 10)); } This is working for me in PS 1.4.4.0, I am not sure which other versions this will work in. Regards, Mark. It works for version 1.4.2.5 too.. thanks a lot ! and when i want shuffle 12 products from 50 (from home category) ? Link to comment Share on other sites More sharing options...
linster Posted October 17, 2012 Share Posted October 17, 2012 Hi, it worked for 1.4.7 as well except for a small problem. Can somebody help me solve this? The thumbnails gets haywire sometimes and I don't understand why. There is supposed to be 6 products on the featured homepage. http://www.madanayoga.com/ Just keep refreshing the page and you will see that some thumbnails are being pushed to the bottom. Appreciate any help. Thanks! 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