• Resolved Mario_S3

    (@mario_s3)


    Hello,

    I’m using latest version of your plugin, Woocommerce and “BeRocket” WooCommerce AJAX Products Filter.

    When using a filter on a page, stock status is displayed twice, once for stock status of variable child product and once for stock status of a parent product. This is little bit confusing since this can be weird in come cases where stock of variable product is displayed as “available on backorder” and parent is declared as “in stock”

    Only variable product status should be displayed since this is relevant in this case.

    Is there a way to fix this?

    Mario

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Softound Solutions

    (@softound)

    Hi @mario_s3 ,

    Sorry for late reply, The issue could be conflict with theme and plugins, it happens some time, Please put the following CSS in your child theme to fix the issue, after applying the CSS, Please make sure if it is showing right stock status on all pages.

    .products .product-type-variable p.woo-custom-stock-status:nth-of-type(2) {
    display: none;
    }
    Thread Starter Mario_S3

    (@mario_s3)

    Thank you very much, this resolved the problem!

    Best regards, Mario

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.