Search results

  1. 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.
  2. 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...
  3. 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.
  4. 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?
  5. 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;
  6. 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...
  7. 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.
  8. CE-Matt

    Clientexec 6.3.0 Released!

    We are pleased to announce the stable release of Clientexec 6.3, which can be downloaded here. More information on this release can be found on our blog post.
  9. CE-Matt

    Under Consideration Plugin request for dynadot.com registrar

    Once they have their sandbox environment complete, we will consider adding support for Dynadot.
  10. CE-Matt

    Payment procesor depending on currency

    This should be addressed with our multi-currency support in the 7.0 release.
  11. CE-Matt

    Receive an email notifying a ticket

    Make sure you have the notification option set at Settings -> Support -> Departments You would need to edit plugins/services/order/PlugnOrder.php and change the variable $canActivatePackage to just be true, around line 140. We don't have support for multi-currency right now. This is coming in...
  12. CE-Matt

    Receive an email notifying a ticket

    Hi, We would need your question in English to be able to assist you further.
  13. CE-Matt

    Product Activation Issue with GoGetSSL Module

    Have you selected the proper Cert from the Advanced Tab of the Edit Product View? If you have, you'll need to open a support ticket so we can take a closer look.
  14. CE-Matt

    Completed Vultr Module

    This is now available in our beta release of 6.3.0 B1.
  15. CE-Matt

    Completed Plugin request gogetssl.com SSL provider

    This is now available in our beta release of 6.3.0 B1
  16. CE-Matt

    Completed Upgrade Package in Action Button

    This is now available in our beta build of 6.3.0 B1
  17. CE-Matt

    How to preview invoice.phtml?

    Nope, as long as you have an active license, we will provide you with a free dev license as needed.
  18. CE-Matt

    How to preview invoice.phtml?

    If you want to open up a support ticket, we can create a development license for you, so you can do any testing there.
  19. CE-Matt

    How to preview invoice.phtml?

    The best way right now is to upload a new version to plugins/invoices (you can copy default over to a new name). Once it's there, you can assign it to a test user in your CE, generate a fake/test invoice, and make your changes as needed.
  20. CE-Matt

    Under Consideration add date to credit balance

    Thining over this some more: Would you only have a use-case for adding credit with a past date, or would you also be adding credit to a future date. If we add a date field, and then you add credit dated 10 days in the future, the client would still have access to that credit today, without a...
Back
Top