metalice Posted September 26, 2010 Share Posted September 26, 2010 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 More sharing options...
FIMBLE Posted September 26, 2010 Share Posted September 26, 2010 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 More sharing options...
metalice Posted September 27, 2010 Author Share Posted September 27, 2010 tnx !!! Link to comment Share on other sites More sharing options...
metalice Posted September 28, 2010 Author Share Posted September 28, 2010 the products_info.php is in catalog/products_info.php ? or somewhere else? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.