Add to Cart Button in grid list

Hi there guys,



I have a small problem, I cant find the hide/unhide add to cart button option in the grid list of products in Version 3.



In v2 we had that in the blocks under more details, but know I cant find it. Is it somewhere or its gone?



I opened the grid_list.tpl in blocks and saw this



{if $block.properties.hide_add_to_cart_button == "Y"}
{assign var="_show_add_to_cart" value=false}
{else}
{assign var="_show_add_to_cart" value=true}
{/if}




so there must be somewhere this option still…





Any help is welcome



Fotis

It is under the block settings for your block. You can see it at:



[attachment=5511:grid-1.JPG]



[attachment=5512:grid-2.JPG]



I hope that helps,



Brandon

grid-1.JPG

grid-2.JPG

Is there any way to turn the “add to cart button” on/off for the category grid view? I've been clicking for some time now, but can't find a simular setting in the shop.



Many thanks.



JJ

/customer/blocks/product_list_templates/products_multicolums.tpl



change to true

“show_add_to_cart=$show_add_to_cart|default:false”

Thank you very much.