Get products to display on custom Magento page
- by Eric
How can you get products to display on a custom Magento page? Naturally, this is not an uncommon question but nothing that I've seen has solved it for me. The common response is to put the following code in through the CMS editor:
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage”…