astein Posted October 4, 2006 Posted October 4, 2006 I'd like to eliminate the copy that appears on the right side of the product, and use that space for an additional image of the same product. I have not seen anything like this in the contributions. Does anyone know how to do this? Thanks, Lee
djmonkey1 Posted October 4, 2006 Posted October 4, 2006 To get rid of the Date available/date added information find and delete this code from catalog/product_info.php: <?php } if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) { ?> <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 } ?> To have multiple images of each product check out these contributions: http://www.oscommerce.com/community/contri...l/search,images http://www.oscommerce.com/community/contri...l/search,images http://www.oscommerce.com/community/contri...l/search,images http://www.oscommerce.com/community/contri...ch,three+images Do, or do not. There is no try. Order Editor 5.0.6 "Ultra Violet" is now available! For support or to post comments, suggestions, etc, please visit the Order Editor support thread.
astein Posted October 4, 2006 Author Posted October 4, 2006 Thanks. I know how to delete the copy there, and i'm aware of the image contributions. What i need to know is if it's possible to use that blank space (once i've deleted the copy) to add an image. The other image contributions only add images below the original image...not to the right in that space. Thanks, Lee To get rid of the Date available/date added information find and delete this code from catalog/product_info.php:<?php } if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) { ?> <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 } ?> To have multiple images of each product check out these contributions: http://www.oscommerce.com/community/contri...l/search,images http://www.oscommerce.com/community/contri...l/search,images http://www.oscommerce.com/community/contri...l/search,images http://www.oscommerce.com/community/contri...ch,three+images
bill110 Posted October 4, 2006 Posted October 4, 2006 Thanks. I know how to delete the copy there, and i'm aware of the image contributions. What i need to know is if it's possible to use that blank space (once i've deleted the copy) to add an image. The other image contributions only add images below the original image...not to the right in that space. Thanks, Lee when you enter the product description you can use HTML in the description to set that part up to look however you want. that way if you place an image in the code it will be to the LEFT of the other image. Doing this in combination with the previous post might get the results you are looking for My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Recommended Posts
Archived
This topic is now archived and is closed to further replies.