-
Posts
3,638 -
Joined
-
Last visited
-
Days Won
242
Everything posted by Tyson
-
Admin Price-Preview Before Invoicing/queueing Changes
Tyson replied to Jonathan's topic in Feature Requests
Yes, this is already in the v3.5 beta as apart of CORE-1687. -
This will be in v3.5 as apart of CORE-1639. PauloV's patch for service renewals would actually cause an error and still not renew the domain, so you should update the Enom module to the latest version in the beta if you're currently using his patch.
-
This will be in v3.5
-
You can follow the progress of this issue in CORE-1697.
-
I don't think the debug tag should be set by default either. CORE-1696 will remove it.
-
This is fixed in CORE-1695 for v3.5.0-b5.
-
Thanks, we'll look into it.
-
Thanks, but this has already been fixed in CORE-1690 for v3.5, currently in beta. You may want to update the module to use the latest version from that beta.
-
Skipping payments on the order form when nothing is due is apart of CORE-1489, which is added in Blesta v3.5.
-
The OP's report is fixed in CORE-1607 for v3.5 as described in Cody's post above.
-
Thanks, this is fixed in CORE-1694 for v3.5.0-b5.
-
The fix for this issue is in the v3.5.0 beta apart of CORE-1652. You can update the service to remove the coupon code in order to avoid it applying when the service renews.
-
The API docs are generated by APIGen. However, the page you referenced is not the API docs, but rather documentation about configuring/expanding the API. The API source docs are available here. Swagger has some interesting features, though.
-
It is not enough to simply add an event in Plugin::getEvents(). The events need to be registered in Blesta. This only happens when the plugin is installed or upgraded. You should update the plugin's version so that it can be upgraded to register the events.
-
I replied to you in the other thread you brought this up in.
-
Seeing that this thread is not in the beta forums, I am curious to know what version of Blesta you are running. The config options only work in the v3.5.0 beta of Blesta (v3.0.0+ of SolusVM). If you're not using the beta, then they won't work. If you are using the beta, make sure your config options are setup correctly (See docs). If that looks good, show us what you have setup (e.g. screenshots of the package, config options, module logs, etc.)
-
[settings] -> [Plugins] -> [Available] lists all plugins in the system. Those that are grayed out are already installed. [settings] -> [Plugins] -> [installed] lists all plugins that are installed. If you install one and don't see it in the list, then something is not working properly.
-
I don't see how Firebug will help resolve this issue. The API requests don't originate from your browser. As the log states, Plesk denied the API request to add a webspace due to a permission issue. So check your Plesk account for what permissions your API user has access to, as it appears to be limited.
-
Yes, make sure you are viewing the plugins from the [settings] -> [Plugins] -> [installed] page, not [settings] -> [Plugins] -> [Available].
-
The short answer is you can't. Messages are handled at a higher level and there isn't yet a way to set specific messages from the module.
-
Coupons are working fine for me during upgrades in the admin interface. You should be able to enter a coupon code (if one is not already set on the service) and the pricing will update to show it. If the pricing contains the coupon, then it will be on the invoice as well. If it doesn't contain the coupon, then the coupon doesn't apply to the service. Check that you're using the right coupon code, that the coupon is not expired, that it applies to the package to which the service belongs, etc.