Okay
  Public Ticket #3142669
Sort By - Best Selling
Closed

Comments

  •  5
    Julian started the conversation

    Hi, is there a way to hide the filter 'Sort By - Best Selling? It is not accurate for some reason. Not sure where it pulls the data from, but it is not correct in our case and it is very important to show accurate data there. Customers might end up ordering the wrong products thinking they are best sellers when they're not.

    To be honest I also don't see why anyone would like to sort Z-A. Sorting A-Z should be the default and hidden. Fewer things to click on, plus a cleaner look ;)

    Please advise.

    Thanks

    Julian

    The Loving Nature

  •  2,286
    WebWizards replied

    Hi Julian,

    Not sure why best selling would not be accurate - that's based on the 'Total Sales' total_sales meta in the database - this is something WooCommerce tracks automatically - I believe it's based on the total quantity sold of a specific item,


    Maybe you'd prefer to hide the entire sort by section? You can add this CSS code snippet to your site to do that:

    .b2bking_bulkorder_filter_header_sortby, .b2bking_bulkorder_filters_list_sortby, .b2bking_categories_header_separator {
        display: none;
    }
    

    (it can be added to Appearance -> Customise -> CSS for example).


    You can then go to B2BKing -> Settings -> Bulk Order and set "Sort Products By (Cream & Indigo) " to 'A to Z', so that's the sorting used,


    Kind regards,

    Stefan