Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1116940

    Hi there, was wondering if it was possible to change the sorting options for WooCommerce products. At the moment there are about ten, but our client just wants:

    Name
    Newest First
    Price: high to low
    Price: low to high

    We tried the plugin WooCommerce Remove Product Sorting by SkyVerge, but it didn’t change the sorting options which means the sorting options are probably hard-coded into the theme. If this is a case it might be a good idea to add this to theme options as I’m not sure how helpful sorting by ‘random’ or ‘ID’ are for the average customer for example.

    Can you please let us know how we can edit the sorting options so they match the above?

    #1117215

    Hey xansdesign,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #1117628

    Thanks for the info!

    Since these options are built into the theme but require developer customisation, are there any plans to make it editable via the theme options?

    #1117795

    Hi,

    As this is a WooCommerce function it would have to be implemented/updated to work on their end.

    Best regards,
    Jordan Shannon

    #1117899

    It’s an Enfold function. WooCommerce support said that all these sorting options were not part of WooCommerce and were being called by ‘something called Avia’ … ie the Enfold framework. On top of this, there are several plugins which can customise the sorting options for WooCommerce, which don’t work if sorting options are hard-coded into the theme – the plugins did not work on Enfold.

    I do not see these 10+ sorting options on other themes running WooCommerce.

    See for example Bridge: https://demo.qodeinteractive.com/bridge/shop/
    And Avada: https://avada.theme-fusion.com/classic-shop/shop-full-width/

    The sorting options for all these themes are different which means we can conclude they are theme-specific. So in fact it does look like an Enfold-specific function.

    Since it is theme-specific, is there a way we can target and hide/customise these sorting options? Either via a plugin or code?

    #1117949

    Hi again, further to this I can see in the Enfold shop demo, all these options don’t exist. How did you guys get rid of all these sorting options in your demo?

    https://kriesi.at/themes/enfold-shop/shop/

    sorting

    #1118530

    Hi AusWeb,

    Please have a look at the article below

    How to Customize the WooCommerce Sorting Dropdown

    Best regards,
    Victoria

    #1213297

    Hi,
    Use a code like the one Victoria suggested, but be sure to use this filter hook: avf_wc_product_order_dropdown_frontend

    Greetings

    • This reply was modified 4 years, 6 months ago by wzshop.
    #1213490

    Hi,

    Thanks for the input on this.

    Best regards,
    Jordan Shannon

    #1219971

    Hi wzshop,
    I’m sorry to ask, but where does this filter hook have to be placed?
    I tried all codes suggested above, but no one work… :-(
    Thanks a lot!

    #1220070

    Hi again,
    I finally understood what to do.
    Thanks! :-)

    #1220243

    Hi fcp,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Editing sorting options for WooCommerce’ is closed to new replies.