How do i remove 'availability in stock' display from magento category view -


i run magento store want run without stock management items displayed regardless of stock status.

i have switched off stock management & have want showing cannot find way remove 'availability: in stock' message search results, category & brand views. how can stop showing?

i have found edit style.css file removes product pages & not search results, category & brand lists.

this in theme's list.phtml file. go here;

mage root/app/design/frontend/xxx/yyy/template/catalog/product/list.html 

you find logic displaying message in there.

xxx/yyy path of particular theme. in unlikely event theme doesnt have list.phtml file, check here;

mage root/app/design/frontend/base/default/template/catalog/product/list.phtml 

Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -