Abandoned Cart overwriting template html code

aminech

Active Member
Hello,
I'm trying to use a customized abandoned email, but it looks like the plugin is overwriting my html code.

When I preview the code it looks okay, but once I click save and I check it again it is not the same.

All links are changed to "../"

<p><a href="https://example.com">Visit Store</a> | <a href="https://example.com/contact-us/">Contact Us</a></p>
is changed to:
<p><a href="../">Visit Store</a> | <a href="../contact-us/">Contact Us</a></p>

The images are removed too, scr="https://example.com/logo.png" is deleted when I save the template.
 

Attachments

  • Capture.PNG
    Capture.PNG
    3.3 KB · Views: 12
  • Capture2.PNG
    Capture2.PNG
    3.6 KB · Views: 10
E

Ekaterina Sayapina

Guest
Hello,
I'm trying to use a customized abandoned email, but it looks like the plugin is overwriting my html code.

When I preview the code it looks okay, but once I click save and I check it again it is not the same.

All links are changed to "../"

<p><a href="https://example.com">Visit Store</a> | <a href="https://example.com/contact-us/">Contact Us</a></p>
is changed to:
<p><a href="../">Visit Store</a> | <a href="../contact-us/">Contact Us</a></p>

The images are removed too, scr="https://example.com/logo.png" is deleted when I save the template.
The issue has already been fixed. The add-on update will be rolled out this week. Thank you!
 
Top