diff --git a/pages/03.frontend-items/01.menu-options/docs.md b/pages/03.frontend-items/01.menu-options/docs.md index 57dbfa9..da2acab 100644 --- a/pages/03.frontend-items/01.menu-options/docs.md +++ b/pages/03.frontend-items/01.menu-options/docs.md @@ -22,13 +22,13 @@ 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: @@ -36,4 +36,4 @@ If you want to display subscription plans in a Joomla aritlc, you can use **Memb * {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) \ No newline at end of file +![Membership Plans content plugin](plugin-param.png)