Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Haha I hate languages but renamed the folder to nl_nl and re-uploaded going to use German now to try and translate them
  2. They don't? Ah well my customer didn't tell me that they couldn't understand the translation lol unless they speak that as-well. Wikipedia says they do: https://en.wikipedia.org/wiki/Dutch_language (Germany / Netherlands) looks like I might need to update it.
  3. but why does it need to be updated? the countries don't change nor do the IPs?
  4. Here's a copy of the dutch order form we did by using the SDL translation tool, that's why we didn't do it on the crowd source one as it's probably not 100% up to par but a client of ours said the translation we did for his ticket was ok so did this so we can help our customers in NL, etc and here you go https://licensecart.com/public/Dutch-Orderform.zip You upload zip contents to: /plugins/order/language/ Thanks to: http://www.blesta.com/forums/index.php?/topic/4844-blesta-language-compare/ for the help And SDL: http://www.freetranslation.com who helps us translate for free and it's better than Google. PS: Only the client area stuff is translated none of the admin pages but there is only 3.
  5. It works on Admin tools the same it does on yours mate, I thought yours would show the lines to add haha but it does the same: Ah your's does show the lines missing when you have the files in Love it roll on.
  6. What's it supposed to do?
  7. Great thanks mate will try it later
  8. Only shows in the admin area that I'm aware of so you can re-use them, we do inactive packages for non available packages and we set restricted packages for special packages so only certain customers can have them. Is this a feature request or a support / question?
  9. I meant server sorry.
  10. Select Any from the dropdown box.
  11. http://translate.blesta.com/ you have to register and login to translate them. Sounds like they are part of the 9% not completed. français, FR (fr_fr) 91% COMPLETED
  12. That's because your printing, you could try: if (($packages = $response->response())) { foreach ($packages as $package) { echo $package->price; } }
  13. Would be a nice feature request but how would that work on the welcome package emails they change per module?
  14. Try removing the module (un-install) and remove the files, and then re-uploading the files.
  15. Well you can use multiple SMTP emails, but maybe not in google apps. I always recommend never to use Google Apps.
  16. Ah you'll need Paul, Cody or Tyson then
  17. Have you done the require_once? require_once "urltoblesta.com/billing/blesta_api.php"; Then: $user = "user"; $key = "key"; $url = "https://blestadomain.com/billing/api/"; $api = new BlestaApi($url, $user, $key); Then something like: $value1 = getPackagePrice($api, 1, "month", 1); So your value would be something else the first 1 is the package id.
  18. And that is how I've always done it as we changed from the Universal Module to a custom module, and we had to restrict the packages, clone them edit the module and then remake every service but I didn't have to it just was better in the long run and didn't take much time ever but some people want the billing system to do this and that with a click of a button lol…. or in english Lazy WHMCS users.
  19. white page is a 500 internal server error, can you turn on the Blesta errors and do it again? config/blesta.php change 0 to -1 in error_reporting
  20. go to a website generator or just type a lot of random letters and numbers
  21. Should work fine you just make a hash up, a mate just did it with me when we was sorting it out he just generated a hash and used that.
  22. I'm LicensecartSales Skype must be playing up lol. Edit this is the final code: <?php Configure::set("stargate.map", array( 'module' => "logicboxes", 'module_row_key' => "username", 'module_row_meta' => array( (object)array('key' => "registrar", 'value' => "StarGate/UK2", 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "reseller_id", 'value' => (object)array('module' => "resellerid"), 'serialized' => 0, 'encrypted' => 0), (object)array('key' => "key", 'value' => (object)array('module' => "apikey"), 'serialized' => 0, 'encrypted' => 1), (object)array('key' => "sandbox", 'value' => (object)array('module' => "testmode"), 'serialized' => 0, 'encrypted' => 0) ), 'package_meta' => array( (object)array('key' => "ns", 'value' => array(), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "tlds", 'value' => (object)array('package' => "tlds"), 'serialized' => 1, 'encrypted' => 0), (object)array('key' => "type", 'value' => "domain", 'serialized' => 0, 'encrypted' => 0) ), 'service_fields' => array( 'domain' => (object)array('key' => "domain-name", 'serialized' => 0, 'encrypted' => 0) ) )); ?>
  23. Added, we will need a clean Blesta database.
  24. Would you like me to look over this on teamviewer with you mate?
  25. Yep you can use our importer map which you replace the cPanel one with or use their import plugin which will do it after.
×
×
  • Create New...