emailanj Posted August 21, 2005 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
Halfpint Posted August 21, 2005 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', '');
emailanj Posted August 22, 2005 Author 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}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.