Search results

  1. CE-Matt

    6.4.0 Beta 3 Now Available!

    We have released the 3rd beta for our 6.4.0 release. More information can be found at https://www.clientexec.com/blog/2021/08/30/clientexec-6-4-beta-3-now-available/
  2. CE-Matt

    6.4.0 Beta 2 Available Now!

    1) You can add the same Header/Body/Footer HTML as you could before, but that's it. 2) Yes 3) The client UI is fully responsive. 4) We haven't made any changes to our API. If you're looking for something specific, please open a ticket and we can help you get what you need.
  3. CE-Matt

    6.4.0 Beta 2 Available Now!

    We have released the 2nd beta version for our 6.4.0 version. More information is available on our blog.
  4. CE-Matt

    IP protect /admin in clientexec

    You could add a .htaccess file to the admin directory with the following: order deny,allow deny from all allow from YOUR IP
  5. CE-Matt

    Cancellation Date

    I'm still a little confused by what you mean. Can you open a ticket with us and provide screenshots of what you are seeing, and what you expect?
  6. CE-Matt

    Cancellation Date

    We only currently support the two "types" of cancellation dates. Immediate, or end of the billing cycle. Are you looking to add an additional option to this, and what would be the logic for that?
  7. CE-Matt

    Order Page header colour change

    Assuming you're on the light style that should work. Feel free to open a support ticket and we can take a look at why it's not applying.
  8. CE-Matt

    Order Page header colour change

    You should be able to just add a background-color to the page-header-to class. The off-white color is #f4f4f4. Just a note, this will not work for 6.4+
  9. CE-Matt

    How to create a snapin

    All variables are run through an HTML escaper. You can either do the HTML in the phtml file (which is recommended) or if you have to have HTML in a variable, call $this->unescape($this->output);
  10. CE-Matt

    Coupon Code in URL

    This is something we are aware of, and are planning to fix either during the new client area (for 6.4) or after.
  11. CE-Matt

    Planned API for get details about Products

    An updated API is something that is on our list, but it may not happen until after our 7.0 release.
  12. CE-Matt

    Domain availability checking not working on order page

    That wouldn't be causing any issue with domain look ups. We would need access to see what is going on, so please open a support ticket.
  13. CE-Matt

    Domain availability checking not working on order page

    Can you enable logging at level 4 (https://www.clientexec.com/members/knowledge-base/maintenance-~77/how-to-enable-logging~80) and see what it shows? You can also open a support ticket with us and provide CE Admin and FTP access and we can enable logging and debug this for you.
  14. CE-Matt

    Strip Payments

    Hi, The "Stripe Checkout" plugin in CE is what you should be using, and that will store the CC data at Stripe, with a token being stored in CE. We're planning to update just the "Stripe" plugin to use Elements in a future release.
  15. CE-Matt

    eNom renewal logs are blank

    Hi, Are you using the Domain Updater, with Expiration Notices? This tab is meant to allow you to have eNom turn off their own email renewal emails and have CE handle the renewal emails. Any email that gets sent out with the expiration notice should then be logged here, to cover the ICANN...
  16. CE-Matt

    Generate Next Invoice is not visible for some staff

    Looks like there's an issue with the admin UI displaying this permission. I will get this addressed and likely released in a 6.3.1 release in the next week or two.
  17. CE-Matt

    Generate Next Invoice is not visible for some staff

    Hi, Generate Next Invoice requires the "Renew Package" permission. Can you please confirm that your staff has this permission enabled?
  18. CE-Matt

    which package are using "Override AutoSuspend"

    The following query should give you a list of user package IDs that have it enabled. SELECT objectid FROM object_customField WHERE customFieldId = (SELECT id FROM customField WHERE name='Override AutoSuspend') AND value = 1;
  19. CE-Matt

    How do I sync. my old client in ClientExec?

    Hi, Once you've set up the TLDs at Settings -> Products -> Products, please follow our guide at https://www.clientexec.com/members/knowledge-base/tutorials~49/how-to-import-domains-from-registrar~494 to import any domains. You'll then want to make sure the Domain Updater service is running...
  20. CE-Matt

    Adding simple PHP script for clients

    Hi, You could do this with a snapin, however, we do not have the docs for this right now (this is something we are working on). You can take a look in plugins/snapin/ and take a look at how they work. Feel free to ask any questions about that, or hop into slack and we can help.
Back
Top