Hi,
The available quantity of the product is already displayed on the product page by default in HikaShop. There is actually no one to not display it.
The only ways to not display it are:
- to use translation overrides to change the text displaying the quantity
- to add custom CSS code to hide the area where the quantity is displayed
- to create a view override to remove the area displaying the quantity
It might be you who did that in the past, or maybe your template provider. Either way, since we don't know what was done exactly, it's hard to say what needs to be done exactly.
However, there are three things you can do to move forward with this:
- try switching to the default template of Joomla and see if you get the stock to display. If you do, it's likely a view override in the template, or custom CSS in the template. In that case, you can check with the template provider support what they recommend.
- if it's not coming from the template, it means that it's likely a translation override. In that case, you can check your translation overrides under the Languages tab of the HikaShop configuration:
www.hikashop.com/download/languages.html#modify
- if you can provide the URL of a page, we might be able to figure out what needs to be done, especially if it's a CSS custom code.