• Hello,

    I set the featured products and top sellers and they where working fine but for some reason it changed and now there are only 2 featured products and 1 top seller… it changes. some times there’s not a top seller showing. I want 4 products showing featured products and 4 showing in the top sellers all the time.

    This is the shortcut that I am using in the homepage.
    
    Featured Products
    
    [featured_products per_page="4" columns="4"]
    
    Top Sellers
    
    [best_selling_products per_page="4" columns="4"]

    Please someone help me get this to work!! https://www.KaffeSwimwear.com

    https://www.ads-software.com/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • I don’t know what happens with your website. Needs to be checked why it gives you different results every time. Something should be happens in your website. First check, you can go to WooCommerce – System Status to see if there is any warning message there that need your attention.

    If you want same 4 products all the time, it is better to add it manually using product IDs. It can be achieved with something like this:

    Featured Products
    
    [products ids="1,2,3,4" columns="4"]
    
    Top Sellers
    
    [products ids="5,6,7,8" columns="4"]

    You can changes ids parameter with your product IDs, separated by comma.

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Products/Top Sellers’ is closed to new replies.