So I have Content in a block that looks like this
{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" mode="featured" template="joomlart/jmproducts/oneproduct.phtml" catsid="10" width="190" quanlity="1" }}
Yes, I have a category of 10. However, when I have a mega menu use this block it works fine except that it pulls from any category instead of category 10.
Please help!!
1 answer
After reading the answer from another question i found out that the proper attribute is category_ids. Changing to this fixed it:
{{block type="joomlart_jmproducts/list" name="home.jmproducts.list" mode="featured" template="joomlart/jmproducts/oneproduct.phtml" category_ids="10" width="190" quanlity="1" }}