emailanj Posted August 21, 2005 Share Posted August 21, 2005 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 More sharing options...
Halfpint Posted August 21, 2005 Share Posted August 21, 2005 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 <{POST_SNAPBACK}> 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 More sharing options...
emailanj Posted August 22, 2005 Author Share Posted August 22, 2005 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 belowOpen 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', ''); <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.