Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/12/2014 in Posts

  1. It's currently assigned to 3.2, but it's one of those that depends on how much time we have left after we get the more critical items done. It may be pushed back, but I'd love to see it in here, so we'll see!
    2 points
  2. Cody

    Release 3.1.1

    Version 3.1.1 is now available. You can download it in the Client Area. This is a patch release that corrects issues with 3.1.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.1.1 ## Version 3.1.1 2014-02-12 ** Bug * [CORE-990] - Email parser syntax error with PHP < 5.3 * [CORE-997] - Removing package pricing that is in use causes the service to disappear * [CORE-1012] - Interworx: Remove check for domain name when creating a reseller account * [CORE-1013] - Appending a service to an existing invoice does not include tax for that service's line items * [CORE-1023] - VPS.NET: Undefined property r1soft_backups_enabled * [CORE-1026] - Support Manager: Missing loop back check for ticket notifications * [CORE-1030] - Nonmerchant transactions are listed as Other when editing. * [CORE-1032] - Adding a service with addons causes error attempting to pass a parameter by reference * [CORE-1040] - Cron task time format does not treat optional seconds as optional * [CORE-1045] - Security: Staff permission escalation through crafted URLs ---
    1 point
  3. Tyson

    Tags In Signature

    No, email template tags are not available to signatures. You could make a feature request for this, though. Only the tags available to the email template to which you use the signature for could be used.
    1 point
  4. Cody

    Release 3.0.9

    Version 3.0.9 is now available. You can download it in the Client Area. This is a patch release that corrects issues with 3.0.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.0.9 ## Version 3.0.9 2014-02-12 ** Bug * [CORE-1045] - Security: Staff permission escalation through crafted URLs ---
    1 point
  5. Paul

    Hosting Providers?

    I'll second site5, uk2 brands (more virtual/dedicated), webhostingbuzz. Of course, there are a lot of hosting companies around the forums here too. Look up some reviews before you make a decision, and be sure to ask them if they support Blesta!
    1 point
  6. Chris

    Hosting Providers?

    hawkhost.com first thought came to my mind
    1 point
  7. Paul

    Coupons Per Tier.

    Before we make any feature changes to the coupon system, we need to refactor it. This is assigned to CORE-171. After we get this done, we'll be open to making feature changes.
    1 point
  8. I think this is a pretty straight forward request and doesn't take much explaining. I would love to see the same two factor authentication available to admins be also available to clients. When modifying a client account there is a section called authentication. It would be awesome to have a radio button at the bottom with something like enable two factor authentication. Thanks
    1 point
  9. We're planning to add new invoice templates, and I'd like to include a version that displays all payments recorded for the invoice. I don't believe we have a task assigned for this yet, though.
    1 point
  10. Tyson

    Cpanel Reseller Bug

    The "List Accounts" is what is needed to validate the connection, so it sounds like the connection details are simply not correct, or that privilege is not available via the API. You may want to take a look at their Reseller privileges from the root account as described in cPanel's documentation. If you think the credentials are correct, you can update the module to disable the connection validation check, and see if you can create cPanel packages/services anyway. To do this, update /components/modules/cpanel/cpanel.php (line 1594 for v3.1.0 of Blesta) and change: 'valid_connection'=>array( 'rule'=>array(array($this, "validateConnection"), $vars['host_name'], $vars['user_name'], $vars['use_ssl'], &$vars['account_count']), 'message'=>Language::_("Cpanel.!error.remote_key_valid_connection", true) ) to: /* 'valid_connection'=>array( 'rule'=>array(array($this, "validateConnection"), $vars['host_name'], $vars['user_name'], $vars['use_ssl'], $vars['account_count']), 'message'=>Language::_("Cpanel.!error.remote_key_valid_connection", true) ) */
    1 point
  11. Hi, Stripe is available in Australia although not publicly available to everyone. Unfortunately it seems the plugin here does not support AUD. My first question is how easy would it be to add AUD to stripe plugin? My second question is regarding payflow pro plugin: Does payflow pro plugin supports 3D Secure (the whmcs one does) as I do not see any place to type in the 2 extra parameter needed for 3D secure. Thank you.
    1 point
  12. Blesta doesn't support 3D secure at this time, and currently has no plans to do so. Feel free to make a feature request. Our current stance is that 3D secure is poor solution to card verification. Card security codes (CVV) pretty much solve the issue, and the future of payment processing is moving in the direction of the merchant never seeing or touching card numbers (leaving that task with the gateway entirely).
    1 point
  13. Thanks mate for the quick answer. Here is the link on whmcs for Payflow pro. http://docs.whmcs.com/PayPal_Website_Payments_Pro As you can see there is a section regarding 3d secure.
    1 point
  14. 1) Stripe: Go to: /components/gateways/merchant/stripe_gateway/ And then edit stripe_gateway.php Find: /** * Return all currencies supported by this gateway * * @return array A numerically indexed array containing all currency codes (ISO 4217 format) this gateway supports */ public function getCurrencies() { return array("CAD", "EUR", "GBP", "USD"); } Replace with: /** * Return all currencies supported by this gateway * * @return array A numerically indexed array containing all currency codes (ISO 4217 format) this gateway supports */ public function getCurrencies() { return array("CAD", "EUR", "GBP", "USD", "AUD"); } 2) PayFlow Pro I'm sorry I don't know the answer to this one as I don't use it.
    1 point
×
×
  • Create New...