Jump to content

youssefalaoui

Retired Forum Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by youssefalaoui

  1. Hello, we have configured our whmcs to generate invoices 15 days before the due payment, for some raisons we need to change this value to 30, and we have some questions: suppose we change it today 03/04/2013 the today cron has generated invoices for the due date of 18/04/2013 (15 days before) so after changing the generate date to 30, tomorrow the cron will generate invoices for the due date of 03/05/2013 (30 days before) the question is what's about invoices that need to be generated between 19/04/2013 and 02/05/2013 ? is the cron will generate them also ? or we need to generate them manually ? Regards
  2. Hello, We are asking if it's possible to add more Domain Reminder Settings. now we just have 5 Renewal Notice, we need to add more like 10 reminder notices. Thanks
  3. REFORMULATION: the callback file works fine before, but since one month ago, the whmcs has problem Running Module Create on Payment. we are asking if the hook "addInvoicePayment" is enough to run module create on payment and send invoice payment confirmation. how can we verify the source of this issue as we don't have any error in logs. Thanks
  4. Hello, i have a costume gateway module for WHMCS running under Centos/cpanel last version, and i have configured products for Automatically setup as soon as the first payment is received. Before about 1 month my costume gateway module run without any problems. the problem happend since 1 month: after a successful payment with my costume gateway module, i just got this logs: Invoice Marked Paid Added Invoice Payment So the invoice is marked as paid without email confirmation, and the module create or the Running Automatic Domain Registration on Payment doesn’t run, and the clients don’t receive any confirmation email !!!. But in paypal and 2co, i don't have any problem, after successful payment we got this logs: Module Create Successful Running Module Create on Payment Invoice Marked Paid Added Invoice Payment And the client receive a confirmation email for each steps. this is the last part of callback php file: if ($checksum == $checksumMTC && is_numeric($orderNumber) == "True") { echo "1;" . $cartId . ";".date("Ymd").";1"; logTransaction($GATEWAY["name"],$_POST,"Successful"); addInvoicePayment($cartId,$orderNumber,$totalAmountTx,$fee,$gatewaymodule); } else {echo "0;Null;Null;Null"; logTransaction($GATEWAY["name"],$_POST,"Unsuccessful"); } where echo "1;" . $cartId . ";".date("Ymd").";1"; is the succesfull answer for the gateway provider. Can you help me please BEST REGARDS
  5. Hello, We need to create an email template (Product Messages) with this variable: Disk Usage, Disk Limit, BW Usage and BW Limit in Email Templates creating page we just find: ID {$client_id} Client Name {$client_name} First Name {$client_first_name} Last Name {$client_last_name} ... How we can insert this variables in the email template, such us {$client_name} or {$client_id} Note: in Clients Profile :Products/Services , w can see statistics such Disk Usage, Disk Limit, BW Usage and BW Limit. Thanks
  6. i am searching for a feature where whmcs administrator recieve an Email notification each time the client change his domain dns Help me please
×
×
  • 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