Jump to content

pjs32

Member
  • Posts

    205
  • Joined

  • Last visited

About pjs32

Recent Profile Visitors

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

pjs32's Achievements

Senior Member

Senior Member (3/3)

2

Reputation

  1. How do you update the link within the domain page? I have tried updating to the below, but it doesnt seme to work. if ($vars['filename'] == 'clientsservices') to if ($vars['filename'] == 'clientsdomains')
  2. Hi, Is it possible to set UK domains to pending transfer rather than pending? as if they are set to pending, then the cron.php do --DomainTransferSync skips them. It would be better if they are set to pending transfer then we can call the sync script and that will update the next due date/expiry date and set them to active - rather us having to manaully update the dates etc. Could a hook do this?
  3. Hi, Is it possible to remove the Grace period and Redemption period columns and data from the domain pricing table so it doesn't show? https://yourwhmcs.com/domain/pricing
  4. Make sure you have no products/servers still using the module - you can check the DB directly for that. and check the hooks dir to ensure you have removed their 2 hook files.
  5. I am only passing on what logocboxes told me and they said the only way was via their API
  6. You need to do it via their API Please refer below for the complete API calls to be used for both cases: Creating the EuContact: https://test.httpapi.com/api/contacts/add.json?auth-userid=0&api-key=key&name=abc&company=company&email=urname@domain.com&address-line-1=address1&city=city&country=nn&zipcode=0&phone-cc=0&phone=0&customer-id=0&type=EuContact&attr-name1=countryOfCitizenship&attr-value1={Two-lettered country code}Please note the following caveats for EuContacts: The name string can only be upto 50 characters in length The company string can only be upto 100 characters in length In case of EuContact, if there is no associated Company, you may mention NA for this parameter. The zipcode string can only accept upto 16 characters for EuContact The list of two-letter country codes for the countryOfCitizenship attribute are provided below: AT,BE, BG, CY, CZ, DE, DK, ES, EE, FI, FR, GR, HR, HU, IE, IT, LT, LU, LV, MT, NL, PL, PT, RO, SE, SI, SK The above call will return the contact ID of the newly added contact. You can use it to assign it to the domain via the following call: Modifying contact assigned to the domain: https://test.httpapi.com/api/domains/modify-contact.json?auth-userid=0&api-key=key&order-id=0&reg-contact-id={contact id}&admin-contact-id=-1&tech-contact-id=-1&billing-contact-id=-1The admin-contact-id, tech-contact-id and billing-contact-id parameters should be passed with a -1 value as there is no provision available to update them from within our system.
  7. Is there anyway we can change the left hand category menu to use a accordion menu instead of the default whmcs one? something like: https://www.tutorialrepublic.com/snippets/preview.php?topic=bootstrap&file=accordion-menu-for-all-purpose
  8. We have already turned off TOS acceptance checkbox and the captcha but still we get uncaptured payments . for us - it looks like the maxmind module causing the issues.
  9. We have found that if a order is set to fraud by maxmind - the payment is still done on Stripe- but is showing as uncaptured. Seems to be an issue with Maxmind module?
  10. Is it just me or has the ability for clients to change the IPSTag from their client area disappeared?
  11. For me it isn't compatible, can't say for sure if it affects anyone else..
  12. yep - however I found that the tawk.to Live Chat module/addon caused the problem with clients trying to pay invoices, and also the realtime register domain plugin caused problems with clients trying to add a new credit card via the add payment method link.
  13. We are find that our whmcs is running very slow - if we disable all hooks then it is very quick Is there a way to find out what hook is firing on a certain page? apart from enabling the default Hooks Debug Mode option ?
  14. We are seeing this error again when a client tries to add their credt card details: UserID => 12161 Status => error message => An unexpected error - No Stripe Payment Method found from token token =>
×
×
  • 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