Please Log in or Create an account to join the conversation.
Ntelos wrote: Hello there,
I use joomla 3.x.x (latest version) and cb 1.9.1.
Inside configuration i have Registration tab 'Require Admin Approval' and 'Require Email Confirmation' set to No and No.
I use virtuemart for the user registration, so user is automatically registered. But after he places his order if he goes to see his profile, he sees permissions message. Then i saw that when someone registers through virtuemart, then i can see him inside community builder but he is not confirmed or approved.
How i can automatically approve and confirm user after this?
I tried to create action through cb actions like this:
onAfterUserRegistration
UPDATEÂ `#__comprofiler` SET `approved`= '1' WHERE `user_id` = '[user_id]'
I tried also with zero value at approved and no chance at all! Any help here?
THank you in advance
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ntelos wrote: Generally when someone adds product to cart, he goes to the checkout page where he/she has to register and due registration he has to put some fields that automatically are transferred to the final checkout page.
This is the default virtuemart procedure.
But, ok. I thought that company has to confirm order in order to be valid, so the handler of joomla, when he confirms the order he can manually activate the user inside community builder.
But, now i saw that when i made a test i see inside cb users that new user is not Confirmed or approved. I as administrator, cannot click the confirmed button and when i try to click on approved nothing happens.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Ntelos wrote: I think it uses Joomla's registration but in combination with fields from shopper groups of virtuemart.
What about the issue that i cannot manually approve or confirm a registered user?
Please Log in or Create an account to join the conversation.