Home Forums WoodMart support forum Change product navigation sorting from newer to older products

Change product navigation sorting from newer to older products

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

    Jarda
    Participant

    One of the things I like about your theme is product navigation for single product page. I would like to use it. Do you advise me how do I set up product sorting to show up from the latest add product?
    I’ve tried change sorting in Customizer > Woocommerce > Default sorting products to the most up-to-date, but product navigation does not reflect this setting.

    #51231

    Artem Temos
    Keymaster

    Hi,

    By default, the WooCommerce plugin doesn’t have products next/previous arrows functionality at all. To implement this feature we use standard WordPress PHP get_next_post and get_prev_post functions that can obtain adjacent posts from the database. Unfortunately, it takes products from the whole table and depends only on the shop page order. The system can’t know that you previously visited this product’s category page. Yes, it would be much better to show next/prev product from the same category. We spent a lot of time investigating this issue but, unfortunately, there is no solution for this problem. You can check any other theme for WooCommerce and you will see the same issue.

    Regards

    #51417

    Jarda
    Participant

    Will you please write in which file I find the source code for prev/next products navigation? I will make a customization for reverse navigation between products.

    Thanks

    #51441

    Artem Temos
    Keymaster

    Sure, the code is located in the file inc/woocommerce.php.

    Regards

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