Where does this block pick the products from?
I would like to choose a category for showing on this block but can’t seem to understand how it chooses products. Randomly??? The code right now in CMS Block is as below.
Block Top 10 Books
<div class="block block-top-book col-2">
<div class="str">{{block type="joomlart_jmproducts/list" name="view.jmproducts.list" template="joomlart/jmproducts/fourthproduct.phtml" quanlity="4"}}</div>
</div>
and our site is developed/tested @ http://www.keysersoze.co
Thank you in advance.
Harry
2 answers
Hi Harry,
With this settings, this block will inherit configuration set in JM Product List extension: category, mode, dimension, quantity, etc…
However, you can also decide where the product should display in this block by adding some additional content parameter for above block code. Please check out this documentation for more info: http://www.joomlart.com/documentatio…uct-list#param
Thanks a lot for the link, this helped clear things out.
This question is now closed