subesdk Posted October 16, 2006 Posted October 16, 2006 the "product added date/info" at the product page. Any help would be highly appriciated as I have used a lot of time getting nowhere in the backend and im not that keen in the mysql area. ty :-)
ComicWisdom Posted October 16, 2006 Posted October 16, 2006 the "product added date/info" at the product page. Any help would be highly appriciated as I have used a lot of time getting nowhere in the backend and im not that keen in the mysql area. ty :-) I did this in catalog/product_info.php. But if you read the previous thread where I was looking for a genious there are really good reasons to use php commenting instead of html commenting. I'm going to change this to the php style. <!-- <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> //--> Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
subesdk Posted October 16, 2006 Author Posted October 16, 2006 hi again and ty for replying! is it by adding the <!-- //--> that the magic happens? or did I miss something The php comment i didnt understand at all beside that it was a better solution :blush:
subesdk Posted October 16, 2006 Author Posted October 16, 2006 ohh read the topic you refered too and now I understand ty :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.