dhooper Posted October 6, 2008 Posted October 6, 2008 I'm new to this php stuff, and I can't figure out how to remove the PRODUCT_DATE_ADDED code I'd appreciate some help in that area. I've almost got my store done. Just a few more tweaks... I've managed to add a wishlist, the page editor, define main page, and header tags seo, so I feel pretty good at what I've accomplished. :D Diana
playcraft Posted October 6, 2008 Posted October 6, 2008 I'm new to this php stuff, and I can't figure out how to remove the PRODUCT_DATE_ADDED code I'd appreciate some help in that area. I've almost got my store done. Just a few more tweaks... I've managed to add a wishlist, the page editor, define main page, and header tags seo, so I feel pretty good at what I've accomplished. :D In the product_info.php file do the following: Change: echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); to //echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added']));
dhooper Posted October 6, 2008 Author Posted October 6, 2008 Oh, how easy! I should've been able to figure that one out! :lol: Diana
Recommended Posts
Archived
This topic is now archived and is closed to further replies.