All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Using low variables wygwam to display custom text in emails

Malacai 5 Apr 2017 14:31 question, complete

Hello!

I have a low variable as wygwam field.
I need to pass this wygwam field into email (exp:resso store order templates)

This wygwam field contains text and images with links.

I have tried placing these tags inside email templates:

1. {exp:low_variables:single var="my_var"}
2. {exp:low_variables:pair var="my_var"}{/exp:low_variables:pair}
3. {exp:low_variables:parse var="my_var"}

4. {exp:low_variables:pair}{my_var}{/exp:low_variables:pair}
5. {my_var}

Tried this with and without early parsing checkbox checked.

Case 1-3
Images are sent, but when i click on the links, urls look like this:
https://domain.com/?URL=https%3A%2F%2...

and i get the message:
To proceed to the URL you have requested, click the link below:
....

Case 4-5, my images dont get displayed in email, but links are ok, just regular links.

Is there a way for me to actualy have the images shown (like in case 1-3), and links to be just regular links without this 'redirect' (like in case 4-5)?

Thanks!

Replies

  1. Low 5 Apr 2017 14:40

    The preferred method would be #1.

    But you should ask Wygwam's devs if it's not parsing the way it should. LV merely serves as an API, passing through the data that Wygwam then parses.