Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 05/19/2018 in all areas

  1. Thank you Tyson. I'll go with the docs option. thus will use admin/settings/company/plugins/manage/PLUGIN_ID/?action=refreshmappings or addmappings etc.
    1 point
  2. neggs

    blesta-addons.com is active?

    Hi Mate, Any news at all? My installation is still on hold and I'm keen to progress ASAP. I'm happy to send you funds to help with the upgrade. Please reply.
    1 point
  3. we will put a sample fix, so in our case we need to made something like that, in case anyone try to use the event triggers for invoice.add, all invoices edited with the event Invoices.Add will end with no delivery method set . // preserve the actual status $vars['status'] = $invoice->status; // Preserve the delivery method (in case of unsent invoice) if (!empty($invoice->delivery)) { foreach ($invoice->delivery as $key => $value) { $vars['delivery'][] = ['method' => $value]; } } $this->Invoices->edit($invoice->id, $vars);
    1 point
  4. Michael

    [Plugin] The Debugger

    I've now done an article mate linked in my signature to help future people.
    1 point
×
×
  • Create New...