Further development of the WHMCS Namecheap Registrar Plugin has stopped because user uptake is low. If you experience any problems with plugin performance, Contact Us.
- Added ability to enable WhoisGuard with transfers
- Added active and transfer domain syncing module functions according to WHMCS Domain Cron Synchronisation flow
- Removed module domain synchronization script (deprecated)
- Changed method of creating Registrant/Billing/Admin/Tech contact details API parameters depending on WHMCS general settings for domains:
- When "Use Clients Details" checkbox is checked Registrant/Billing/Admin/Tech contacts are taken from Client details, if not - Registrant details are taken from Client details, and Billing/Admin/Tech - from Default Contact Details.
- Added quotes decoding for epp code (whmcs bug)
- Removed "http_x_forwarded_for" for client ip address
- Added .asia Locality parameter to custom additionaldomainfields.php
Namecheap.com WHMCS Registrar plug-in is an open-source plug-in that is distributed free of charge. It focuses on integrating Namecheap as a domain registrar at WHMCS.
After the integration you can setup Namecheap as the default registrar for your customers and decide which services and TLDs to offer to your customers from within the WHMCS admin area.
- Access to WHMCS admin area.
- An understanding of Namecheap’s environments.
- Namecheap account with API access enabled on the desired environment.
NOTE: Namecheap has a production as well as a test server environment. The test server environment is called Sandbox. We urge you to test the WHMCS Registrar plug-in in our sandbox environment, before pointing it to production. For more detailed information, please visit the developer's site at http://www.namecheap.com/support/api/api.aspx
- Download the latest plugin (namecheap-whmcs.x.x.zip) archive and extract it.
- Create a folder called namecheap under Modules/Registrar in your WHMCS root directory and paste the downloaded namecheap.php and namecheapapi.php files inside the folder (the namecheap.php and namecheapapi.php files are located inside the downloaded archive). The plug-in installation is complete.
To configure WHMCS for use with Namecheap, perform the following steps:
-
Login to your WHMCS admin panel.
-
Click on Setup menu, select Products/Services and click on Domain Registrars.
-
Enter your API credentials. If you wish to try out the plug-in in sandbox, make sure to enter your sandbox username, sandbox API key in the corresponding text boxes and check the “Test Mode” checkbox:
-
Optional settings:
- If you have a promotional coupon code from Namecheap you may enter it in the module settings. The discounted price will be automatically applied on your orders according to the coupon pricing.
- If you’re having any issues with the module it is recommended to enable DebugMode and check the logs under Utilities > Logs > Module Log. If this option is disabled the module will be logging only errors returned by the module.
- Click Save Changes.
That’s it. The Namecheap plug-in is now ready for use and will function just like any other built-in WHMCS registrar module. You can now make Namecheap as the automatic registrar, configure TLDs and services for all your customers. To perform these actions, click on the Setup menu, select Products/Services and click on Domain Pricing in your WHMCS admin panel:
You can refer to http://docs.whmcs.com/Domains_Configuration for more information.
If you experience issues with adding additional fields required for our module (e.g. language for IDN domains, Job Title field for .CA and .AU domains, extended attributed for .FR domains), you will need to connect our own additionaldomainfields.php file. To do this, please create a new file named additionalfields.php within the /resources/domains/ directory and add the following strings in the end of it:
if (file_exists( __DIR__."/../../modules/registrars/namecheap/additionaldomainfields.php")) { include __DIR__."/../../modules/registrars/namecheap/additionaldomainfields.php"; }
Please submit a ticket to report bugs, provide feedback or receive assistance.
Please keep in mind that we do support the Version 1.2.11 only so far. Despite the fact it is not the latest version of the Namecheap registrar module, it is stable and fully compatible with new WHMCS versions.