-- HikaShop version -- : 2.6.0 business
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.?
-- Browser(s) name and version -- : various
We've got products set-up to add a User group to the customer/user after purchase of a product. (Via Custom Fields, User Group after...)
We need to be able to assign multiple groups (i.e. multi-select)
OR
We need to run some PHP code.
Is it possible to assign multiple groups?
If not, what is the best way to run PHP code to assign groups to the user?
I'm guessing a custom plugin.
However if a custom plugin, which trigger should be use to add the groups to the user AFTER the purchase has been 'confirmed'? [We have a LOT of orders with payment by check that are manually 'confirmed' later. We have to add the groups AFTER the confirmation process.]