if (($productimagethumbfilepath!='') && ($productimagefilepath!='1')){?>

if ($productimagefilepath!=''){?>
Remove}?>
}?>
if($productmultipleimgpresent == 1){
for($i=0;$i<$rowproductmultiple;$i++)
{ $additinnalimgshow = $productmultiplelist[$i]['imagepath'];
if (file_exists(PRODUCT_IMAGE_PATH.$productmultiplelist[$i]['imagepath']))
{
$additinnalimgshowpath = COMPANY_PRODUCT_DIR.$productmultiplelist[$i]['imagepath'];
}
else if(file_exists(PRODUCT_IMAGE_PATH.'thumb/'.$productmultiplelist[$i]['imagepath']))
{
$additinnalimgshowpath = COMPANY_PRODUCT_DIR.'thumb/'.$productmultiplelist[$i]['imagepath'];
}
else
{
$additinnalimgshowpath = IMAGE_DIR.'photo_not_available.gif';
}
if($additinnalimgshow != '1'){?>
} }
} ?>