Hello,
I have no dropdown box in the form.
The customer logs in with a code and is registered.
The codes are previously stored in a table and assigned to categories
for Ex.
CODE-ABC | KAT10
CODE-XYZ | KAT10
CODE-CCC | KAT10
CODE-DEF | KAT20
CODE-GHJ | KAT30
The user logs in with a code and is redirected to a specific product page in a specific product category.
In the setup area the table with the codes is loaded with "Read Data".
In the submit area I have a "switch action" before the "Save User" action
Values setup
Kat10:[10]
Kat20:[20]
Kat30:[30]
Kat50:[50]
in "Save User" with Groups ids provider: {value:[]} and with Data override:
{value:[10]}
{value:[20]}
{value:[30]}
{value:[50]}
the redirect action
Event: switch25
Redirect URL: {url:index.php}
URL Parameters:
10=/10-eur
20=/20-eur
30=/30-eur
50=/50-eur
The user is registered in Joomla but not the Groups ID stored in the table.
Therefore, it will not be redirected to its category page after login (for example, index.php/10-eur).
Enclosed a screen from the setup. I think my event actions are wrong?
Best regards
F.
Screen
I have no dropdown box in the form.
The customer logs in with a code and is registered.
The codes are previously stored in a table and assigned to categories
for Ex.
CODE-ABC | KAT10
CODE-XYZ | KAT10
CODE-CCC | KAT10
CODE-DEF | KAT20
CODE-GHJ | KAT30
The user logs in with a code and is redirected to a specific product page in a specific product category.
In the setup area the table with the codes is loaded with "Read Data".
In the submit area I have a "switch action" before the "Save User" action
Values setup
Kat10:[10]
Kat20:[20]
Kat30:[30]
Kat50:[50]
in "Save User" with Groups ids provider: {value:[]} and with Data override:
{value:[10]}
{value:[20]}
{value:[30]}
{value:[50]}
the redirect action
Event: switch25
Redirect URL: {url:index.php}
URL Parameters:
10=/10-eur
20=/20-eur
30=/30-eur
50=/50-eur
The user is registered in Joomla but not the Groups ID stored in the table.
Therefore, it will not be redirected to its category page after login (for example, index.php/10-eur).
Enclosed a screen from the setup. I think my event actions are wrong?
Best regards
F.
Screen