-- HikaShop version -- : Hikashop Business 2.2.3
-- Joomla version -- : 3.2.1
-- PHP version -- : 5.5
When a user registers and pays for membership, they are put into Paid group after purchase. So now they are part of the Registered and Paid group. Prior to updating my Joomla to 3.2.1, this was working fine. Now when a user registers, then pays for the membership they are put into the Paid group and the Public group. So now they are in the Registered, Pubic and Paid group.
Running a check and setting up a dummy user, the user is put into the Register group after they register, then when they pay and the payment is confirmed they are then put into the Paid and Public group. On the product page I have verified that the Paid group is the only one checked for the User Group After Purchase and Public is not checked.
How can I prevent the user from being put into the Public group?
Thank you for the help.