News:

Looking for documentation? Take a look on our wiki

Main Menu

Remove stock level information

Started by Fintan, November 10, 2011, 10:19:11 AM

Previous topic - Next topic

Fintan

Hello, I would like to remove the stock level information the the product page on my site.

maybe I am blind but I could not find an active / deactivate feature anywhere.

Edit: VM version "M"

dpodesta

Hi

I removed it in the views.

save the default view and create one with your own name eg my views. then you can comment out anything you don't want.

In components folder.


mpulse

So your saying this can only be edited in code?
We cannot remove the front end stock level picture and stuff without hacking core php?

I mean I would believe, that you could un-check a box or something to remove it.

Limonbay

I am almost sure that you can uncheck a box to prevent stocks from being showed, but let me do some research...
Piercings y complementos
http://www.limonbay.com
Joomla 2.5.14
Virtuemart 2.0.24

mpulse


mpulse


dpodesta

No, there is no check box or deactivate feature.

You need to FTP into your site files, go to components/ com_virtuemart/ views/ category /template, to change category layout.

Download the default.php, rename it and then look for the div tag that mentions stock levels and delete it.

You'll need to get used to doing this anyway as the default design for virtuemart is pretty ugly.
Also refer to banquets post above as he has listed all of the different code in the links.

David