Jump to content

Nona

Member
  • Posts

    11
  • Joined

  • Last visited

About Nona

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Nona's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello, in my invoice template I have a function for some customers get other text, not the text in general setup. if ( $userid == '58' || $userid == '102' || $userid == '50' || $userid == '295' || $userid == '281') { if (!class_exists('MYPDF')) { class MYPDF extends TCPDF { public function Header() { global $_LANG; global $invoicenum; $this->Image(ROOTDIR.'/templates/avantwhmcs/img/logo.png', 169, 8); $this->SetXY(5,10); } public function Footer() { global $_LANG; $this->SetY(-20); $this->SetFont('freesans', '', 10); $this->writeHTMLCell(0, 0, $this->GetX(), $this->GetY(), '<table> <tr> <td><span style="color: #000000;"><b>'.$_LANG['invoicesaccountowner'].'Account Owner: xx</b></span></td> <td><span style="color: #000000;"><b>'.$_LANG['invoicesbankaddress'].'Bank: xx</b></span></td> </tr> <tr> <td><span style="color: #000000;"><b>IBAN: xx</b></span></td> <td><span style="color: #000000;"><b>xx. xx</b></span></td> </tr> <tr> <td><span style="color: #000000;"><b>SWIFT/BIC: xx</b></span></td> <td><span style="color: #000000;"><b>DE-xx, xx</b></span></td> </tr> </table>', 0, 1, false, true, 'C'); } } } } else { if (!class_exists('MYPDF')) { class MYPDF extends TCPDF { public function Header() { global $_LANG; global $invoicenum; $this->Image(ROOTDIR.'/templates/avantwhmcs/img/logo.png', 169, 8); $this->SetXY(5,10); } public function Footer() { global $_LANG; $this->SetY(-20); $this->SetFont('freesans', '', 10); $this->writeHTMLCell(0, 0, $this->GetX(), $this->GetY(), '<table> <tr> <td><span style="color: #ff0000;"><b>'.$_LANG['invoicesaccountowner'].' Bank transfer:</b></span></td> <td><span style="color: #ff0000;"><b>'.$_LANG['invoicesbankaddress'].' Bankueberweisung:</b></span></td> </tr> <tr> <td><span style="color: #ff0000;"><b>Please contact support</b></span></td> <td><span style="color: #ff0000;"><b>Bitte kontaktieren Sie den Support</b></span></td> </tr> <tr> <td><span style="color: #ff0000;"><b>Ticket or e-Mail - support@xxx.com</b></span></td> <td><span style="color: #ff0000;"><b>Ticket oder e-Mail - support@xxx.com</b></span></td> </tr> </table>', 0, 1, false, true, 'C'); } } } } this works fine, if I klick on download or send to custumer. But if the CRON create the invoice and send it to the Customer, its not working. can someone help me to understand why? thank you
  2. I edit because it solved by hisslf. it was a SFF-Error (stupid fat fingers) sorry
  3. I get a custom provisioning module with some templates files in a subfolder. modules/servers/ModuleName/templates how can I use Client details like the chient email address in the template? {$clientemail} is not working there
  4. Hello Brian. Thank you for try to help. in the meantime i hired a programmer and had the original Six Template adapted to my style. I think this is the best I could do. thanks again!
  5. I am using WHMCS v7.6.2 and the Template was build many years before. the Coder die :( I try to find a coder in freelancer.com but all are bullshit. may be its a good idea to bye a new theme. can someone recommend a template, works with v7.6.2 and have all functions inside? also i need to test it because have some speciel functions in my Domain registra module.
  6. yes, with the standard order Form it running well.
  7. I had a theme developed a long time ago. I made a mistake today and can't get ahead on my own. I use all products with the option that a domain belongs to it. (Require Domain Tick to show domain registration options). If I switch off this option, the page cart.php?a=confproduct&i=1 is empty. my template with menu and everything is displayed, but the main area is empty. what is missing? unfortunately the developer does not work for me anymore
  8. php5 -q /home/xxxxxxx/htdocs/crons/cron.php do --DomainExpirySync --DomainTransferSync [Symfony\Component\Console\Exception\RuntimeException] The "--DomainTransferSync" option does not exist. do [--email-report [EMAIL-REPORT]] [--AddLateFees] [--AffiliateCommissions] [--AffiliateReports] [--AutoClientStatusSync] [--AutoTerminations] [--CancellationRequests] [--CheckForWhmcsUpdate] [--CloseInactiveTickets] [--CreateInvoices] [--CreditCardExpiryNotices] [--CurrencyUpdateExchangeRates] [--CurrencyUpdateProductPricing] [--DomainRenewalNotices] [--EmailMarketer] [--FixedTermTerminations] [--InvoiceReminders] [--OverageBilling] [--ProcessCreditCardPayments] [--AutoSuspensions] [--TicketEscalations] [--UpdateDomainExpiryStatus] [--UpdateServerUsage] [--RunJobsQueue] [--DataRetentionPruning] [--DomainExpirySync] [--DomainTransferSync] [--DatabaseBackup]
  9. I have a Plesk server with multiple IP's ... I'm trying to find a way to assign a special IP address to the client Webpack in Plesk. Webpack A: 1.1.1.1 Webpack B: 2.2.2.2 etc. in WHMCS always the first IP in the list is used. I have created several resellers and assigned different IP addresses to these resellers. if a customer now orders a pack from both resellers, one will fail: "Error code: 1007. Error message: Customer with such external id already exist" I then created two servers in WHMCS with the same reseller. One of the servers assigns one IP, the other another IP. the creation of the subscriptions works then. However, both subscriptions are in the same customer account. WHMCS shows me two condenser accounts. with one the login with the other does not work. how to solve this? the field: Assigned IP Addresses(One per line) for what is this ? how can I solve that Product "Webpack A" use 1.1.1.1 and "webpack B" use 2.2.2.2 .. and create two Customer Accounts in Plesk? the Problem is the "external id "
  10. hello, I am looking for a reliable WHMCS coder and consultant. I strive for long-term cooperation. I don't want to have to look for a new freelancer every few months. An update from version 7.3.1 to the current version and future updates to future versions is required. I have had the problem for a long time that domains that were paid on time, or that are offered to my customers for free, lapse into expired status. nobody could help me so far. I use a registrar module for RRPProxy in my installation. This is adapted to my needs. Also a custom template. The programmer who created this is no longer available. Language files have been adapted RRPProxy modul must be functional after the update. and you have to make sure that all functions are still available after an update. Please send us a message if someone with interest and the necessary know-how would like to contact us. Translated with www.DeepL.com/Translator
  11. Welcome to WHMCS.Community Nona! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated