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

TOPIC: stock level icon

stock level icon 9 years 7 months ago #10975

Hi,
impossible to have shown the stock level icon in list product page.
Stock level box checked in configuration.
all remain checks as explained in your documentation
where am i wrong?
thanks
Bruno
The administrator has disabled public write access.

stock level icon 9 years 7 months ago #10978

Hi,

On default Virtuemart layout, stock level indicator is visible only on Category Browse page (not on product details page)
We have disabled that option with our template. Because no body is using it, and honestly it is pretty useless feature.

You can activate the stock level indicator on product details page by 2-steps if you really need this functionality.

1- open this PHP file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default.php
default.php or flexv2.php depends on what ever layout you are currently using for product details page

2- insert these PHP lines:
<?php if ( VmConfig::get ('display_stock', 1)) { ?>
    <div class="paddingtop8">
      <span class="vmicon vm2-<?php echo $this->product->stock->stock_level ?>" title="<?php echo $this->product->stock->stock_tip ?>"></span>
     <span class="stock-level"><?php echo JText::_ ('COM_VIRTUEMART_STOCK_LEVEL_DISPLAY_TITLE_TIP') ?></span>
   </div>
<?php } ?>

to where ever you want to display the stock level indicator.

It makes sense to show it above the availability icons, so find this line:
<?php // Availability Image
and insert the PHP lines right above it.

Regards.
Support
Last Edit: 9 years 7 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.576 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