VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: dummyjoomla on September 11, 2020, 16:56:14 PM

Title: Virtuemart Stock showing Low and High instead of product quantity
Post by: dummyjoomla on September 11, 2020, 16:56:14 PM
Hi, I am using virtuemart 3.8.4 and joomla 3.9.20.


<div class="instock">
  <p><label style="color: #434343;text-transform: uppercase;font-weight: 700;">In Stock:</label> <?php echo $this->product->product_in_stock ?></p>
<>


I am currently having this in my product details page. I am trying to make it show "LOW" when the quantity is below 50 and show HIGH when the quantity is > 50 instead of showing the quantity number. Is this possible? I tried to search everywhere and I couldn't seem to find any solution online. Appreciate your help.
Title: Re: Virtuemart Stock showing Low and High instead of product quantity
Post by: Jörgen on September 11, 2020, 17:55:19 PM
This is kind of standard in default template. Check template files.

Jörgen @ Kreativ Fotografi
Title: Re: Virtuemart Stock showing Low and High instead of product quantity
Post by: dummyjoomla on September 12, 2020, 06:25:53 AM
Hi Jörgen,

I cannot seem to find anything related to what I want. I wanted the show the word "LOW" and "HIGH" instead of the quantity number.

Title: Re: Virtuemart Stock showing Low and High instead of product quantity
Post by: Jörgen on September 12, 2020, 09:11:59 AM
It is there. Virtuemart demo:
http://demo.virtuemart.net/headpiece (http://demo.virtuemart.net/headpiece)

What template are You using ?

Jörgen @ Kreativ Fotografi