• Resolved dvalck

    (@dvalck)


    Hi,

    Currently I am configuring emails and use the shortcode [yaymail_order_number]
    Received emails show the order number with a hyperlink with a url to the original order in wordpress.
    I’d rather like to have this link disabled or removed. Is there a way to do so?

    Tried in custom css the following which has no effect:
    .element-text-content span[data-shordcode=”yaymail_order_number”] a {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    }

    Thanks in advance
    DV

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Bruce

    (@ninjateamwp)

    Hi @dvalck ,

    Thanks for coming here today.

    In the General settings, you can toggle this OFF:
    https://drive.google.com/file/d/1Dhm41t-kZoXTuSLGyFb6wc6Ka3ibgP9s/view?usp=drivesdk

    Hope that helps.

    Regards.

    Thread Starter dvalck

    (@dvalck)

    Hi,
    Thanks for your swift reply.

    According your documents: “This toggle allows you to display Product Hyperlinks in the Item table” and this works.
    However, I use the shortcode [yaymail_order_number] in the text and that particular shortcode has a hyperlink embedded in certain type of emails.
    It now seems that this is driven by Woocommerce.
    The hyperlink does not occur in ‘Completed order’ emails to clients, so that is fine.
    In “New order” email to administrators there is this hyperlink so that is OK.

    So all is fine and remains me to thank you.

    With regards,
    DV

    Plugin Support Bruce

    (@ninjateamwp)

    Hi @dvalck ,

    I am glad to know you figured this out somehow now.

    But do not hesitate to reach us again if you need anything else at all.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.