As you can see from the screenshot https://nimb.ws/qROZir , the bring a friend tab is not visible and the function to invite the friend is missing.
And then you see the html code
How can I do?
[Prestashop] Problem with bring a friend
- That is just the intro text. You can fix it by updating filepublic_html/modules/aworewards/views/17/invitation.tpl, line 35 from
<div>{$row->desc|escape:'quotes'}</div>
to<div>{$row->desc nofilter}</div>
And for the actual invitation, go to aworewards > invitation page and add a new type - I tried to send an email to a friend to register but it gives an error https://nimb.ws/NmGWDJ
- There was an issue with emailing in both AwoCoupon and AwoRewards, it is now fixed.