-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
My client want to show the quantity of eacht product in his catalog. By activating the catalog mode the quantity is gone, so i added it in the show_default this:
<?php if($this->element->product_quantity>0) echo JText::sprintf('X_ITEMS_IN_STOCK',$this->element->product_quantity); ?>
I tried to do the same on the product listing, but can't get it to work. Is it even possible?
A screenshot is added.
Can anyone point me in the right direction?