• Resolved onesiefloor

    (@onesiefloor)


    Hi guys,

    I used to create a hyperlink in emails for subscribed products but it does not seem to work anymore. Code used:
    [product_title]

    The outcome is rendered like this:
    Some product name

    Any way to get this working so I can measure the conversion from your plugin?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter onesiefloor

    (@onesiefloor)

    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 5 years, 1 month ago by onesiefloor.
    Plugin Author CodeWooGeek

    (@codewoogeek)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hyperlink to product in e-mail’ is closed to new replies.