View Single Post
  #106  
Old 01-29-2008, 11:53 AM
  scottmotte's Avatar 
scottmotte scottmotte is offline
 

Advanced Member
  
Join Date: Oct 2007
Posts: 41
 

Default Re: Dynamic Images for X-Cart version 4.1.x

Quote:
Originally Posted by samz724
Just installed the mod, looks great! Having a problem with thumbnail pictures and variant pictures..

When I upload a thumbnail picture, it does not show in the product listing. It will show a "no image" image.

When I upload variant images, it will show under the product image but will not show anything when selecting different options(variants) from the drop-down box.

Please help! Thanks a lot!!!

I am having the same issue w/ thumbnails for the upselling side. The no_image thumb keeps showing.

The issue seems related to the following code in: skin1/modules/Upselling_Products/related_products.tpl

Code:
{if $product_links ne ""} {include file="modules/Recommended_Products/recommends.tpl" recommends=$product_links} {else} {include file="modules/Recommended_Products/recommends.tpl"} {/if}

$product_links becomes $recommends for the included page, but the problem is that $product_links does not seem to pass along the .tmbn_url value to $recommends[num].tmbn_url. The value is nil as far as I can tell, and that seems to be why the no_image shows up. However, I am unsure how to pass tmbn_url into here.

Any thoughts? Here's an example page: http://209.62.127.236/product.php?productid=16346&cat=0&page=1
__________________
x-cart pro 4.1.9
http://allprotools.com
Reply With Quote