- Posts: 7
- Thank you received: 0
Remove Price from Sign Up Button - Membership Pro
- Charlene
- Topic Author
- Offline
- New Member
-
Less
More
10 years 11 months ago #44988
by Charlene
Remove Price from Sign Up Button - Membership Pro was created by Charlene
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 11 months ago #44990
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Remove Price from Sign Up Button - Membership Pro
You can follow the instruction below :
1. Open the file components/com_osmembership/views/common/columns_plans.php
2. Find the code below :
3. Change it to :
Tuan
1. Open the file components/com_osmembership/views/common/columns_plans.php
2. Find the code below :
Code:
echo JText::_('OSM_SIGNUP').' ('.OSMembershipHelper::formatCurrency($item->price, $config).')';
3. Change it to :
Code:
echo JText::_('OSM_SIGNUP');
Tuan
Please Log in or Create an account to join the conversation.
- Scott Webb
- Offline
- New Member
-
Less
More
- Posts: 19
- Thank you received: 0
10 years 7 months ago #49407
by Scott Webb
Replied by Scott Webb on topic Remove Price from Sign Up Button - Membership Pro
Where do you go to remove or change the words "Subscription Plans" in this example?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
10 years 7 months ago #49459
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Remove Price from Sign Up Button - Membership Pro
Hi Scott
Go to Membership Pro -> Translation, you will see the text and can change it to meet your need
Regards,
Tuan
Go to Membership Pro -> Translation, you will see the text and can change it to meet your need
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.