Remove Price from Sign Up Button - Membership Pro

  • Charlene
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 11 months ago #44988 by Charlene
Hello,

I would like to remove the cost of the membership from the button displayed on the memberships columns overview page (Please see image attached)



Is there anyway of doing this?

Kind Regards
Attachments:

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

More
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 :
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.

More
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.

More
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

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