
Tengri
Member-
Content Count
102 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Tengri

-
Rank
Newbie
Recent Profile Visitors
2790 profile views
-
Tengri started following Marketplace translation
-
Hi! Client area promotions (Martket place) is still must edited by hooks?
-
Can you tell me more about BitPay if you work with them. How I understand you must have 500 USD balance for withdraw money?
- 13 replies
-
Hi. I don't finished processing in BitPay. It's verification in progress. So, I haven't test it. But I getted full verification from coinpayments.net. They have module for WHMCS and all looks like great. You can check if interesting.
- 13 replies
-
Upgrade modul!
-
It's good solution but doesn't work for "Announcement" page. When you read some article in english and try change language for example, to Azerbaijani you get back to homepage.
-
Thank you very much!
-
Thank you! It's work now. But, image go upper of file. How I know, for change it I must change "15, 25, 75" right?
-
Yes, image is exist. ParseError: syntax error, unexpected '$pdf' (T_VARIABLE) in /home/**/templates/**/invoicepdf.tpl:19 Stack trace: #0 /home/**/vendor/whmcs/whmcs-foundation/lib/Invoice.php(0): WHMCS\Invoice->pdfAddPage('invoicepdf.tpl', Array) #1 /home/**/includes/invoicefunctions.php(0): WHMCS\Invoice->pdfInvoicePage(1278) #2 /home/**/dl.php(0): pdfInvoice(1278) #3 {main}
-
Before: <?php # Logo $logoFilename = 'placeholder.png'; if (file_exists(ROOTDIR . '/assets/img/logo.png')) { $logoFilename = 'logo.png'; } elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) { $logoFilename = 'logo.jpg'; } $pdf->Image(ROOTDIR . '/assets/img/' . $logoFilename, 15, 25, 75); After: <?php # Logo $logoFilename = 'placeholder.png'; if (file_exists(ROOTDIR . '/assets/img/logo.png')) { $logoFilename = 'logo.png'; } elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) { $logoFilename = 'logo.jpg'; } $pdf->Image(ROOTDIR . '/assets/img/' . $logoFilename, 15, 25, 75); if ($paymentmethod == 'banktransfer') { $pdf->Image(ROOTDIR . '/assets/img/imza.png', 15, 25, 75); }
-
Oops! Something went wrong and we couldn't process your request. Please go back to the previous page and try again. 🙂
-
<?php # Logo $logoFilename = 'placeholder.png'; if (file_exists(ROOTDIR . '/assets/img/logo.png')) { $logoFilename = 'logo.png'; } elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) { $logoFilename = 'logo.jpg'; } $pdf->Image(ROOTDIR . '/assets/img/' . $logoFilename, 15, 25, 75); if ($paymentmethod == 'banktransfer') { $pdf->Image(ROOTDIR . '/assets/img/imza.png', 15, 25, 75); } Image path is correct.
-
I change URL name of file to my own. System name is "banktransfer" too. I'm sure, because we with brian! help change logo of gateways.
-
Thank you very much. I add this code: <?php # Logo $logoFilename = 'placeholder.png'; if (file_exists(ROOTDIR . '/assets/img/logo.png')) { $logoFilename = 'logo.png'; } elseif (file_exists(ROOTDIR . '/assets/img/logo.jpg')) { $logoFilename = 'logo.jpg'; } $pdf->Image(ROOTDIR . '/assets/img/' . $logoFilename, 15, 25, 75); if ($paymentmethod == 'banktransfer') { $pdf->Image(ROOTDIR . '/assets/img/yoursignature.png', 15, 25, 75); } But no effect.
-
Hello! For some reasons sometimes our banks don't accept invoice from customers without stamp, name of CEO and signature. Is there any way that when the user chooses payment via a Bank under the invoice had the name of the Director signature and stamp. Thank you!