I’ll start searching around as well. Thanks a bunch for the help. By the way, any idea what page within the admin, allows you to see the best sellers and top rated?? I have not found them yet.
I’m experimenting with some product displays on the front page. Wondering if there’s any way to show the grouped product display (the table with qty inputs of associated products) for each grouped product in a list? Possible addition to the above code?
I’m experimenting with some product displays on the front page. Wondering if there’s any way to show the grouped product display (the table with qty inputs of associated products) for each grouped product in a list? Possible addition to the above code?
Note: this will only get and shuffle the new products. Truily featured products need to have a featured attribute and be selected from within the template based on that attribute.
Note: this will only get and shuffle the new products. Truily featured products need to have a featured attribute and be selected from within the template based on that attribute.
True, I was assuming in the above that people were using new.phtml as the template along with the Featured module in nafnaf’s code above, as suggested. If you have copied new.phtml to featured.phtml then obviously the shuffle will need to go there instead.
will this same code work for 1.1.1? I’ve tried following the instructions by nafnaf1000, but on my homepage. The block doesn’t display at all. When I run profiler, I get the output though: BLOCK: home.catalog.product.featured 0.1511 1 0 0 . Any ideas why it wouldn’t be working?
just wanted to thank everyone for the code here. Got my Featured products to work well based off this
one question though
I want to display featured products on each sub category page.
Currently i can show all featured products, but what i would to be able to do is only show the featured products within the category im viewing.