Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/31/2016 in all areas

  1. jbincs

    Namesilo Plugin

    Blesta needs a Namesilo plugin. https://www.namesilo.com/domain_tools.php API ModulesWe have integrated our API with the plugins/modules listed below. It is our goal to help you manage or resell our services in the easiest ways. Please let us know if there are any other platforms you would like to see us support. WHMCS Module For WHMCS version 5.3x (last updated April 28, 2014) WHMCS Module For WHMCS version 5.2x (Last updated February 21, 2014. No more 5.2x updates will be made) HostBill Clientexec
    1 point
  2. Blesta Addons

    Get Unpaid Orders

    i'm currently working in a plugin that auto cancel unpaid orders after X days . but i have a misunderstanding the orders status !!! pending , accepted ... i have found some orders are accepted but not yet activated and is not complete until the invoice should paid . so normally i shouldn't search orders via status , i should search order is they have invoice related has date_closed set ? or i should look if the order is accepted or pending or both ?
    1 point
  3. Tyson

    Get Unpaid Orders

    If you are cancelling orders, you will need to cancel the pending service, cancel the order, unapply any transactions from the invoice, and void the invoice. You could use the invoices.date_closed to determine whether the invoice is closed.
    1 point
  4. You should check the records with a NULL end_date in the log_cron table of the database for more information. The 6-hour limit on ending and restarting a cron task applies to all tasks, so as long as the task is enabled in Blesta, it should operate under the same constraints.
    1 point
  5. Tyson

    Documentation For The Code

    See the documentation here.
    1 point
  6. why not a notification message say that this already a payment and the account will be revised in x minutes . x minute time left to the next cronjob .
    1 point
  7. Blesta Addons

    Check For Login

    to see if admin logged : $this->Session->read("blesta_staff_id") to see if client is logged $this->Session->read("blesta_client_id")
    1 point
  8. Paul

    Release 3.6.1

    We are getting close to a 4.0 beta.
    1 point
×
×
  • Create New...