• ahikmahin

    (@ahikmahin)


    Hi,

    wondering is it possible – to assign any product under any user then send them notifications when their products seen sold ?

    – Durring adding a product i want to assign that product to any individual use as author

    – when someone buy that product author will get notification

    Is it possible ??

    Thanks

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Coen Jacobs

    (@coenjacobs)

    That is definitely possible, but requires a bit of custom coding.

    Say you will use the author field per product (which you need to add by using the woocommerce_register_post_type_product filter, btw), you will then need to hook into an action like woocommerce_new_order (which passes the order id), check the contents of that order and do the notifications for the order.

Viewing 1 replies (of 1 total)
  • The topic ‘assign to any user and notify them’ is closed to new replies.