Jump to content

Module Featured Product On Homepage


Nikushka

Recommended Posts

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

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.

  • Like 2
Link to comment
Share on other sites

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

  • 1 year later...

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...