enew
January 10, 2015, 12:00am
1
Hi
does some one can show me how to disable the function to show multiple image on the category home pages? because if we show all the image on the page, it's will be take long time to open the pages with big size of page, so we want to show only one image by each product only and can reduce the size of page.
Please see more detail on the image attached.
my website have the version multi vendor 4.2.1
Thank in advvance!
Franck
how to disable the function to show multiple image on the category home pages.jpg
In the following file
design\themes\THEME\templates\blocks\list_templates\grid_list.tpl
please 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}
Then clear the cache and check the result.
Hope this will help.
enew
January 23, 2015, 12:00am
3
[quote name='eComLabs' timestamp='1421053355' post='202289']
In the following file
design\themes\THEME\templates\blocks\list_templates\grid_list.tpl
please 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}
Then clear the cache and check the result.
Hope this will help.
[/quote]it's work, thanks
[quote name='Enew' timestamp='1421971932' post='203240']
it's work, thanks
[/quote]
You are welcome! Let me know if you have any other questions.