Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

is it possible to hide or remove


subesdk

Recommended Posts

Posted

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 :-)

Posted
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!

Posted

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:

Archived

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

×
×
  • Create New...