Hi All,
Had difficulty with the product image size the product carousel only with the featured and new products. But by copying the code from the Best Seller Section in the tpl.index.php file and replacing the section marked in RED in the Featured and New product Section, it worked and all images are sized neatly.
<!--BOF Best Sellers Items-->
<div id="tabBestSellersContent" class="tabContent">
<!-- slider container -->
<ul class="productSlideInner">
<?php
$specialSlide = getProductsSlide("top", $_SESSION["languages_id"]);
foreach($specialSlide as $product) {
?>
<li class="slide">
<div class="prod_image">
<a class="slideProductImage" href="<?php echo zen_href_link(FILENAME_PRODUCT_INFO, "products_id=" . $product["products_id"]);?>">
<?php echo zen_image(DIR_WS_IMAGES . $product["products_image"], $product["products_name"], 124, 124)?>
</a>
maybe just me had this issue.
Bookmarks