• Hi,

    We have noticed that there is “in stock” status in every product independently of the WC setup (we do not allowed the the showing of stock status in the site)

    Different note: there is some missed translations, e.g. product “description”, “add to cart”… We tried to chect the woocommerce-hu_HU.po file but we do not find that lines. How could we translate the missing words?

    Thanks a lot,

    Balazs

    https://wordpress.org/plugins/woocommerce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    Translate here translate.wordpress.org/projects/wp-plugins/woocommerce

    To remove stock display:

    add_filter( 'woocommerce_stock_html', '__return_empty_string' );

    I just noticed this too. Why does the “Stock Display Format” set to “Never Show Stock Amount” still cause the stock status to show on the product pages? Is the above filter a temporary fix?

    Plugin Author Mike Jolley (a11n)

    (@mikejolley)

    “In stock” is not an ‘amount’.

    This option is referring to the qty of stock. e.g. “In stock x 10”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2.6 update – stock’ is closed to new replies.