Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Statement from product_info page


amestres

Recommended Posts

Posted

I purchased an osCommerce template and I am setting up the different options. I am 100% new at this.

 

On the product_info page below the product name, product code and item number, the statement :"This product was added to our catalog on Tuesday 06 December, 2005." shows up...how do I remove that?

 

Thanks

Posted
I purchased an osCommerce template and I am setting up the different options. I am 100% new at this.

 

On the product_info page below the product name, product code and item number, the statement :"This product was added to our catalog on Tuesday 06 December, 2005." shows up...how do I remove that?

 

Thanks

 

 

hi,

 

open product_info.php,

 

and seach this line

 

<?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

 

and delete it.

Posted
hi,

 

open product_info.php,

 

and seach this line

 

<?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

 

and delete it.

Posted
hi,

 

open product_info.php,

 

and seach this line

 

<?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

 

and delete it.

 

thanks it worked perfectly

Posted

Better still comment it out.

If you delete it you wont remember how to get it back if you ever needed it

Comment out like below it does the same job

 

<?php// echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

Archived

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

×
×
  • Create New...