PayPal Plus Rechnungskauf addition of bank details on invoice

14.01.2022 12:25
#1
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
PayPal Plus Rechnungskauf addition of bank details on invoice

When purchasing on account via PayPal Plus, customers sometimes transfer to our bank account instead of PayPal's. Is it possible to supplement the text with the PayPal Iban somehow?
PayPal Plus Rechnungskauf addition of bank details on invoice

 
14.01.2022 22:03
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25941
Quote
Aw: PayPal Plus Rechnungskauf addition of bank details on invoice

Yes.
Change code
plugins\jshopping\paypal_plus\paypal_plus.php

after row 30
$pdf->SetFont('freesans','',7);

Add

$pdf->SetXY(20, $y + 10);
$pdf->MultiCell(170, 4 , 'Text ......', 0, 'L');
$y += 4;

 
14.01.2022 22:15
#3
spike77
Joomshopping forum user no avatar
Name: Manfred
30.04.2015
Posts: 706
Quote
Aw: PayPal Plus Rechnungskauf addition of bank details on invoice

Perfect! Thank you so much

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.