-
Posts
6,687 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
Config option upgrades/downgrades were added in 3.5, I would suggest upgrading and trying it again. In 3.4, when you change a config option as an admin, it should renew at the new price, but it won't charge a prorated upgrade amount (this is in 3.5).
-
What version are you running? There was an issue in 3.4.3 and 3.5 beta 4 or 5 that was resolved in 3.4.4 and 3.5.0 that this may be affected by.
-
Upgraded Server To Php 5.5 After Upgrading Blesta To 3.5 Yesterday
Paul replied to JoieDeMort's question in Support
Yes. When you run EasyApache you can select Ioncube, if you did it should work. If not you can install it manually. Download the "Loader Wizard" here - https://www.ioncube.com/loaders.php Upload it to your site, run the wizard in your browser. It will walk you through what you need to do. -
Overwrite all your files from those in the download, and run /admin/upgrade in your browser. Make sure you back up your files & database first.
-
In QA, likely release in the morning if all checks out.
-
Nice work! If you update the Blesta color theme you could really make it look nice
-
The late notice will work for existing invoices, but late notices are only sent out on the day they are suppose to. If the cron fails to run, or if you change the setting and an invoices is greater than that number of days past due, no notice will be sent.
-
Selling Unbranded Blesta License With Multi-Company Support
Paul replied to autobus's topic in The Lounge
The license is valid and has 1 addon company. -
Yes, under Packages > Order Forms, edit your order form. Uncheck "Require Manual Review and Approval of All Orders". Under Packages > Order Forms Settings tab, if you are using Anti-Fraud it may go into review if it meets a certain threshold, so just check your settings.
-
The service is probably "in-review". Go to the Billing > Overview page and check that the order was approved through the Orders widget. If the order is approved, then the service will be "pending" and should appear on their client profile page under pending services.
-
Blestamodalconfirm On All "use Module" Executions
Paul replied to PauloV's topic in Feature Requests
Screenshots? -
Yes, or by creating another account for that client for the purposes of manual invoices that should not be auto debited. I would like to add a method by which a specific invoice can be made exempt for auto debit. This option could be selected during invoice creation or edit and would prevent auto debit from running against it. If this sounds good, please start a feature request thread so we can get some feedback from the community and plan the feature.
-
You could update the template to make it a hidden field with the desired value.. but why do you want to hide it?
-
Nope, not compatible. You will need 3.5. The good news is, you'll be able to upgrade to 3.5 soon as we're nearing the official release.
-
Selling Unbranded Blesta License With Multi-Company Support
Paul replied to autobus's topic in The Lounge
People may want to know how many addon companies the license comes with. Also, if you can PM me your license key, I can confirm that it's legit. -
Awesome!
-
Nice, thanks for the contribution. I love your color theme as well. We would be interested in updating our official cPanel module with extended features, so long as it maintains compatibility and is coded well. There are some issues in the original cPanel Extended module that would need to be corrected, especially in terms of design consistency so I'm not sure the best approach. Also, I'd love to extend the capability of modules such that management features can be granted on an individual basis to clients. (For example, some may not want a client to be able to change their password, or manage cron jobs) In the future
-
You can add a recurring coupon by clicking Manage next to the service and entering the coupon code under the "Upgrade/Downgrade" section. For the first invoice, you'll need to adjust that manually. To do so, edit the transaction and click the "Unapply" link next to the invoice. Then, edit the invoice to reflect the desired total. You may then do a record payment to apply the credit from the previous transaction to this invoice.. or, if there are no older invoices on the account, wait until the cron runs to apply the payment.
-
Pretty sure I re-issued your trial key this morning.. I got an email from someone that I think may have been you. If you have any trouble with the license still, email sales as mentioned or PM me here.
-
If it was searching just for the invoice number it would be fast, but it looks like its doing a lot of joins and sub queries. Cody will likely need to look at the query to see if it can be optimized. This does highlight the need for more advanced filtering, which we plan to add under Billing > Invoices. The thing about searches is that if you limit the result set by specifying multiple criteria it's going to be faster.
-
What version of Blesta are you running? What version is the module? (You can check the module version under Settings > Company > Modules)
-
Cancel Orders That Are **days Old Automatically
Paul replied to domaingood's topic in Feature Requests
I pushed this up a bit in the backlog.