Jump to content

Paul

Blesta Developers
  • Posts

    6,728
  • Joined

  • Last visited

  • Days Won

    841

Everything posted by Paul

  1. "Deliver Invoices" and "Create Invoices" are different. The Create Invoices task actually generates the invoice, via recurring services or recurring invoices. Deliver Invoices actually sends it, as is the one that runs every 5 minutes. Create Invoices runs once per day. I hope that makes sense and glad that it seems to be working for you now!
  2. Merchant payment gateways do not show the name. For example, the customer will never see "Authorize.net", but rather "Credit Card". So, I see this exclusively for non-merchant gateways, and the example of showing simply "PayPal" instead of "PayPal Payments Standard" and "Bitcoin" instead of "Bitpay" are excellent examples. If we have to localize the names of gateways, then that sort of pushes us toward language files. I'm not convinced that gateway names like "PayPal" or "2Checkout" translate well into other languages. Are they not known by their names in other languages? The simplest solution is to be able to set a single name to "override" the build in gateway name. So, for non-merchant gateways, we could potentially add a new field when managing the gateway called something like "Display Name", which would default to the gateway name. For PayPal, this might say "PayPal Payments Standard", but could be modified to say anything you want. Thoughts on this kind of implementation?
  3. It doesn't matter if it's in public_html, because the subdomain will have its own docroot. I suspect the redirect is happening outside of Blesta.
  4. Do you think the name the customer sees should be part of the language file, included with the gateway? Or should you be able to specify the name manually when configuring the gateway? I'm not sure most gateways would need to be translated. Authorize.net, PayPal, these names are universal are they not?
  5. Make sure the paths are correct under Settings > System > General. Make sure there are no other .htaccess files that may be creating a loop scenario.
  6. See CORE-2295 and let us know if you have any suggestions on how we can improve the task.
  7. I like it, congrats on the new display name! Blesta Addons
  8. Paul

    authorize.net issue

    Yes sir it should! Please feel free to test it out on the v4 beta if you have the time to do so.
  9. So, Proforma invoices should not be calculated in the outstanding balance, the same as planned for "Pending" invoices, aka invoices with future bill dates? Please confirm, and I'll modify the task, assuming this is a standard requirement. It seems to make sense, since it's not forcibly due.
  10. I would enable error reporting in /config/blesta.php (change error reporting from "0" to "-1" value). Then, disable the cron temporarily, and run it manually when the next backup should be processed. Settings > System > Automation. It may output more errors. If the issue is only when your CLI/cron environment runs it, and not via Web, then you can execute the same cron command via SSH/CLI instead.
  11. Paul

    7 day trial account?

    The License Manager for licensing your own software is a paid addon ($100 one-time), which you can add to your owned license by clicking Manage next to your license in the client area, then Addons on the left, then select it from the drop down. Once purchased, you'll have access to it within the Downloads section where you can grab it and install. The mass mailer plugin is included in 4.0, and is part of the current 4.0.0-b3 beta release. It will not work on 3.6, but you can try it out on the beta.
  12. See CORE-1805. As of 3.6.0-b1, scheduling cancellation for a parent service, should automatically set the same cancellation date for addons.
  13. Paul

    authorize.net issue

    Looking at the gateway logs, was the first attempt the successful one for the full amount? After that, the gateway would normally (for authnet anyway) return a duplicate transaction error. Your logs would be most helpful in determining what may have happened here.
  14. Yes, they would necessarily have to be able to see a history of all their orders. Do you think this is best as a new widget on the client dashboard, or better as a new page? Could be a dropdown option under the new "Order" nav link in the client area, that shows "Order History" or something. They could view all orders, and cancel only incomplete orders. Thoughts?
  15. Thanks Mike, I'll just add, re #2. We can audit the code for a module or plugin for a fee, and label it as "Certified by Blesta". We haven't done this yet for any 3rd party extensions, but we're open to the idea. Re #6. Maybe. This would be on a case-by case basis. But, in large, our recommendation is that the developer release the extension as FOSS on Github.
  16. Please post beta bugs in the beta bug forum - https://www.blesta.com/forums/index.php?/forum/37-bugs/
  17. I highly recommend running Blesta separately from Wordpress, on it's own VPS at a subdomain if possible. The security issues prevalent with Wordpress make your customer data in Blesta less secure when under the same account.
  18. CORE-2230 has nothing to do with invoices generated by the order system. It has to do with pending invoices. When someone places an order, an invoice is created, not a pending invoice.
  19. Did this resolve it? A seg fault is unusual for such an issue (assuming google was rejecting the logins). If it continues to happen, I would suggest disabling the cron temporarily and running it manually after enabling error reporting. You might get more information about the error, though no guarantees with seg faults.
  20. Paul

    7 day trial account?

    We offer a 30-day free trial with Blesta. Install like normal, and when asked for a license key, just select "Start a 30-day free trial". If you mean that you want to offer software to others with a free trial, then yes you can do that with our license manager addon.
  21. LOL. If this was your first post I think you'd probably get banned as a spammer. But seriously, I really like salt & vinegar chips. Never had Aldis though, but you're making me hungry.
  22. I wish I had an idea of what's going on here. I think some further testing, outside of your live environment is in order. Install a fresh copy of Blesta, run some tests using the included Stripe gateway Install a fresh copy of Blesta, run some tests using the 3rd party Stripe gateway Do both work as expected? I think it's important to narrow down the issue to either a problem with the gateway, Blesta itself, or your specific installation. Running a test like this should help narrow it down. If you need a couple trial keys for these test installs send me a PM or open a ticket with us.
  23. Blesta version 4.0.0-b3 (BETA 3) is now available. You can download it from right here (Client Area Login Required). If you haven't seen the blog post announcement for 4.0.0 BETA 1, you can read it here. This is a BETA release. Beta releases are not considered stable enough for production use, and are UNSUPPORTED. DO NOT INSTALL IN A PRODUCTION ENVIRONMENT. Please report any bugs you find in the v4 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.0.0-b1-b3. SEE BETA3 ONLY For older releases see all Change Logs. What to Test! 1. Test everything! Version 4 is a major release. This release primarily fixes an issue with Package creation.
×
×
  • Create New...