Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove the - This product was added to our


Andrew J

Recommended Posts

Posted

I'd like to comment out the code which generate this text.

This product was added to our catalog on xxxx.

I dont need it.

 

Regards,

Andrew

Posted

I tried it before with no success because there is a TEXT_DATE_ADDED text instead the old one.

 

Anyone? :rolleyes:

Posted

Dont delete the whole define but just the text

From:

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

To:

define('TEXT_DATE_ADDED', '');

 

The_Bear

  • 2 weeks later...
Posted

Hello,

 

I want to add "This product was last updated on "date_last_updated""

I have been looking in the forum for this but I can 't find it.

Archived

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

×
×
  • Create New...