Disable link functionality for certain products in Category View?

I only want some product to be visible in category, not clickable!

See example: http://i.imgur.com/m3ZHp1G.jpg I want only product in stock to be clickable.

How to do that? Step by step will be nice. Thanks.

有帮助吗?

解决方案

Navigate to

app/design/frontend/<package_name>/<theme_name>/template/catalog/product/list.phtml

else copy this file from base/default theme to your theme

Goto this line <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>

Add your condition before it

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top