How to enable stock availability on single product page.

SuperAgora

Member
Hi developers,

I'm using DaVinci's template and I'd like to find out why stock availability is disabled and if you can please offer the option from the back-end to display this value.

Thank you

stock-availability.png
HTML:
<div class="meta_only" data-productpricebox="quantity" itemprop="availability" href="http://schema.org/InStock" style="/* display: none; */"><span data-singleproduct="quantity">200</span>in stock.</div>
 
Top