-
Recent Posts
Recent Comments
Archives
Categories
Tags
404 attributes bestseller block caching categories categoryfilter children cms cms pages column concatenate css csv current url eBay errors excel extensions google analytics inchoo javascript jNice layouts left block local login magento install merge new products newsletter not-magento parent popular search terms products query send a friend static blocks subcategories template url-
Tag Archives: cms pages
Magento query filter by category and attribute
We know how to show up the products of a category in a cms page. But what if we wanna filter them by an attribute? Here is an example where $category_id is a given category ID, $currentPage the number of … Continue reading
Posted in Categories, Queries
Tagged attributes, categories, categoryfilter, cms pages, query
3 Comments
Add featured category products to cms home page
If you have a category with products( like the featured products) you canĀ include them in a cms page calling the template blockĀ the following way: {{block type=”catalog/product_list” template=”catalog/product/list.phtml” category_id=”5″ column_count=”4″ }} You have to change category_id 5 for your … Continue reading