• Resolved CSY

    (@csyecommerce)


    Hi,
    Is there a method to add a users subscribe data to to user meta or order meta?
    I basically want to add this meta to an order to say whether the customer has subscribed or not. So would show true/false or yes/no.
    If it was in user meta I could add it to order or if it could be directly added to order method either would work.

    Currently it looks to be stored as a cookie

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support khungate

    (@khungate)

    Hi @csyecommerce, thanks for reaching out. Great question, we actually do store this as meta at the order detail level. If mailchimp_woocommerce_is_subscribed is equal to 1 that means a customer opted in at checkout. If not, it would be set to 0.

    You’ll find this information the Custom Fields (usually below the order details); you may have to enable that view in the “Screen Options” of the WooCommerce order admin: https://a.cl.ly/llu60mbg

    Let us know if you have any follow-up questions.

    Thread Starter CSY

    (@csyecommerce)

    Hi, sorry for the delay in getting back.

    Yes, I can see that meta is captured when the subscribe at checkout is used but what about an historic customer is that stored anywhere? Customers may have subscribed via another form or in accounts tab.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add subscribe data to user/order meta’ is closed to new replies.