Search code examples
magentohyperlinkproductclickablecatalog

Disable link functionality for certain products in Category View? (Magento)


Disable link functionality for certain products in Category View?

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

See example: https://i.sstatic.net/v97gS.jpg I want only product in stock to be clickable.

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


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