Comments Shehab started the conversation 228Milingona repliedMarch 17, 2021 at 4:53pmHello,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 Sign in to reply ...
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.
Check out this article for full details.
Kind regards,
Milingona Support
Follow on Envato Facebook Twitter