Question: How can I show plans page in front end?
Answer:
Create a new menu item and point it to Simsu Plans view. You can also create a link to your plans page using the following url;
index.php?option=com_simsu&view=plans
If you want to show only one plan, then use the following link:
index.php?option=com_simsu&view=plans&plan_csl=1
here 1 is the plan id. You can write whatever plan id here.
If you want to show only selected plans using a link in front end, the link is as follows:
index.php?option=com_simsu&view=plans&plan_csl=1,3,8
Above link will show 3 plans having plan ids 1,3 and 8.