How To Change Product List Grid Layout

Hi,

I am trying change the product list grid layout which is currently showing all thumbnails of the images that the product has and users can flip through them without having to click on the product (see attached image).

I want the product list to only show the main image and not load the other thumbnails and not display the image control. I do want to keep the rest of the product list layout (see attached image).

Can anyone please help on how to get this done?

i would really appreciate if anyone can help.

Thanks,

M

Current-product-view.png

Preferred-product-view.png

design/themes/THEME/templates/blocks/list_templates/grid_list.tpl

replace

show_gallery=true

with

show_gallery=false

Then save and clear cache

Thank you that worked, really appreciate your help

You are welcome!

Thanks from me too. My homepage loads now three times faster.

Thank you, didn't notice it was slowing down my homepage!!

design/themes/THEME/templates/blocks/list_templates/grid_list.tpl

replace

show_gallery=true

with

show_gallery=false

Then save and clear cache

This is really useful...

I am glad to hear that our advice helped you

thanks very helpful