Page 1 of 1
Hide or Disable product image on all modules
Posted: Tue Sep 27, 2016 3:40 am
by dharam81
Hi,
is there any way to hide product image on featured / best seller / latest module as my product are digital good so i have single image that apply to all and i dont want to show that on every product listed in grid or list.
i only want to keep image on product page.
Also can i display product model along with product name on all these modules ?
i am using latest 2.3.0.2
cheers
Re: Hide or Disable product image on all modules
Posted: Tue Sep 27, 2016 7:07 pm
by knowband.plugins
By default, there is no such setting but you can do so by editing core files of Opencart.
You need to edit following files.
/catalog/view/theme/your_theme/template/module/featured.tpl
/catalog/view/theme/your_theme/template/module/latest.tpl
/catalog/view/theme/your_theme/template/module/bestseller.tpl
search for the code related to image ("<img ") and disable it.
If you are not sure what to change, you can share these files so that we can suggest changes.
Re: Hide or Disable product image on all modules
Posted: Wed Sep 28, 2016 9:28 pm
by dharam81
knowband.plugins wrote:By default, there is no such setting but you can do so by editing core files of Opencart.
You need to edit following files.
/catalog/view/theme/your_theme/template/module/featured.tpl
/catalog/view/theme/your_theme/template/module/latest.tpl
/catalog/view/theme/your_theme/template/module/bestseller.tpl
search for the code related to image ("<img ") and disable it.
If you are not sure what to change, you can share these files so that we can suggest changes.
Hi thanks for suggestion i have sent you files on PM please revert.
Re: Hide or Disable product image on all modules
Posted: Thu Sep 29, 2016 11:07 pm
by knowband.plugins
Try with these modified files.
Hope it helps.
Re: Hide or Disable product image on all modules
Posted: Sat Oct 08, 2016 3:00 am
by dharam81
knowband.plugins wrote:Try with these modified files.
Hope it helps.
thanks it worked