Thread: Variant Image
View Single Post
  #4  
Old 12-25-2008, 05:50 AM
  JWait's Avatar 
JWait JWait is offline
 

X-Man
  
Join Date: Nov 2005
Location: California
Posts: 2,440
 

Default Re: Variant Image

Have you tried adding a check to see if the is a variant image to the template? something like..
Code:
{foreach name=variants from=$variants item=var} <td width="160"> {if $var.image_url ne ""} <img src="{$var.image_url}" width="200" height="200"> <br /> {/if} {foreach from=$var.options item=o} {$o.option_name} {/foreach}

Just a thoughy, I haven't checked it.
__________________
Two Separate X-Cart Stores
Version 4.4.4 Gold - X-AOM - Vivid Dreams Aquamarine (modified) - Linux
Mods - Newest Products - View All -, and a few others. Numerous upgrades from 4.0.x series.
Integrated with Stone Edge Order Manager + POS

Version 4.1.12 Gold (fresh install) - X-AOM - Linux
Mods - XCSEO free
Reply With Quote