1
Template Support / Re: Problem with Mustache
« on: November 27, 2020, 06:19:40 AM »
is everything okay now?
public function onModelAccountCustomer_ValidateData()
{
$that = &$this->baseObject;
if (isset($that->error['postcode'])) {
unset($that->error['postcode']);
}
}
$mail->setTemplate('storefront_contact_us_mail', $this->data['mail_template_data']);
add this code: df($this->data['mail_template_data']);
and try to send contact us form.