Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can I delete "This product was added to our catalog on..."


HardcoreHeroes

Recommended Posts

Posted

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

 

change....

 

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

 

to...

 

define('TEXT_DATE_ADDED', '');

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

 

change....

 

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

 

to...

 

define('TEXT_DATE_ADDED', '');

 

Hi Maggilove,

I also would like to delete this sentence, but I'm very new to using this program and I can't seem to find where to go in admin to delete it. Where do I find catalog/includes/languages/english/product_info.php?

It doesn't seem to be in under the catalog menu. Can you explain in more detail please?

Posted

Try this:

 

Go to the administration area, in menu on the left side choose Tools ->File mananger -> in directory includes select languages/english/product_info.php

 

Then click on the button EDIT, find:

 

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

 

and change to:

 

define('TEXT_DATE_ADDED', '');

Posted
Try this:

 

Go to the administration area, in menu on the left side choose Tools ->File mananger -> in directory includes select languages/english/product_info.php

 

Then click on the button EDIT, find:

 

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

 

and change to:

 

define('TEXT_DATE_ADDED', '');

 

Thanks for the quick response! I found where to change it now. But it's coming up with the following:

Error: I can not write to this file. Please set the right user permissions on:......

and there is no EDIT button.

Any other suggestions?

Also, do you know how I can get my email working in the "contact us" menu?

Archived

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

×
×
  • Create New...