Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"This product was added to our catalog on..."


Guest

Recommended Posts

How do I get rid of this line that appears after each product?

 

"This product was added to our catalog on Sunday 03 April, 2005."

 

Thanks!

Link to comment
Share on other sites

How do I get rid of this line that appears after each product?

 

"This product was added to our catalog on Sunday 03 April, 2005."

 

Thanks!

 

 

Hi! What you're looking for is in:

catalog/includes/languages/english/product_info.php

Hope this helps!

 

:rolleyes:

We help each other, to help ourselves!

Aloha Allison!

 

Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance.

 

Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.

Link to comment
Share on other sites

That help some...

 

However, when I delete the line or comment it out with //, I end up with this text on the product page:

 

TEXT_DATE_ADDED

 

How do I get rid of this, too? Thanks!

Link to comment
Share on other sites

That help some...

 

However, when I delete the line or comment it out with //, I end up with this text on the product page:

 

TEXT_DATE_ADDED

 

How do I get rid of this, too? Thanks!

 

Ashley,

I have same problem. Did you ever find a solution?

 

Neil

Link to comment
Share on other sites

Not yet...I'm hoping someone will answer this question for us! Thanks.

 

 

I believe the file you want is actually catalog/product_info.php

 

<?php
   } else {
?>
     <tr>
       <td align="center" class="smallText"><?php //echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
     </tr>
<?php

I have already added the // in front of the echo command. This section of code is very near the end of the file. (not sure of the line number)

Link to comment
Share on other sites

That help some...

 

However, when I delete the line or comment it out with //, I end up with this text on the product page:

 

TEXT_DATE_ADDED

 

How do I get rid of this, too? Thanks!

 

 

:blush: Sorry! I thought I sent this earlier, but phat finger obviously not working. In includeds/languages/english/product_info.php below where you removed the statement 'This product added to our catalog....'

check the next line to read:

 

define('TEXT_DATE_AVAILABLE',

 

I believe this is what you are looking for, as I have done the same thing already, removed the added to catalog date, but with some added custom variables for shipping like this:

 

define('TEXT_MORE_INFORMATION', '<p><font color="#0000FF"><b>Availability:</b></font><br>Most orders leave our warehouse within 24 to 48 hours.<br>Please allow 10-14 days for delivery.</p><p><font size=2 color=0000ff>For information on MAP Policy/Priceing <a href="map_policy.php">Click Here!</font></a></p><p>For more information on this gift, please visit the manufacturers <a href="%s" target="_blank"><u>webpage</u></a>.</p>');

define('TEXT_DATE_ADDED', '');

 

Hope this helps you better! :rolleyes:

 

BTW I never altered or coded out anything in catalog/product_info.php

We help each other, to help ourselves!

Aloha Allison!

 

Liken to wrinkles, the many paths of my life not only altered my destiny, but my appearance.

 

Poetry, the artistry of plying ones soul to the empty canvases of life. A vision without sight. A verse without darkness. Lighting each day with a prose of beauty and love.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...