Search results

  1. CE-Matt

    Completed show product status in searches in Admin Portal

    This will be added in a future release.
  2. CE-Matt

    Planned Attach multiple files when Open Support ticket in Admin Portal

    The admin re-design will take this into account.
  3. CE-Matt

    Coupon Code in URL

    As long as you are using 6.2 you can send couponCode=code in the URL.
  4. CE-Matt

    DomainNameApi

    This was added in 6.2.0.
  5. CE-Matt

    2 feature in Notification Center

    I'm a little confused as to why you'd have a notification enabled if you didn't want it to complete any action? What would be the point?
  6. CE-Matt

    clientexec on a subdomain and website on the main domain but need to use classes

    We are always working on extending our API functions. If there is something you need that could be accessed from the API, please open a feature request about this. If you actually need to call CE code, you could setup a secondary instance of Clientexec and hook it into the same database.
  7. CE-Matt

    How to create a snapin

    The function name that is called for the view (snapinexample) will look for snapinexample.phtml.
  8. CE-Matt

    How to create a snapin

    Awesome! Not a problem :)
  9. CE-Matt

    How to create a snapin

    Ah, sorry! Snapin Example on snapinexample.phtml <br> <?php echo $this->output; ?> <br> function snapinexample() { $this->view->output = '<h3>Snapin Example from snapinexample PHP</h3>'; } That should work for you now.
  10. CE-Matt

    How to create a snapin

    Since you're calling snapinexample in the addMappingForTopMenu, that is the function and view name that'll be returned. Just add any PHP code to the snapinexample function, and any HTML to snapinexample.phtml and you should be good
  11. CE-Matt

    How to create a snapin

    You don't need to do any HTML in the function. Just have a view.phtml in the directory and it'll render that HTML. If you need to pass any variables, just set them in $this->view->varName in that function.
  12. CE-Matt

    How to create a snapin

    We don't really have any docs for this yet. You should be able to call: $this->addMappingForTopMenu('admin', 'clients', 'templateName', 'title', 'desc'); Then make sure you have a function called templateName() in your Snapin, as well as a templateName.phtml in the snapin directory, and...
  13. CE-Matt

    Generate Recurring Invoice Manually

    We moved the Generate Next Invoice button to the client's package list, as it made more sense there. You can now select which package you want to generate the next invoice for, instead of just generating the next due one for the account (in case there were multiple recurring fees).
  14. CE-Matt

    Completed Affiliate System

    This is something we have planned, but do not have a firm release date for this, but it is on our roadmap.
  15. CE-Matt

    Clientexec 6.1.1 Released

    We have just released Clientexec 6.1.1, which includes one minor security fix. More information can be found on our blog.
  16. CE-Matt

    DOMAIN SEARCH SIURCE CODE FOR CE

    Please open a ticket and we can have a look to see why it's not working.
  17. CE-Matt

    DomainNameApi

    We do not currently have support for DomainNameApi. This could be requested at https://forum.clientexec.com/forums/suggestions-feature-requests.11/ We also do offer custom development. Please open a sales ticket for more information on this.
  18. CE-Matt

    Help please

    Please open a support ticket so we can further investigate this for you.
  19. CE-Matt

    DOMAIN SEARCH SIURCE CODE FOR CE

    Hi, Have a read over https://www.clientexec.com/members/knowledge-base/products-services~67/how-do-i-add-external-domain-search-to-my-site~395 for more information on domain search.
  20. CE-Matt

    Clientexec 6.1.0 Beta 1 Released

    Please open a support ticket so we can further investigate this for you.
Back
Top