New Landing How can we help? Themeforest Theme Support Neighborhood control product category display order?

Viewing 4 posts - 1 through 4 (of 4 total)
  • #61026
    latitude22n
    Member
    Post count: 102

    Hi – We would like to control the product category order in our widget. For example we would Like “collections” to appear last after the more functional types such as “dinnerware”. How can we do that? See attached screengrab.

    #61048
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Which order do you want to display ? Please try to use this code at functions.php

    add_filter('woocommerce_default_catalog_orderby', 'custom_default_catalog_orderby');
     
    function custom_default_catalog_orderby() {
    return 'date'; // Can also use title and price
    }

    Thanks
    With Best Regards
    Swift Ideas

    #62979
    latitude22n
    Member
    Post count: 102

    thanks – can you tell me a bit more about what parameters i need to enter above? for example we would like to have categories in this order: dinnerware, lighting, accessories, collections.

    #63163
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi there,
    Unfortunately that is not part of the current theme functionality, and it’s not within the scope of our support to be able to provide that functionality as it is more work than a small customization. While we’d love to be able to support every customization request, we simply don’t have the time. We recommend that you seek a freelance developer if you need that functionality, potentially from one of the below resources:

    https://codeable.io

    Home


    http://www.microlancer.com

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register