Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/03.frontend-items/01.menu-options/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ To allow users to see and sign up for your subscription plans, you can use the f

Beside using menu items, you can also display subscription plans to end-users use **Membership Plans** module. Below are the parameters which you can setup when using the module:
1. **Layout**: Select the layout you want to use to display plans from module. There are 3 layouts available: **Default Layout**, **Columns Layout** and **Pricing Table Layout**.
2. **Plan Ids**: Enter Ids of the subscription plans you want to display in the module, command separated. For example, if you want to display two modules with ID = 1 and ID = 3, just enter **1,3** into this parameter. If you leave this parameter empty, all the published plans will be displayed
2. **Plan Ids**: Enter Ids of the subscription plans you want to display in the module, comma separated. For example, if you want to display two modules with ID = 1 and ID = 3, just enter **1,3** into this parameter. If you leave this parameter empty, all the published plans will be displayed.

![Module Parameters](module-params.png)

## Display Subscription Plans in a Joomla article

If you want to display subscription plans in a Joomla aritlc, you can use **Membership Plans content plugin**
If you want to display subscription plans in a Joomla article, you can use **Membership Plans content plugin**

1. Go to **Extensions -> Plugins**, find the plugin **Membership Plans content plugin**, click on it to edit. Choose the layout you want (default, columns or pricing table layout) in **Layout** parameter. Remember to change the Status to **Enabled**, then press Save button in the toolbar
2. Now, edit the article you want to display subscription plans, using the syntax below:
* {membershipplans ids="*"} => it will display all published plans in the article.
* {membershipplans ids="cat-3"} => It will display all subscription plans from the category with ID = 3
* {membershipplans ids="2,4,5"} => It will display all subscription plans with ID = 2, 4, OR 5.

![Membership Plans content plugin](plugin-param.png)
![Membership Plans content plugin](plugin-param.png)