Forum Replies Created
-
Thanks – I finally found it.
Curriosity: it’s not possible to go to the profile page via the top black admin menu – only via the sidebar.
Attachments:
You must be logged in to view attached files.in reply to: UnsubscribeThat’s exacly what I need.
Top support!! Thanks so much.
in reply to: Stock StatusNo, language support would be only an “addon”.
I’d like to display ‘In stock’ WITHOUT enabling ‘Enable stock management at product level’ for product.
I know, it would be a change to the normal behaviour of WC. So best would be an option in the Gutenberg block.
in reply to: Stock StatusMhhh, I see.
But it shows up only with the counter.Possible, you can add somthing like this to your code?
//echo wc_get_stock_html($product);
$out = wc_get_stock_html($product);
$out ? print $out : print ‘in stock
‘;
with some support for different languages 🙂
In my case (german):
in stock – Verfügbar
out of stock – Nicht verfügbar
available on backorder – Verfügbar bei NachlieferungThanks
in reply to: Stock StatusGood news 🙂
The “out of stock” and “available on backorder” work perfect.
But “in stock” does not show up – no html output.Any ideas?
Thanks
in reply to: Stock StatusThe solution for showing the stock status seems only to work with WPbakery (VC).
Do you have a solution for the DHWC Gutenberg – WooCommerce Page Builder with Gutenberg plugin?Thanks.
in reply to: WPML & Stock Status