Category Product Grid Image Gallery

Can it be disabled via settings? Meaning if product has many pictures in categories grid loaded would be just main one and not gallery with prev next button?

Unfortunately, no



But you can edit the design\themes\responsive\templates\blocks\list_templates\grid_list.tpl file and replace:



{include file="views/products/components/product_icon.tpl" product=$product show_gallery=true}




with



{include file="views/products/components/product_icon.tpl" product=$product show_gallery=false}




Or use the products:product_multicolumns_list hook to override this part of the template