Wasn’t aware that HTML code would be rendered here 🙂
Here it is again:
a href=”[product_url]?utm_source=notify&utm_medium=email&utm_campaign=notify” title=”bekijk je product”>[product_title] a
Rendered as:
a title=”bekijk je product” style=”color:#313131;font-weight:normal;text-decoration:underline”>Some product name</a
I have tried:
<a href="{product_link}?utm_source=notify&utm_medium=email&utm_campaign=notify" title="bekijk je product">{product_name}</a>
But this renders like:
<a title="bekijk je product" style="color:#313131;font-weight:normal;text-decoration:underline">{product_name}</a>
I am using V10.9 on the most recent up to date WC and WP installation.
-
This reply was modified 6 years, 6 months ago by
onesiefloor.
Hi there,
May be this will help, try something like this way, remove the utm_* query arg from url(try the below code to see it works)?
<a href="{product_link}">{product_name}</a> at {shopname}.
We’ve tested the above code and seems its works fine without any issue. Regarding utm_* query arguments for url(it will break based on permalink structure) is something we need to bring dynamically as per the permalink structure(we noted this as a feature request).
I think you’re in the wrong place(you’re talking about different plugin?), there is no version from our side saying v10.9? Our latest version is v1.8.5.1.
Please do cross check which plugin are you referring to? We pretty sure we don’t have such plugin which has version 10.9?
Let us know.
Thanks.