When I insert favorites list module on a page,
{module_favorites,i,27,0} |
it renders them as <li> (one per row). I want them to render as the product list. (Several products per row).
{tag_productlist,3,,6,alphabetical,true,false}
How can I do this?
Also, if I want to insert all products with a certain tag in a page (that is not the Catalog page), It renders as list, not as table. This is the module I called: {module_productfeaturelist,store,4,Default,,true}