Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can i remove this info and replace with a link


worldheadja

Recommended Posts

Posted

My site still has most of its demo products and settings.

When a customer clicks a product it tells the customer when it was added (Item # : 35 This product was added to our catalog on Friday 08 July, 2005.) i do not want this to show but i need somewhere that i can insert a link that will open a pop-up with instructions on how to place an order.

Can this be replaced with such a link? If not how can i remove or change this so that it doesn't say when the product was added?

 

Thank YOu for your help :D

Posted
an anyone one help me?????? :'( :'(

 

in prodcut_info.php

you could comment out the date added text as such:

 

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

Posted
My site still has most of its demo products and settings.

When a customer clicks a product it tells the customer when it was added (Item # : 35 This product was added to our catalog on Friday 08 July, 2005.) i do not want this to show but i need somewhere that i can insert a link that will open a pop-up with instructions on how to place an order.

Can this be replaced with such a link? If not how can i remove or change this so that it doesn't say when the product was added?

 

Thank YOu for your help :D

 

in product_info.php in your catalog directory

 

change

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

 

to

<a href="orderinfo.php" target="_blank">CLICK HERE FOR ORDERING INFORMATION</a>

 

be sure to change "orderinfo.php" to the path of the page that you want to pop up with ordering information.

and you can change "CLICK HERE FOR ORDERING INFORMATION" to whatever you want.

 

 

This will replace the date the product was added with a link to you orderinfo page.

 

hope that this helps!!! :thumbsup:

I thought this stuff was gonna be easy!!

BACK IT UP BEFORE YOU JACK IT UP!!!!

Archived

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

×
×
  • Create New...