SOLVED !!! Text "Online Donation" needs to change

  • Sam Austrin-Miner
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 10 months ago - 6 years 10 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...
Attachments:
Last edit: 6 years 10 months ago by Mr. Dam.

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

More
6 years 10 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

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

  • Sam Austrin-Miner
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 10 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

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

More
6 years 10 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:

root > administrator > components > com_jdonation > view > language > html.php

2. Find:
Code:
$pagNav = $model->getPagination($state->filter_item, $search, $limitstart, $limit);
and change to
Code:
$pagNav = $model->getPagination($state->filter_item, $search, $limitstart, $limit, 0);
Good luck
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
  • New Member
More
6 years 10 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.

More
6 years 10 months ago #100179 by Joomla!NL
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. DamDũng Nguyễn Việt