Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/16/2017 in all areas

  1. sorry, i meant on your download page. have you thought of adding a sort by select. by name, by tier, by release date. its a large list and getting bigger. Need some way to sort them easier than searching a big index list
    2 points
  2. nice, ok we will try to add it, i will forward to the team this request. beside this we are working in a blesta widget that show you in admin side a notice if exist a new version of installed addons from us.
    1 point
  3. I took a quick look at the logicboxes module and found these lines of code $vars = [ 'years' => 1, 'order-id' => $fields->{'order-id'}, 'exp-date' => $order->endtime, 'invoice-option' => 'NoInvoice' ]; foreach ($package->pricing as $pricing) { if ($pricing->id == $service->pricing_id) { $vars['years'] = $pricing->term; break; } } // Only process renewal if adding years today will add time to the expiry date if (strtotime('+' . $vars['years'] . ' years') > $order->endtime) { $response = $domains->renew($vars); $this->processResponse($api, $response); } What it means is that if the end time fetched from logicboxes is farther in the future than the current time plus the number of year from the pricing term, then the request to renew will not be sent. I don't fully understand your problem, but is it possible that this accounts for it?
    1 point
  4. v 1.2.0 released. Some users has reported that some invoices has not voided, so we have added a new option in the manage plugin to show open invoices for canceled orders that need to be voided, also we have added the option to mass voided invoices for canceled orders. we have also prepared the plugin to support the option to notify client about the pending orders that need payment (most wanted feature), so next release we will ship the plugin with this features, and we will add a client widget to see his orders history.
    1 point
  5. the solution has worked, if ($echo) { @ob_start(); echo $new . ($this->is_cli ? "\n" : '<br />'); @ob_flush(); @flush(); @ob_end_flush(); }
    1 point
  6. thanks its working... need to add in the end of url &coupon=couponcode
    1 point
  7. BeZazz

    An observation.

    Just an observation. I just read 2 threads and it stuck me that in the threads no one says please or thank you. The posts I read were basically demanding xyz be added to Blesta. Maybe I am getting old and out of touch but what happened to being polite, especially when you are expecting someone to do something for you. Just because you paid for a piece of software does not mean you can be rude when asking for something. My 2c
    1 point
  8. Paul

    An observation.

    Good observation! Please and thank you goes a long way.
    1 point
  9. austenite

    An observation.

    True, manners cost nothing!
    1 point
×
×
  • Create New...