Colin @ iChoze Internet Solutions
Zen Cart Stuff powered by Zen Cart
http://zen-cart-templates.ichoze.net
Zen Cart 1.3.7
Image Handler2 Version: 2.0
http://heyprettycupcake.com/index.ph...products_id=42
thanx![]()
Colin @ iChoze Internet Solutions
Zen Cart Stuff powered by Zen Cart
http://zen-cart-templates.ichoze.net
From what I can see, the additional images should be showing directly under the main product image. Your source is showing missing tags.
This might be the culprit.![]()
Colin @ iChoze Internet Solutions
Zen Cart Stuff powered by Zen Cart
http://zen-cart-templates.ichoze.net
Anyone know can I get rid of the pop-up window for larger image in product detail, and the link for it, altogether? My images aren't being enlarged enough to make it remotely worthwhile, but rather a nuisance. Any thoughts would be helpful.
vintage movie posters at www.favoritemovieposters.com
tpl_modules_main_product_image.php
make it this:
Code:<?php /** * Module Template * * @package templateSystem * @copyright Copyright 2003-2005 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: tpl_modules_main_product_image.php 3208 2006-03-19 16:48:57Z birdbrain $ */ ?> <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_MAIN_PRODUCT_IMAGE)); ?> <div id="productMainImage" class="centeredContent back"> <?php echo zen_image($products_image_medium, addslashes($products_name), MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT); ?> </div>
Last edited by testuser; 2 Sep 2007 at 08:43 AM.
Colin @ iChoze Internet Solutions
Zen Cart Stuff powered by Zen Cart
http://zen-cart-templates.ichoze.net
Colin @ iChoze Internet Solutions
Zen Cart Stuff powered by Zen Cart
http://zen-cart-templates.ichoze.net
Colin @ iChoze Internet Solutions
Zen Cart Stuff powered by Zen Cart
http://zen-cart-templates.ichoze.net
Bookmarks