Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hide/Show Images


finkelsteinj

Recommended Posts

Hello Everyone,

 

I would like to be able to show or hide the images while browsing a catagory or search return.  How can I acheive this?

 

Thanks,

Jason

 

in the index.php file there are a few SQL queries that display the categories images and also the product pictures. There are a couple if...then statements which are flagged as filtered or not. Based on your needs you can find that and then simply remove the "p.products_image" from the conditions (searching) that you dont want pictures displayed for. The shopping cart will then show only the text and not the image for categories/etc.

 

If you want it to be a toggle option from the back end, you'll probably have to write your own module, its easier to show all the pictures or show none of them by editing the queries as I mentioned.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...