Skip to main content

Woocommerce Cart – Stuck with stock

Comments

5 comments

  • Ariel H.

    Hi Paul,

    Thank you for reaching out to us.

    Could you please try to disable the display of remaining stocks by following these steps: Go to WooCommerce ⇾ Settings ⇾ Inventory ⇾ and set the Stock display format to "Never show quantity remaining in stock."

    If this doesn't resolve the issue, please let me know if you experience the same problem when temporarily switching to another theme. It's possible that the issue is related to your current theme.

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0
  • Paul R

    If I make that change, it removed the number "15" but still says "in stock." 

    I'm able to make it disappear if I uncheck "enable stock management" but that's not helpful when I want to know on the back end if there is still stock. 

    Any other ideas?

    0
  • Ariel H.

    Hi Paul,

    Thank you for the update.

    To assist you further, could you please let us know the theme you're currently using? This will allow us to check if there's an option within the theme settings to disable it. If not, we can still provide you with a custom CSS code to hide the element.

    Best regards,
    Ariel H.

    0
  • Paul R

    Yes, I'm using Blocksy.

    0
  • KC George

    Hi Paul,

    Please try adding this CSS in Additional CSS under theme customizer and check if the stock quantity gets hidden in our product page.

    p.stock.in-stock {
      display: none;
    }

    0

Please sign in to leave a comment.