Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I hide the date added to cart text


emailanj

Recommended Posts

I was hopping to find out how to hide the date added to cart text. Possibly change the color to white? I like the what's new box but I don't want the world to know how new our products are...For our product line it's important for customers to feel like there buying a tryed product and not buying the first one. :D

 

Thanks for any help

anj

Link to comment
Share on other sites

I was hopping to find out how to hide the date added to cart text. Possibly change the color to white? I like the what's new box but I don't want the world to know how new our products are...For our product line it's important for customers to feel like there buying a tryed product and not buying the first one. :D

 

Thanks for any help

anj

 

 

Do you mean This product was added to our catalog on if so see below

 

 

Open up includes/languages/english/product_info.php and edit like 16

 

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

 

Change to:

 

 

define('TEXT_DATE_ADDED', '');

Link to comment
Share on other sites

Thanks, that was too easy :D I just added a #ffffff color to it. I am not sure if by deleting it will affect the what's new function. Now the date just blends into my white background.

 

Anj

 

 

Do you mean This product was added to our catalog on if so see below

Open up includes/languages/english/product_info.php and edit like 16

 

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

 

Change to:

define('TEXT_DATE_ADDED', '');

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...