[Prestashop] Problem with bring a friend


  • Default avatar
    riga75    
     3 years ago  last edited 3 years ago
    0

    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?
  • Your avatar
    seyi    
     3 years ago  last edited 3 years ago
    0

    That is just  the intro text.  You can fix it by updating file
     public_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
  • Default avatar
    riga75    
     3 years ago
    0

    I tried to send an email to a friend to register but it gives an error https://nimb.ws/NmGWDJ
  • Your avatar
    seyi    
     3 years ago
    0

    There was an issue with emailing in both AwoCoupon and AwoRewards, it is now fixed.