Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: Displaying the number of items in stock.

Displaying the number of items in stock. 8 years 3 months ago #13604

Hello,

how to set up displaying the number of items in stock in detail product?

Sincerely Milan
Attachments:
The administrator has disabled public write access.

Displaying the number of items in stock. 8 years 3 months ago #13610

Hi,

This feature hasn't been added to CleanMart at all. But you can do it by a simple coding modification. Please follow the steps:

1- Open the product details' PHP file, which are right here:
/templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default.php
/templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/flexv2.php

FYI: There are 2 layouts: default and flexv2. Make your modifications only on the file that you are currently using.

2- You probably want to add that "In Stock Number" right above the "Add to Cart" button, so, find this line:
<div class="addtocart-area">

3- right above it, include this line:
<div class="instockNumber">
    <strong>In stock:</strong> <?php echo ($this->product->product_in_stock - $this->product->product_ordered) ?>
</div> 

4- (optional) with couple CSS rules, you can make that text little stands out, such as, changing its color to green, or put a margin above-below etc.. something like;
.instockNumber { color:green; margin: 10px 0;}

The result will be:

Attachment ScreenShot2016-01-15at3.17.37AM.png not found





If you like CleanMart and satisfied with the support you have received, please "write a review" on:
www.flexiblewebdesign.com/Virtuemart-2-Templates/CleanMart

Write couple of sentences to share your experience with the support team.
Just 2-3 sentences would be enough ;) It might sound simple to you, but it is extremely important. Potential customers care about product reviews very much.

Thanks in advance!

Regards,
Support
Last Edit: 8 years 3 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.113 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo