VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: jamesthecat on August 29, 2011, 00:03:56 AM

Title: Where can 'Current Stock Level' be disabled.
Post by: jamesthecat on August 29, 2011, 00:03:56 AM
Hi, running VM 2 on Joomla 1.5,

Unable to find option in WYSIWYG editor to remove 'Current Stock Level' display.
Title: Re: Where can 'Current Stock Level' be disabled.
Post by: jjk on August 29, 2011, 11:00:24 AM
See here: http://forum.virtuemart.net/index.php?topic=89733.msg294128#msg294128
The way I'm doing this at present is:
1. Make a copy of the file ...yoursite\components\com_virtuemart\views\category\tmpl\default.php.
2. Rename the copy to i.e. nostock.php
3. Comment out the lines as described in the link above in your nostock.php.
4. Select nostock.php as your default category view.
Title: Re: Where can 'Current Stock Level' be disabled.
Post by: jamesthecat on August 30, 2011, 03:09:31 AM
Excellent, thank you :)