Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top