Jump to content

VA VA

Retired Forum Member
  • Posts

    25
  • Joined

  • Last visited

About VA VA

Recent Profile Visitors

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

VA VA's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. I have no problem paying someone to solve this problem
  2. Where do I find such an error_log file in FTP And what does this have to do with this file configuration.php
  3. I have FTP access and I have file access configuration.php
  4. How do i make a file like this you have something right I download and I upload to FTP
  5. I'm the provider right now I was able to restore the ADMIN management The problem is that after processing data of 00:00 hour It returns to the white page I'm currently running the log And I'll see if that happens again Thanks
  6. I also can not connect to ADMIN how I run the log
  7. Hello Serious issue could not connect to ADMIN I have a white page I need help very urgently
  8. I need help how to set up an automatic operating system after ordering, for me it does not work I would be happy to help
  9. I got the reply from WHMCS support that "Attached is an action hook which should allow you to add a custom card type to the jQuery validation on the client area and admin area payment forms. This can then be used in conjunction with a Remote Input type payment gateway module where you should be able to accept and return your custom card data in your module to handle this use-case. These two items should allow you to process payments for unsupported card types and lengths." This is same hook.
  10. "I need reg expression to allow 9 or 10 digits with no whitespace. For this I created a reg expression and used in attached file. But it is not working. Can you let me know what is wrong or missed in my code? My creditcard is still not working. See the attached file." Thanks <?php function addCustomCardType($vars) { $vars['supportedCardTypes'] .= ',isracard'; return <<<HTML <script> jQuery(document).ready(function() { var customCardType = { type: 'isracard', patterns: [54, 77], //What are the first digits. eg: [51, 52, 53, 54, 55, 22, 23, 24, 25, 26, 27], format: /^[0-9]{0,}$/, // Default Format: /(\d{1,4})/g length: [9, 10], //12 is the minimum supported card length in WHMCS. Can be multiple. Eg: length: [16, 17, 18, 19], cvcLength: [3], //The cvv length. Can be an array of accepted lengths luhn: false } if (jQuery.payment.cards) { jQuery.payment.cards.push(customCardType); } }); </script> HTML; } add_hook('AdminAreaFooterOutput', 1, 'addCustomCardType'); add_hook('ClientAreaFooterOutput', 1, 'addCustomCardType');
  11. Peace Would appreciate help. We have a major issue in version 7.1 that we can charge a 9 digit credit card, In the new version 7.9, a 9-digit credit card cannot be charged. I would love to help with the matter urgently And I'm willing to pay money to solve our problem I was happy for an urgent solution
  12. Hello I need very urgent help, how do I delete a date on the invoices of our customers. For example in the picture
×
×
  • 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