This is the config I have for one of my Product Tabs. I want to show only products that have “Is featured” checked in settings.
<action method="setConfig">
<name>
<list_products_by>category</list_products_by>
<title>Recommended</title>
<order_type>is_featured</order_type>
<product_category>7</product_category>
<product_order_by>position</product_order_by>
<number_per_display>8</number_per_display>
</name>
</action>
This is currently not working for me. Any ideas how to make it right?