Re: inventory images
before i play arround with the code would this be good?only thing i can think of..
echo (empty($row[avail].Visible = 0)? "<img src="../x.jpg" />": "<img src="/check.jpg" />");
or
{
if (row[0] ==0 "")
{
<img src="../x.jpg" />;
}
else
{
<img src="../check.jpg" />
}
}
by the way where are these files?i think i found one in skin1_original/main/products.tpl
__________________
X-Cart version 4.4.3
|