Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Connected Prdoucts


metalice

Recommended Posts

hi,

 

is there a way when, someone enter a product page he will also see in this page 2 or more images of products that are related to him? like a family/set.

and i would like to delete the sentence "added to are catalog in {date}" , its in every item, there is a way to del it?

 

i added a screenshot so it will be more clear.

http://picasaweb.google.com/matanschatzman/UntitledAlbum#5521139323566987106

 

Thanks!!!

 

Matan

Link to comment
Share on other sites

Yes there are a couple of add ons that do this, one is products x sell and the other is also consider, you can get both from the addons section,

Your second question ..

open your file products_info.php and find around line 197

 

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

 

and change it to

 

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

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...