Magento – How to remove the Add to Cart button from Wishlist based on specific products

addtocartproduct-attributewishlist

I have already removed the "Add to Cart" button from both the Product Detail page and the Product List/Grid Page based on an attribute.

I now need to be able to remove the button from Wishlist and compare for those specific products based on an attribute, but can't find the button construction anywhere for these two pages.

I would appreciate any help.

Best Answer

app/design/frontend/[package]/[your template]/template/wishlist/item/column/cart.phtml

Check in there, you can remove the button from there.

Related Topic