By RRobert on Friday, 26 April 2019
Posted in General Issues
Replies 1
Likes 0
Views 556
Votes 0
Hi there i've some question and 1 remark about pp lang file :

1 . the remark : i've noticed the i string went two times in : com_payplans.ini
COM_PP_PLAN_TIME_EXPIRATION_DESC="If it is an recurring + trial subscription then this time will be applicable for regular recurring cycle."
COM_PP_PLAN_TIME_EXPIRATION_DESC="Set the time after which Plan will be Expired. If, nothing is set then, it will be treated as forever plan"
so which line is the good?

2 . Can you tell me more about this string (on invoice) : "Unutilized Tax Adjustment of previous subscription"
does it mean that users could be refunded for a previous tax that they have paid previously when they make an upgrade?

Regards
Hey RRobert,

1 . the remark : i've noticed the i string went two times in : com_payplans.ini
COM_PP_PLAN_TIME_EXPIRATION_DESC="If it is an recurring + trial subscription then this time will be applicable for regular recurring cycle."
COM_PP_PLAN_TIME_EXPIRATION_DESC="Set the time after which Plan will be Expired. If, nothing is set then, it will be treated as forever plan"
so which line is the good?

You are right, this string showing 2 times in language file. I'll log this into our issue tracker.
the correct one string is
[gist type="php"]
COM_PP_PLAN_TIME_EXPIRATION_DESC="Set the time after which Plan will be Expired. If, nothing is set then, it will be treated as forever plan"
[/gist]

2 . Can you tell me more about this string (on invoice) : "Unutilized Tax Adjustment of previous subscription"
does it mean that users could be refunded for a previous tax that they have paid previously when they make an upgrade?

No, it doesn't mean that previously paid tax amount will be refunded. If you are using any additional Plan Addon along with plan and those are also taxable , in that case that un-utilized tax amount will be adjusted in upgraded subscription.

Let me know if you have any query or correct me if i misunderstood.

Thank you for understanding !
·
Friday, 26 April 2019 18:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post