Forums
Forums / Plugin: WooCommerce Availability Chart / Don't show number
(@poschek)
9 years, 12 months ago
Hi, I really like the plugin. But I don’t want to show the number of products still available, just the bar. How could I adjust this?
Thx in advance,
poschek
https://ww.wp.xz.cn/plugins/woocommerce-availability-chart/
(@shopplugins)
Hi poschek,
There’s not a straight forward way to do this without modifying the plugin.
On this line: https://github.com/shopplugins/woocommerce-availability-chart/blob/master/woocommerce-availability-chart.php#L236
you can delete this text:
<?php echo (int) $stock; ?>
and the stock will not show.
The topic ‘Don't show number’ is closed to new replies.