-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
Customers may pay with a payment method that takes the client away from Blesta, which posts back to Blesta when the payment is completed. Provisioning services through certain modules may take a significant amount of time to complete, such that making the user wait in the browser may result in a timeout. We are considering an enterprise level feature that adds a daemon to your server that runs continuously and processes certain jobs like order provisioning in near real-time.
-
Yeah I think you should check the database and see what the total actually is. As Tyson mentioned, there is a good chance that there is some hidden decimal value and the total is not adding up. You can also try editing the invoice, and statically enter the value. If you are using quantities, then remove the quantity and enter the total value as a single quantity and try to process.
-
Are you having trouble using the existing template system? We are not opposed to something like twig, but changing things now would be involved and the current template system is simple and works well. Why change it now?
-
Void Open Invoices on Service Cancellation
Paul replied to Blesta Addons's topic in Feature Requests
So 1-180 days? Maybe we should make a poll, would be nice to get some more feedback. 180 items in a dropdown though is a lot, so I wonder if we should skip after 60 days into 30 day increments. 1 2 3 ... 60 90 120 150 180 -
Void Open Invoices on Service Cancellation
Paul replied to Blesta Addons's topic in Feature Requests
What options do you recommend? 1-365 days? 1-60 days, then add 90, 120, 160, 190, 220, 250, 280, 310, 340, 370 or something like that? 365 options is a lot. -
Are you seeing this only on the Standard template or on all? Just that the domain name itself is missing from the order summary? We'll look into it.
-
Void Open Invoices on Service Cancellation
Paul replied to Blesta Addons's topic in Feature Requests
You can probably manually change the value in the settings to override. A year is a long time. We would consider changing the options, but we haven't really had any other feedback on the setting so I'm not sure how many would want > 60 days. -
Did you create the service and invoice in the admin area under their profile, or did the client place an order? When adding a service, admins can opt to have the service created right then. The status should be set to "Pending" if it should not be activated until after the invoice is paid. The invoice must be generated as part of adding the service, you can't add an invoice afterward because it won't be linked to the service.
-
There's not a way to check system requirements post-install. What I would recommend is uploading another copy of Blesta in a subdirectory, and access the installer in your browser - it will do the requirement check... just don't continue to install.
-
We don't release new features in bug patch. MAJOR.MINOR.BUG. Stripe 3DS will be in 4.7, beta soon. Wrapping up now.
-
A round about way to do it would be to add a staff user with an email address for your department, then login as them and subscribe them to receive order notifications under Billing > Overview, by clicking the gear/widget icon. Just be careful that the from and to address is not the same, order emails should come from a different address.. don't want to create any loops.
-
We are finalizing this right now and support will be included in 4.7, which we hope to have in beta very soon.
-
Use the version here. There's not an automated migration, typically you'll need to create new packages and replacement services but you can uncheck the "Use Module" option when adding the DA service so that it doesn't try to create it through your server. Then edit the service and make sure the username is correct and if not, adjust and save again with "Use Module" unchecked.
-
That's weird regarding your email, I see you're registered with that currently. Maybe the IPBoard Spam service had an issue with the address, because the email/domain is NOT blocked internally by us. We do block a lot of free email domains, but not yours. I'd like to build a Lightsail module, a few people have asked for it but it hasn't risen to the level of demand we need to move forward with it yet. Anyone want to sponsor?
-
support manager image attachement uppercase extention
Paul replied to Blesta Addons's topic in Feature Requests
Are you running 4.6? This sounds like an issue I noticed myself that we already fixed. -
By default services that renew at the same time appear on the same invoice. This can be disabled under Settings > Company > Billing/Payment or in the Client Group though, to make all services appear on their own invoices.
-
You are the MAN. Nice work as usual, and glad you are back.
-
My head isn't as deep in it as Jonathan and Tyson, but that sounds right and I don't think we are overlooking anything. The ability to handle tokenization without passthrough via stripe.js is necessary to be able to support 3DS as far as I'm aware, so we're kind of addressing 2 things at once. If you'd like to test it out when we have something available that would be great. Since it requires core changes, it will likely require 4.7 beta.
-
What is getting mixed up exactly? CORE-3068 is for implementing Stripe 3DS, and the core changes required to support it.
-
Stripe 3DS is in progress.. as in, code is actively being written for this.
-
I was able to confirm https://dev.blesta.com/browse/CORE-3228
-
What currencies is this format commonly used for? Or is it just a preference?
-
So the invoice totals are different between the original and what is in Blesta? Would it be safe to say that removing tax on all imported invoices would result in the correct balance? We'll have to look into this, but it may be possible to make a simple tweak to prevent taxes from being added during import.
-
@Blesta Addons can you duplicate this on a fresh install of Blesta on the same server? That could confirm or rule out a PHP / server side issue.
-
Oh, that's interesting.. the whois response returns the registrar price I assume, and the markup table dynamically sets the price. This is starting to make sense. Yeah, this isn't currently possible, will have to look into it.