How to list the benefits of each membership category

  • David Gough
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 6 months ago #118550 by David Gough
Hi

Looking at Membership Options module display , how do I add the benefits of each membership category in each of the columns?

I have searched through the documentation, but it's not clear where to do this and what needs to be done to display like the example.

Regards, David

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

More
6 years 6 months ago #118553 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to list the benefits of each membership category
Hi David

You will have to enter HTML code with following structure:
Code:
<ul> <li class="plan-feature">1 GB RAM</li> <li class="plan-feature">25 GB HD</li> <li class="plan-feature">2 GHz Speed</li> <li class="plan-feature">Unlimited upload</li> <li class="plan-feature">Unlimited download</li> <li class="plan-feature">24h</li> </ul>

As you can see, each feature/benefit is a li task, with class="plan-feature". Please try to configure it and let us know if it works

Tuan

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

  • David Gough
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 6 months ago #118558 by David Gough
Thanks for that - where do I add the HTML?

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

More
6 years 6 months ago #118559 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to list the benefits of each membership category
You can go to Membership Pro -> Subscription Plans, click on the plan to edit, look at Short Description setting of the plan and enter HTML code (You will need to use code mode of the editor to be able to enter the code)

For example, if you use Joomla core Tiny MCE editor, click on Tools -> Source Code (see this screenshot for more details drive.google.com/file/d/1THu_UcbPeNlLN1F...-6/view?usp=drivesdk )

Tuan

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

  • David Gough
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
6 years 6 months ago #118560 by David Gough
Brilliant !!!

Thanks again :-)

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

More
6 years 6 months ago #118568 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic How to list the benefits of each membership category
You're welcome. Please continue setting up the extension. If you have other questions or need help, please don't hesitate to ask

Regards,

Tuan

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