Display Pricing Table Layout in Article

More
8 years 3 months ago - 8 years 3 months ago #75143 by Vinny Hebert
Replied by Vinny Hebert on topic Display Pricing Table Layout in Article
You use:
{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.

You can find more details on the documentation: membershipprodoc.joomservices.com/frontend-items/menu-options
Last edit: 8 years 3 months ago by Vinny Hebert.

Please Log in or Create an account to join the conversation.

More
8 years 3 months ago #75144 by Vinny Hebert
Replied by Vinny Hebert on topic Display Pricing Table Layout in Article
Anyway you can make the plugin code use a selector to change the format on a per-use basis and fall back on the plugin default settings if the selector isn't used?

i.e.
{membershipplans ids="cat-3"|table}
{membershipplans ids="3"|columns}
{membershipplans ids="3,4,5"|default}

Please Log in or Create an account to join the conversation.

More
8 years 3 months ago #75248 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Display Pricing Table Layout in Article
Hi Vinny

I might work on it in the future. For now, I need to focus on some more important changes and finish version 2.2.0 first

Tuan

Please Log in or Create an account to join the conversation.