Hi,
I was wondering how I could display the products at https://cashino.kellyseye.com/products/ on my homepage?
Thanks.
Hello @jordan_cardwell
{{block type="catalog/product_list" category_id="12" template="catalog/product/list.phtml"}}
where you need to change you category id with your category id
Hope it will help you.
If works then mark as solution.
Thanks. How do I find my category ID?
Hello @jordan_cardwell
if works then mark as solution
Check the Highlight module from Swissup
It can put as a widget in any place of your homepage and shows products based on following filtering:
highlight/product_new | New Products, ordered by news_from_date attribute |
highlight/product_featured | Products with enabled featured attribute |
highlight/product_special | Products with non-empty special_price attribute, ordered by special_from_date |
highlight/product_popular | Most viewed products. Calculation is based on Magento Reports data |
highlight/product_bestseller | Most sellable products. Calculation is based on Magento Sales data |
highlight/product_random | All visible products. Usefull to manually filter products |
highlight/product_reports_viewed | Recently viewed products of current visitor |
highlight/review_new | Recenlty reviewed products with review data |
highlight/product_attribute_date | Products filtered by any date attribute. Attribute value is compared with current date |
highlight/product_attribute_yesno | Products filtered by any yes/no attribute. Products with enabled attribute are returne |