Search results

  1. hadi

    Completed Plugin request gogetssl.com SSL provider

    I checked this plugin ; it looks like some actions like renew or reissue not working ; but for new registration it is working.
  2. hadi

    Move Package/Invoice/Recurringfee between clients

    Hello I know there is an option named "Merge" under Profile tab. But I think this part needs some review and new name because something is important and useful is moving package and invoice and recurring fee belongs to a package between clients. Currently we can move a package from Client1 to...
  3. hadi

    Events in Snapin Plugins.

    This is an example for one of events I have used in my own Snapin plugin for sending sms class PluginSendsms extends SnapinPlugin { public $listeners = array( array("Invoice-Create", "invoiceCreateCallback"), array("Client-Update"...
  4. hadi

    Events in Snapin Plugins.

    Did you see this page ? https://www.clientexec.com/members/knowledge-base/developer-docs~89/list-of-events-hooks~503 I have used this for sending sms to clients
  5. hadi

    Updated Synergy Wholesale Plugin.

    Thank you
  6. hadi

    Authentication System for Changing Email Address from Profile

    Hello In many customized system and also other billing system currently there is an option to prevent users from editing these fields. I strongly recommend enable this feature in clientexec asap. Thank you
  7. hadi

    php code inside email template to call php functions

    Hello Please make it possible to have PHP code in Email Template ; It will help us to convert date to another localization . we need to show other date format in email templates . Thanks
  8. hadi

    add path ( breadcrumb ) in client portal for each page

    Hello I suggest add path like this at the top of each page Client Portal/Support/Submit Ticket Client Portal/Billing/.... .... Thanks
  9. hadi

    snapin for login with one time password send to mobile No

    Hello I wanted to develop a snapin to let client direct login to client portal with mobile number with one time password send to them by sms. Would you please give me information how can I authenticate users login and how can login to client portal without resetting client password ? Thanks
  10. hadi

    cc and bcc or CC Recipients for clientportal

    Hello Please add cc and bcc or CC Recipients for tickets in client portal. when a design or it opens a ticket behalf of a client needs to be updated once login or opened a ticket for him/her. Thanks
  11. hadi

    Which Domain registrar you recommend?

    Other registrar are working in same way ; You should add fund and use that fund for register or renew your domains; I personally use Joker;
  12. hadi

    WYSIWYG on Product > Asset List HTML [SOLVED]

    I think you should follow pattern they have noticed above this box;
  13. hadi

    PackageUpdate Call back

    Hello From this listener, We are trying to fetch old and new status of package ; if (is_array($e)) { $event = $e; } else { $event = $e->getParams(); } $event = $event->fields...
  14. hadi

    Addon Price phrase

    Hello Please consider this phrase. It's additional price. Thank you
  15. hadi

    Please add option fields for Name,Family, ...

    Example 1) We send invoices details to Tax Organization and after we come back to our list we encounter with another details. Example 2) Profile should edited under control of us because we verify a profile with proof of documents and after that we see other names.
  16. hadi

    Please add option fields for Name,Family, ...

    Hello In some country or conditions we should prevent users from editing below fields Name, Family, Address, Email , etc. Please add options are available for other user custom fields for above fields. Admin could select if above fields are editable or not; Thank you
  17. hadi

    Automatic Credit Use(Enable/Disable)

    Hi, We encountered with clients who asked us to use available credit on another invoices. for example credit balance used for payment for a domain renewal which client doesn't need it. Please consider an option "Automatic Credit Use" for billing system. " Thanks
  18. hadi

    transactions in client area

    Please make this part visible for clients under Billing Menu named Transactions
  19. hadi

    transaction details as separate fields in Invoices

    Hello Would you please consider this in next releases; We need separate fields for transaction details as below. Currently below fields are publish with only one field named $this->pmtSuccessfulTransactions. Thanks Gateway Name, Paid Date, Transaction ID, Description , ...
Back
Top