Forum


Calc Builder Support

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

Bug or Future? 03.11.2013 15:41

After pressing the calculate button:

The content of the email send to is only the content of the print pref. But without the (Include Form input) and (Include Result) content

The PDF include all information with the same settings.

Re: Bug or Future? 04.11.2013 12:55

Hi,
its a bug regarding the send email typed by user, not happening with 'send form results to' automatic email. It's now solved and included for next release, in the meantime you can apply this path to have it working on current version:
backup and edit

joomla\components\com_calcbuilder\models\calcbuilder.php

//line 638
function getEnvio(){
$calc=$this->getCalculoWrapper(false);
$mail_content="";


/* YOU CAN COMMENT OUT THIS SECTION
$mail_content=$calc['solution']->precalcprint;
$mail_content.=$calc['code'];
$mail_content.=$calc['solution']->poscalcprint;*/


//ADD THIS LINE
$mail_content=$calc['external_content'];
//END PATCH
return $this->getEnvioWrapper(trim(MSHelper::__requestGetVarWrapper('email')),$mail_content,$calc['solution']->mail_subject);
}


Regards
Moonsoft Team
www.moonsoft.es

Re: Bug or Future? 04.11.2013 15:12

line 1277
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