Please or Register to create posts and topics.

Do you have support for WooCommerce hooks per product?

I have two membership products.  I would like each membership to add the user to a unique group on my forums.  Does the woocommerce integration product support that or would that be custom.  If custom what is the path for hooking that?

Hello @gmac

There is currently no integration for WooCommerce available. However, if you have coding-experience you can use the WooCommerce-hooks and call the following function inside of them:

AsgarosForumUserGroups::insertUserGroupsOfUsers($user_id, $array_of_usergroup_ids);

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!