Forum Forum Magento Theme SNS Avaz – Magento Theme Trying to show only Featured products with Product Tabs

  • Author
    Posts
  • #6748

    tinap
    Participant

      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?

    You must be logged in to reply to this topic. Click here to login or register