Hello Nicolas
Here is Mark´s response:
I think you should be looking at the triggers within Hikashop when a person purchases something. Assigning a user into an EasySocial group is pretty simple
Which also makes me wonder if Hika Serial is maybe over kill.
I do see references to Triggers in the Hikashop documentation.
And here is the code he is suggesting:
$group = ES::group($groupId);
$group->createMember($user->id, true);
a) Thus I am wondering what is the complimentary code I would need at the Hikashop end.
I am guessing something like "on order confirmation then move on and run the Stackideas code"
b) Is there a simpler way of getting this to work than writing a plugin maybe within the standard HikaShop installation?
thanks
Paul