Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Can I remove Date added and Availability date totally


dbbooks

Recommended Posts

Posted

Somehow some of my products are showing that they were added next October (strange). It would probably be easier just to do without that function altogether.

 

I have no need for Availability date at all and would like to remove that function too. Is it possible?

 

thanks for any help.

 

db

Posted

product_info.php

Lines 191 - 202 (standard file) find

 

	  <tr>
	<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></td>
  </tr>
<?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
}
?>

 

and change to

 

	  <tr>
	<td align="center" class="smallText"><?php// echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></td>
  </tr>
<?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
}
?>

 

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted

 

 

Diolch Nic, I'll pass that on.

 

I have been told we can insert additional_images.php into the new product page. Could you possibly guide us please?

 

dave

Posted
Do you want more than one image on product listing? Or on product info?

 

 

Product info would be ideal.

 

I want to use the second image so customers can read the blurb on the back of a book and the two images look better side by side, rather than the extra image hanging at the bottom.

 

efharisto George

 

dave

Posted
Mae croeso Dave dim problem

I have two contributions you might be interested in,

 

http://addons.oscommerce.com/info/6505

or

http://addons.oscommerce.com/info/6855

 

Nic

 

And Welcome to you too from Down Under, Nic. Thanks so much for your assistance. I'm a total greenie at this, so I'll pass this info on to my webbie and let him fix it for me.

 

cheers again

 

dave

Archived

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

×
×
  • Create New...