Home Forums Basel support forum Catalog visibility = Hidden but Product shows using Product Navigation Arrows

Catalog visibility = Hidden but Product shows using Product Navigation Arrows

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #62828

    ddwells
    Participant

    I have created a “Test Product” product and set Catalog visibility to Hidden. However, when navigating through the Products using the Product Navigation Arrows (Basel theme settings>product page>Hide products navigation>OFF) it reveals the “Test Product” product and it is NOT hidden.

    We want to be able to use the navigation arrows, but NOT show products that are hidden.

    Can you fix this feature problem with an update?

    #62862

    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 if this product is hidden or not.

    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.
    You would better to move this product to trash to be sure that it will not be displayed.

    Regards

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