By Maude Lavoie on Saturday, 23 March 2019
Posted in General
Likes 0
Views 482
Votes 0
Hi !

How can I add the total of the order in the payment page where I can enter my credit card information (processed by stripe).
I would like my user to see what will be the final amount taken on their credit card.

Thanks !
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

You can modify on this file JoomlaFolder/plugins/payplans/stripe/app/tmpl/form.php


$invoice = $payment->getInvoice();
$total = $invoice->getTotal();

echo $total;
·
Saturday, 23 March 2019 09:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Your answer is probably pour Payplans 4.
I'm still on version 3 but I found out to make it work. I modified the stripe.php file and the buyer_details.php.

Now it works.

Thanks !
·
Wednesday, 27 March 2019 03:42
·
0 Likes
·
0 Votes
·
0 Comments
·
I am sorry that I didn't know you asking about Payplans 3.x , glad to hear you found the solution for this.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Wednesday, 27 March 2019 09:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post