Jump to content

Leaderboard

Popular Content

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

  1. Each template(ajax, standard, and wizard) has it's own language files. You are probably looking for plugins/order/views/templates/ajax/language, plugins/order/views/templates/standard/language, and plugins/order/views/templates/wizard/language.
    2 points
  2. You are right, but some modules/plugins we do it because we use it or we get others that sponsor it and allow us to make it available for the community . like "clean unpaid order" and "late fee" and "knowledge base" in the past .
    1 point
  3. Michael

    Afiliates Module for Blesta

    It's been planned for a while but you can have a choice.
    1 point
  4. Yup! Found them a few hours ago. Thanks a lot Jono. I am actually translating this whole thing, fixing some and adding missing translations phrases to release a full Spanish pack later on.
    1 point
  5. public function unsuspendService($package, $service, $parent_package = null, $parent_service = null) { // unsuspendacct / unsuspendreseller ($package->meta->type == "reseller") if (($row = $this->getModuleRow())) { $api = $this->getApi($row->meta->host_name, $row->meta->user_name, $row->meta->key, $row->meta->use_ssl); $service_fields = $this->serviceFieldsToObject($service->fields); if ($package->meta->type == 'reseller') { $this->log( $row->meta->host_name . '|unsuspendreseller', serialize($service_fields->cpanel_username), 'input', true ); $this->parseResponse($api->unsuspendreseller($service_fields->cpanel_username)); } else { $this->log( $row->meta->host_name . '|unsuspendacct', serialize($service_fields->cpanel_username), 'input', true ); $to = 'nobody@example.com'; $subject = 'the subject'; $message = $service_fields->cpanel_username; $headers = 'From: webmaster@example.com' . "\r\n" . 'Reply-To: webmaster@example.com' . "\r\n"; mail($to, $subject, $message, $headers); return; } } return null; }
    1 point
  6. Unfortunately, I really have to agree here. Just reading this thread, and some of the others around various forums have really made me start to question my gearing up to switch over to Blesta. I don't like paying for WHMCS especially after the price increases, but when you associate with people like Michael, it's really a big turnoff.
    1 point
  7. Michael yet again your words show how much you actually other people's views off blesta and if I was Paul j would remove your reseller status based on how you talk to people on here.
    1 point
  8. Sadly, any licenses I had with license cart a long time ago I got rid of. As i soon found out talking with him on Skype that he is an immature young adult. In fact reading and seeing how he is handling this situation shows it. Clear sign to me was when I had a difference of an opinion with him on a WHT thread and he blocked me off of Skype. I hope whoever emailed me about taking over his company today Mike did not rip off on buying his company.
    1 point
  9. I don't think anyone should trust Michael with blesta.store with how he dealt with license cart
    1 point
  10. Seems you shouldn't be running a business. You knew this was going on, you knew you were taking a second job, you knew many things. You could've emailed your customers. You could've taken 5 minutes to send an email blast using Blesta's mass email plugin. You are full of excuses and no solutions. Take some responsibility and stop making excuses and for goodness sake don't start another "business" until you perhaps take some business management classes.
    1 point
  11. LicensePal is another alternative you can use. I have been using them for years actually and also provide Blesta licenses. I am actually about to switch my WHMCS to Blesta as I am tired of its cluttered and unfriendly UI.
    1 point
×
×
  • Create New...