Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #929924

    How can I remove the woocommerce default sorting option on the shop page?

    #929986

    Hey DROR,

    Please try adding following code to bottom of Functions.php file in Appearance > Editor

    
    function avia_woocommerce_frontend_search_params()
    {
    return;
    }

    Best regards,
    Yigit

    #930160

    Awesome. Thanks.

    #930166

    Hi,

    I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How can I remove the sorting options from the Shop page?’ is closed to new replies.