Post by Jassim1 » Wed Jun 30, 2021 5:12 pm

Hi,
I was willing to edit reward points mail's twig. \admin\view\template\mail\reward.twig
Bold the {{ text_received }} for example https://speedtest.vet/ https://vidmate.bid/
In cased like order_add.twig it is possible with a simple html code, but not in case of rewards mails.
Why is that ?
Can I somehow edit it?
Thank you for any idea.
Last edited by Jassim1 on Thu Jul 01, 2021 6:24 pm, edited 1 time in total.

New member

Posts

Joined
Thu Jan 16, 2020 4:55 pm

Post by DigitCart » Wed Jun 30, 2021 6:32 pm

Hi

It is because in the controller file setText method is used:
admin\controller\mail\reward.php

Code: Select all

$mail->setText($this->load->view('mail/reward', $data));
To accept Html, you should change it to setHtml (using modification or event system):

Code: Select all

$mail->setHtml($this->load->view('mail/reward', $data));

My Extensions


User avatar
Active Member

Posts

Joined
Thu Jun 22, 2017 5:32 pm

Who is online

Users browsing this forum: daniil_oc, OSWorX, pprmkr, WaxedPerfection and 482 guests