Hi, I need to create a menu item that redirects to index.php?option=com_emerald&view=empayment
Ideally it should allow me to chose one plan to pay or show all.
I need to do this because I need to be able to assign modules to that page, based on the plan selected.
For example:
If the user goes to index.php?option=com_emerald&view=empayment$sid=1, it should show certain banner that I can set up via de module manager and assign it to that menu item.
Also if I have a couple menus like these:
Pay for your subscriptions (shown only for standard registered users, based on ACL)
Plan 1 (menu alias: plan1)
Plan 2 (menu alias: plan2)
Pay for your subscriptions (show only for premium registered users, based on ACL)
Plan 1 (menu alias: plan1-premium)
Plan 2 (menu alias: plan2-premium)
I would like to show a module only for menu item plan1 which would be index.php?option=com_emerald&view=empayment$sid=1
and I would also like to show a different module for menu item plan1-premium, which would also take the user to index.php?option=com_emerald&view=empayment$sid=1
So I'm thinking this can be done with Joomla functionality. What I'd need Emerald to do is to let me create a menu item directly to the payment page in order to do this.
Thank you!
Hi, I need to create a menu item that redirects to index.php?option=com_emerald&view=empayment Ideally it should allow me to chose one plan to pay or show all.
I need to do this because I need to be able to assign modules to that page, based on the plan selected.
For example: If the user goes to index.php?option=com_emerald&view=empayment$sid=1, it should show certain banner that I can set up via de module manager and assign it to that menu item.
Also if I have a couple menus like these:
Pay for your subscriptions (shown only for standard registered users, based on ACL)
Pay for your subscriptions (show only for premium registered users, based on ACL)
I would like to show a module only for menu item plan1 which would be index.php?option=com_emerald&view=empayment$sid=1 and I would also like to show a different module for menu item plan1-premium, which would also take the user to index.php?option=com_emerald&view=empayment$sid=1
So I'm thinking this can be done with Joomla functionality. What I'd need Emerald to do is to let me create a menu item directly to the payment page in order to do this.
Thank you!