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

    Hi, the default sorting was ASC, and I want to change it by descending by below code
    which is not working, can any one help?

    //re order the product sorting to descending
    unction woocommerce_catalog_orderby( $args ) {
    if(!$_GET[‘orderby’]) {
    $args[‘orderby’] = ‘menu_order’;
    $args[‘order’] = ‘desc’;
    }
    return $args;
    }

    #861987

    Hey YongyanLi,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? Where did you get the code? Have you tried doing it via settings?

    Ask Sell with WP: How do I create WooCommerce Custom Product Sorting?

    Best regards,
    Victoria

    #889740

    Hi, thanks

    I’ve solved it on my own

    #889910

    Hi,

    Great, glad you got it working and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘reorder the default sorting of woocommerce products by descending’ is closed to new replies.