• Hello, this plugin works perfect when sending custom order notification. I am using Woocommerce Subscription with 3 subscription products (variable). I would like to include WordPress user id of that particular customer in custom order notification html email. I couldn’t find a short code for this. Can you please help. Thank you.

    https://samplesite.com/wp-admin/user-edit.php?user_id=2&wp_http_referer=%2Fwp-admin%2Fusers.php%3Fupdate%3Dadd%26id%3D2

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter shamsdev

    (@shamsdev)

    Hi, I can create multiple custom emails for each variations with your Pro plugin. It works now. Unfortunately, there was a mistake in my order when I purchase Pro plugin. Mistakenly bought 2 quantities. I already sent a refund request for one. Please proceed with the refund.

    Hi @shamsdev,

    I hope you are well today.

    Since www.remarpro.com restricts us from providing any support for our Pro plugin, could you please contact us through our official website support forum so that we can assist you with the refund issue there?

    Kind regards,
    Moshtafizur

    Thread Starter shamsdev

    (@shamsdev)

    Yes. Submitted a support ticket 23978. Thank you.

    Thread Starter shamsdev

    (@shamsdev)

    Hello, still the refund is not issued. This is not the right.

    Plugin Author Algoritmika

    (@algoritmika)

    Hi @shamsdev,

    As promised, we’ve added a shortcode to get the customer’s profile data, e.g., name. After you update the plugin to the latest v2.1.0, you can get it with the [order_user_data] shortcode, e.g.:

    [order_user_data key="user_login"]
    [order_user_data key="user_nicename"]
    [order_user_data key="user_email"]
    [order_user_data key="display_name"]

    This will return data from the customer’s “Profile”. You can still get the billing data as before:

    [order_func func="get_billing_first_name"]
    [order_func func="get_billing_last_name"]

    P.S. We’ve also added a shorter “user ID” shortcode version:

    [order_user_id]

    instead of:

    [order_func func="get_user_id"]

    Please give it a try and let me know what you think.

    P.P.S. We’ve processed the refund for the duplicated item.

    Thread Starter shamsdev

    (@shamsdev)

    Hi, thank you so much. Is this available in Pro version?.

    • This reply was modified 1 year, 8 months ago by shamsdev.
    Plugin Author Algoritmika

    (@algoritmika)

    Hi @shamsdev,

    Yes, this is available in the Pro v2.1.0 as well.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Include User ID in custom email’ is closed to new replies.