Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

This product was added to our catalog...


astein

Recommended Posts

Posted

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

Posted

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.

Posted

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

Posted
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

Archived

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

×
×
  • Create New...