- Posts: 4
- Thank you received: 0
SOLVED !!! Text "Online Donation" needs to change
- Sam Austrin-Miner
- Topic Author
- Offline
- New Member
Less
More
7 years 6 months ago - 7 years 6 months ago #99193
by Sam Austrin-Miner
SOLVED !!! Text "Online Donation" needs to change was created by Sam Austrin-Miner
When the system goes to paypal the text in PayPal window says "Online Donation" Is it possible to change this to something more relevant like the campaign name?
Please see the attachment sample...
Please see the attachment sample...
Last edit: 7 years 6 months ago by Mr. Dam.
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Offline
- Administrator
Less
More
- Posts: 12826
- Thank you received: 1660
7 years 6 months ago #99194
by Mr. Dam
Replied by Mr. Dam on topic PayPal Text "Online Donation" needs to change
Hi Sam,
You can go to Back-end > Joom Donation > Translation tool and filter the language constant: JD_ONLINE_DONATION and change the text "Online Donation" by other words.
Good luck
Dam
You can go to Back-end > Joom Donation > Translation tool and filter the language constant: JD_ONLINE_DONATION and change the text "Online Donation" by other words.
Good luck
Dam
Please Log in or Create an account to join the conversation.
- Sam Austrin-Miner
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
7 years 6 months ago #99195
by Sam Austrin-Miner
Replied by Sam Austrin-Miner on topic PayPal Text "Online Donation" needs to change
When I click on the Translation button I get the following error:
Too few arguments to function DonationModelLanguage::getPagination(), 4 passed in /home/vinniesa/public_html/administrator/components/com_jdonation/view/language/html.php on line 25 and exactly 5 expected
Too few arguments to function DonationModelLanguage::getPagination(), 4 passed in /home/vinniesa/public_html/administrator/components/com_jdonation/view/language/html.php on line 25 and exactly 5 expected
Please Log in or Create an account to join the conversation.
- Mr. Dam
- Offline
- Administrator
Less
More
- Posts: 12826
- Thank you received: 1660
7 years 6 months ago #99196
by Mr. Dam
Replied by Mr. Dam on topic PayPal Text "Online Donation" needs to change
Hi,
The issue can be solved by following these steps
1. Open file:
and change to
Good luck
Dam
The issue can be solved by following these steps
1. Open file:
2. Find:root > administrator > components > com_jdonation > view > language > html.php
Code:
$pagNav = $model->getPagination($state->filter_item, $search, $limitstart, $limit);
Code:
$pagNav = $model->getPagination($state->filter_item, $search, $limitstart, $limit, 0);
Dam
The following user(s) said Thank You: Sam Austrin-Miner
Please Log in or Create an account to join the conversation.
- Sam Austrin-Miner
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
- Thank you received: 0
7 years 6 months ago #99200
by Sam Austrin-Miner
Replied by Sam Austrin-Miner on topic PayPal Text "Online Donation" needs to change
Many thanks, this worked perfectly...
Please Log in or Create an account to join the conversation.
- Joomla!NL
- Offline
- New Member
Less
More
- Posts: 16
- Thank you received: 1
7 years 5 months ago #100179
by Joomla!NL
Replied by Joomla!NL on topic SOLVED !!! Text "Online Donation" needs to change
It works, but I suppose it wil be changed in next release?
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2024 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.