Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. This is not currently possible, would you like me to move this to the feature request forum? It's something that could certainly be done. The practicality of the feature is something I'm not as sure about -- most customers are not going to know that they can do this. And it may need to be a setting, as staff may not want customers to set the priority via email. Often times customers will select the highest priority not on the basis of their request being urgent but because they would like a reply sooner.
  2. This sounds like a usability related feature request. If there is only 1 option during checkout for payment, select that option by default. ??
  3. Yubikey is supported for TOTP tokens, see http://docs.blesta.com/display/user/Logging+In#LoggingIn-ForYubiKey This may not be what you mean by "native" support though.
  4. Looks really nice!
  5. No. It sounds like you're doing it exactly right. What he means is that you can't sell something that contains our code. For example, if you take a module we wrote, tweak it a little and sell it then you're effectively selling our code.
  6. That sounds unrelated to the import process.
  7. You should try doing an import from 5.3, it may work. I did recently see a thread where someone had trouble importing from 5.3, but it may have had more to do with the way they had things set up than 5.3 specifically. The only way to know if it will work is to give it a shot. If you get any errors or have missing data, etc let us know. The docs are here - http://docs.blesta.com/display/user/Migrating+to+Blesta
  8. Paul

    Release 3.2.0-B3

    One thing of note in this release is the Export/Import theme feature. Now you can share themes! Settings > Company > Look and Feel > Themes. Final release soon.
  9. Congrats on the very first publicly shared theme!
  10. It looks sexy. Could be a problem if you have a lot of feeds though.
  11. I've added CORE-1221 to address this. Expired coupons would appear under an Expired section while active coupons under the default Active section.
  12. Paul

    Release 3.2.0-B2

    The time between beta's is usually about a week, but it can vary. For a minor release, ie 3.x there are usually 2-3 betas. We will be releasing 3.2.0-b3 next, and after that it will likely be final release. The point of the beta's is to eliminate bugs though, and that's our goal. Our focus will always be on quality rather than meeting a predefined timeline.. so, things can change.
  13. Yes, the "Name" that you enter for the fields are passed in the POST request. Label is the name that is displayed, like "Domain Name" and Name is the field name, which could be something like "domain_name". I believe this is a multi-dimensional array however, so you should capture it in your API file using something like. $response = print_r($_POST, true); file_put_contents("/path/to/file.txt", $response); My PHP is rusty, but I think that would work. Make sure file.txt exists and is writable, and after the POST request is made, open the file and see what the array looks like and you'll know where to pull your data from.
  14. You monitor email sent to MAILER-DAEMON@ your domain? I'm guessing that your mail server bounced a message to the support system and this email is the result
  15. I wonder if this is something Mike (Licensecart) can do.
  16. We are looking into this. It should be corrected if it hasn't already been corrected in 3.2. I'm assuming you're running 3.1?
  17. Adding this for future reference.. This error appears to occur when a transfer is in progress but is not complete. When the transfer has completed, this error should no longer occur. See https://support.logicboxes.com/helpdesk/index.php?/Knowledgebase/Article/View/41/0/seeing-the-error-t3-error-website-doesnt-exist-for-order-id-when-searching-for-a-domain
  18. Currently the Universal Module can currently only do POST requests to an external URL. We have plans to make this more robust in the future.
  19. Paul

    Text At Boxes

    Edit the Product under Settings > Company > Modules > Universal Module. The "Name" field is the label. Change this to whatever you want it to appear as.
  20. Paul

    Text At Boxes

    That should be package name and label. The label for most packages is a domain name, but it depends on the module as the module sets the label.
  21. It sounds like your PHP curl is not accepting bitpay.com's SSL certificate. This should be fixed on your server, but you may be able to get around it by editing components/gateways/nonmerchant/bitpay/lib/bp_lib.php. Search for CURLOPT_SSL_VERIFYPEER and change it from 1 to false. You may need to change CURLOPT_SSL_VERIFYHOST also, but I'm not certain.
  22. Paul

    Auto Debit

    Go to the clients profile page, click Payment Accounts under Account Actions. Here all their payment accounts are listed, and there is a radio button on the left. Select the payment account that should be used for auto debit, and click the "Use for Auto Debit" button.
  23. Paul

    Auto Debit

    Auto Debit Days Before Due Date of "Same Day" means that it will try to charge them on the invoice due date, not the day the invoice is generated. Also check that one of the payment accounts is set up for auto debit, and that Auto Debit is "Enabled" on the client profile page (It's in the left column, client detail box)
  24. Paul

    Release 3.2.0-B2

    There is no blesta.php in the download zip. When you upload beta 2 overwrite your existing files, but make sure config/blesta.php is still in place. If your FTP program deletes config/blesta.php instead of overwriting your files (Since there is no config/blesta.php in the zip) then it's a bad FTP program and should be punished.
  25. Paul

    Release 3.2.0-B2

    During install blesta-new.php is renamed to blesta.php and populated with your database information. So, when upgrading, you should have a blesta.php file in the config directory. If you don't it was deleted and you'll need to recover it in order to upgrade.
×
×
  • Create New...