Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2721238
Products view on the shop page
Closed

Comments

  •   Shehab started the conversation
  •  225
    Milingona replied

    Hello,

    1. Please make sure you have checked the product options from Bakery Options > Shop > Product Options.

    2. You can remove the sorting filter by adding the following code at the end of wp-content/themes/bakery/functions.php.

    add_action( 'init', 'mlg_remove_default_sorting_storefront' );
    function mlg_remove_default_sorting_storefront() {
       remove_action( 'woocommerce_after_shop_loop', 'woocommerce_catalog_ordering', 10 );
       remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 10 );
    }

    Check out this article for full details.

    Kind regards,


    Milingona Support

    Follow on     Envato     Facebook     Twitter