Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No Products - Image


Guest

Recommended Posts

Posted

Good afternoon!

I have a quick question and hope that someone can help me. In some categories that I have listed on a site for one of my clients, there is no products at this time. I have created a coming soon image.

 

My question is how do I get that image to display where there are no products listed?

Thanks,

EPar

Posted

Open catalog/includes/languages/english/default.php and replace

 

  define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');

 

with.........

 

  define('TEXT_NO_PRODUCTS', tep_image(DIR_WS_IMAGES . 'comingsoon.gif', 'Coming Soon', '', ''));

 

where comingsoon.gif is the name of your coming soon image, uploaded to catalog/images/ folder.

 

Back up before you try!

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

Go in administration/catalog/categories/products and edit each categorie that you want that image and insert it there

 

HTH

The_Bear

Posted

I think Epar wanted the image to appear in empty category pages ie a category where no products are available yet! Unless i read it wrong!?

Reddy to Rumble

 

Thank you osCommerce and all who Contribute to her!

Posted

Thanks so much for the help. This post is what I needed. Now when a person clicks on a category that has no products uploaded, they will see an image instead of There are no products to list in this category

This really helped!

 

Open catalog/includes/languages/english/default.php and replace  

 

Code:  

 define('TEXT_NO_PRODUCTS', 'There are no products to list in this category.');  

 

 

with.........  

 

Code:  

 define('TEXT_NO_PRODUCTS', tep_image(DIR_WS_IMAGES . 'comingsoon.gif', 'Coming Soon', '', ''));  

 

 

where comingsoon.gif is the name of your coming soon image, uploaded to catalog/images/ folder.  

 

Back up before you try!

_________________

Reddy to Rumble

Thank you osCommerce and all who Contribute to her!

Archived

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

×
×
  • Create New...