Forum


Calc Builder Support

Calc Builder support
Forums
No se permite escribir sin estar logado. Por favor, login

Results with images 23.01.2015 17:01

hi,

can i show two different images for 2 different results?
how can i do?


thanks

Re: Results with images 23.01.2015 19:00

Hi,
yes, there are several ways to achieve this. You can set at your code the image name depending on your results, for example:

if($result>50){

$imagename="image1.png";
}
else{
$imagename="image2.png";

}

so you will have available ##imagename## to print at your html output:


...img src="/imagesfolder/##imagename##"....


If you need more help with this, please open a ticket at helpdesk so we can share code.

Thanks, regards
Moonsoft Team
www.moonsoft.es
Are you satisfied with our products/services/support?
Please help us to keep improving, add a review at  joomla extensions site and  magento connect

Lo que nuestros clientes opinan de nosotros