By Adriano on Wednesday, 16 January 2019
Posted in General Issues
Replies 7
Likes 0
Views 485
Votes 0
Hello!

I'm very excited to upgrade to Payplans, but I need to ask some questions before doing this:

1- I have small customizations (you did for me), but they are very important, how can I keep them?

2- If I upgrade to a test site (main site copy), can I import the new users and signatures?

3- Is it possible to create the Pagseguro and NET application? In Brazil they are very well known and used.

4- If I resolve to update the payment plans directly on the main site, what current settings can I lose?

I installed it on the test site and it really looks great! I will configure with a paypal account to test and then I will do the PT BR translations.

Thanks again =)
Hey Adriano,

1. Could you tell me for which customization you are talking about ?

2. Currently import user functionality not available in payplans, if you are using same database on main site then can.

3. YEs, it's possible, you can update us with sandbox merchant account of these payment providers, so we will add back into pp4.

4. Can you explain in details what do you mean exactly , so i can assist you better.

Update us.
·
Thursday, 17 January 2019 11:29
·
0 Likes
·
0 Votes
·
0 Comments
·
1. Could you tell me for which customization you are talking about ?


I need to display the information of which plan is needed to access a particular content. In version 4.0, it continued to display the information I need, but is in an inadequate way, where the link of each necessary plan is displayed in a row. I need to display everything in a single line.

Looking at my posts here in the forum, I saw an answer where it said to do as follows:

==========================

In order to achieve this, you have to modify this file JoomlaFolder/plugins/payplans/contentacl/contentacl/app/contentacl/contentacl.php

Find this code (you can take a look of my attached screenshot below) :

foreach ($allPlanLinks as $link) {
$tmp = '<strong>' . XiText::_('COM_PAYPLANS_CONTENTACL_SUBSCRIBE_PLAN') . '</strong> ( ' . $link . ' )';
$links .= ($links) ? '<br />' . $tmp : $tmp;
}



Then replace to :

$links = implode(', ', $allPlanLinks);
$links = '<strong>' . XiText::_('COM_PAYPLANS_CONTENTACL_SUBSCRIBE_PLAN') . '</strong> ( ' . $links . ' )';



But I did not find that part of the code in the file quoted.

Could you please tell me where to change?

Thank you!
·
Friday, 18 January 2019 23:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Adriano,

I am really sorry for delayed response due to weekend and public holiday.

You can find this file on below mentioned path in PP4.
root/plugins/payplans/contentacl/app/helper.php

Let me know if you have any query.
·
Tuesday, 22 January 2019 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, Manisha!

did not find this file ... check out my video. Is something missing to install?

Thank you =)
·
Tuesday, 22 January 2019 19:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Adriano,

Sorry for wrong path, i thought you are talking about PP4.
The correct path is : JoomlaFolder/plugins/payplans/contentacl/contentacl/app/contentacl/contentacl.php

If you still face any difficulty then share ftp details of your site , so i'll check this.

Thank you for understanding !
·
Wednesday, 23 January 2019 10:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Manisha!

I'm sorry, I was actually referring to PP4, but I was going in the wrong folder. Now I found the file in PP4, but the code I mentioned above had no effect. Does not work in this version of PP?

Thank you =)
·
Thursday, 24 January 2019 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Adriano,

Can you share your site backend and ftp details.
I'll check the changes you made on site.

Thank you for understanding !
·
Friday, 25 January 2019 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post