dbbooks Posted September 25, 2009 Posted September 25, 2009 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
FIMBLE Posted September 25, 2009 Posted September 25, 2009 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
dbbooks Posted September 25, 2009 Author Posted September 25, 2009 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
multimixer Posted September 25, 2009 Posted September 25, 2009 I have been told we can insert additional_images.php into the new product page. Could you possibly guide us please? Do you want more than one image on product listing? Or on product info? My community profile | Template system for osCommerce - New: Responsive | Feedback channel
dbbooks Posted September 25, 2009 Author Posted September 25, 2009 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
FIMBLE Posted September 25, 2009 Posted September 25, 2009 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 Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
dbbooks Posted September 26, 2009 Author Posted September 26, 2009 Mae croeso Dave dim problemI 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.