Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

This product was added to our catalog on ...


warrenerjm

Recommended Posts

Posted

Hi

 

I have tried to search for this, but can't do it suitably & after hours can't find the answer. I'm sure it is there, so please excuse me for re asking. :-"

 

I would like to delete, or comment out the saying "This product was added to our catalog on ..."

 

Please can you tell me where this code is & if I need to delete or hide?

 

Thank you very much.

 

Julie

Posted
Hi

 

I have tried to search for this, but can't do it suitably & after hours can't find the answer. I'm sure it is there, so please excuse me for re asking. :-"

 

I would like to delete, or comment out the saying "This product was added to our catalog on ..."

 

Please can you tell me where this code is & if I need to delete or hide?

 

Thank you very much.

 

Julie

 

catalog/includes/languages/english/product_info.php

 

find

 

define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');

 

and either change to what you want or

 

define('TEXT_DATE_ADDED', '');

 

to make it blank - but leave the define there

My Contributions

 

Henry Smith

Posted
catalog/includes/languages/english/product_info.php

 

find

 

define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');

 

and either change to what you want or

 

define('TEXT_DATE_ADDED', '');

 

to make it blank - but leave the define there

Thank you Custodian. Great help.

 

 

 

:thumbsup:

Archived

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

×
×
  • Create New...