-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
This is getting a lot more attention after we release the affiliate system, would should be in 4.11. Affiliate System, and Domain Manager are the 2 biggest items on our todo list right now.
- 181 replies
-
Did you download the importer from here, or did you use the one that's included in Blesta 4.10? The one that ships with Blesta is most up to date. If you have any trouble importing with the current version, or something changed in CE, we can take a look and update the importer.
- 4 replies
-
- clientexec
- importer
-
(and 1 more)
Tagged with:
-
updating a Configurable Options return invalid Renewal price
Paul replied to Blesta Addons's question in Support
How can I reproduce? I tried and had no problems on 4.10. If you do a fresh install someplace else, do you still have the issue? -
updating a Configurable Options return invalid Renewal price
Paul replied to Blesta Addons's question in Support
How are you changing it? I'm not experiencing this in 4.10. I can't say certainly, but I think there is some javascript that is responsible for setting the renew price to the price if the box is unchecked. If that isn't working, or you have customizations that break that javascript, then it could explain it. -
It looks like that query happens in order_plugin.php as part of updating to version 2.22.0 of the order manager. Perhaps a failed upgrade caused it to not complete the 2.22.0 upgrade? I would look at the code for the 2.22.0 and 2.23.0 updates and see what was missed.
-
Is there a feature request for this that goes into some detail about how this should work? We can certainly look into it and try to plan it out. I assume a bundle is just a predefined set of packages and that a client who orders a bundle would get all of the items together, and couldn't remove any of the bundle items from the cart without removing all the bundle items.
-
I'm not sure I understand what you mean. When upgrading/downgrading prices are prorated to end of the current term, and then renew at the new term. Are you saying you want to bill the client for the full amount of the new package & term?
-
Also, just to add to this.. each staff member can subscribe to order emails if they have access to the Orders widget by clicking the cog/gear icon and subscribing.
-
Testing Blesta on Localhost, require trial key
Paul replied to Budi Arsana's question in Pre-Sales Questions
I sent you a new trial key via our website chat. If you purchase an owned license, you can request a free development license for development purposes. If you get a monthly license, we can usually offer a development license as well, but they expire after a few months and can be renewed on request. -
Version 4.10.0 is now available, please see the release announcement. Patching Blesta See Patching Blesta in the User Manual for instructions. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Migrating to Blesta See Migrating to Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 4.10.0. For older releases see all Change Logs.
-
That's very interesting, thanks for the update! Any idea on what they are using to block outbound requests? Did they just block the http port (80/443) egress at their firewall? Maybe this will be helpful for someone else in the future.
-
The only reason I can think that you'd be logged out is if there is a firewall or proxy or mod_security rule that is being triggered for some reason. Nobody else has reported this, never heard of anyone being logged out when saving an order form before.
-
What's under the "Settings" tab, what is the default order form set to? If you click Edit on this order form, is it set to public for visibility? The Amazon S3 backup option only supports Amazon and not other storage hosting providers that emulate Amazon S3. It may be possible to modify the code to change the API URL to use another provider, but it's not officially supported.
-
What do you have set for your default order form under Packages > Order Forms > Settings tab? Did you create an order form? Is the order form visibility public? For like-license, yes. So if you have an owned license with a competing product, then we can get you a coupon with proof of purchase. Email sales proof of purchase. If it's not one of the most common competing products, then we have discretion on whether it qualifies. I'm not sure what you mean, is this for Blesta or for a competing product?
-
-
I like the changes, let's do it!
-
What he said ⬇️
-
Yes, this is a known issue in 4.10.0 beta 1 and will be resolved for beta 2 or final, whichever is the next release.
-
Blesta version 4.10.0-b1 (BETA 1) is now available. You can download it from right here (Client Area Login Required). Read the blog post announcement at https://www.blesta.com/2020/05/07/blesta-4.10-beta-released/ 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.10 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.10.0-b1. For older releases see all Change Logs.
-
All for the same client? Do they have a lot of transactions under their account? Transactions trigger that email, so i don't see why a bunch would be sent in error.
-
Do you have any errors in your logs when this happens? ../logs_blesta/ (Path is defined under Settings > System > General) What version of PHP and MySQL are you running?
-
Woops! Does the user you have access to have access to modify the ACL permissions under Settings > System > Staff > Staff Groups. If so, then you can grant full permissions.
-
Not currently, but the latest version of the Namesilo module (shipping with 4.10, or available on Github) has an import option to import and markup pricing based on your pricing with the registrar. It's likely more domain registrars will have this option in the future, after our domain update. It would be technically possible to write a simple script to find your TLDs in Blesta and update pricing from a CSV.
-
What's the "Visibility" of your order form set to? Public is the default and is what most people will want to use. If it's "Client Only" and you are not authenticated as an existing client, then it will redirect. If that doesn't help, a screenshot of your order form configuration would be helpful, along with the settings tab (Packages > Order Forms > Settings tab) There was an issue, likely unrelated to the Standard template in 4.9.0, which was resolved in 4.9.1. If you are running 4.9.0 I would recommend updating to 4.9.1.
-
Are you sure you modified the correct php.ini? You may have a different php.ini for CLI vs Apache. To check what the path is to your php.ini as used by your web server, create the following code and upload and access it in your browser. info.php <?php phpinfo(); ?> Access in your browser, then search the file for php.ini