-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
Did they change the name to netcash or is it still sagepay? Is this a payment gateway you need in order to switch to Blesta? If so, we may be able to create it for you.
-
Ability To Choose Payment Type When Creating Invoice
Paul replied to evolvewh's topic in Feature Requests
Being able to make an invoice exempt for auto-debit is our preferred way to go. Not sure a task has been created for that, but it should solve this issue. -
Is port 587, 465, and 25 egress open at your firewall? That is the most common issue.
-
The merchant gateway Converge (formerly VirtualMerchant) is now available for Blesta, and will be included in the next release. To install, download the attached converge.zip, unzip and upload the converge directory to ~/components/gateways/merchant/ Then, follow the directions in the documentation at https://docs.blesta.com/display/user/Converge converge.zip
-
- converge
- virtualmerchant
-
(and 3 more)
Tagged with:
-
The merchant gateway Braintree is now available for Blesta, and will be included in the next release. The gateway requires PHP 5.4 so, don't install it if you aren't running PHP 5.4 or greater. To install, download the attached braintree.zip, unzip and upload the braintree directory to ~/components/gateways/merchant/ Then, follow the directions in the documentation at https://docs.blesta.com/display/user/Braintree braintree.zip
-
Free or paid? You may want to provide more information in your post.
-
What if we did the following: If there are no past due invoices, show the same message we do now, but instead of yellow make the box blue (Not urgent). If there are one or more past due invoices, show the box yellow (as it is now) and display two buttons. Something along those lines.. so that, if there are any past due invoices, the client can see the total due, and the total past due, and make a decision about which they want to pay. Thoughts?
-
What do you all think of Windows 10 spying? http://bgr.com/2015/07/31/windows-10-upgrade-spying-how-to-opt-out/ Have you done anything to circumvent this?
-
Blesta also needs to execute the mysqldump binary on your server, so you should make sure that it's available and your user has execute permissions.
-
Additional contacts of course can have their own email addresses, and the contact name can be the same. The benefit of using contacts is creating multiple billing contacts if multiple people want to receive invoice emails. What you could do though, if you want people to be able to provide an "alternate email", is to create a custom client field. Settings > Company > Custom Client Fields. Using a custom field for this will allow you to enter it under "Additional Settings" when modifying the clients information, and clients can enter it during checkout, and update it on their own as well.
-
Please see CORE-1480, which will exclude non-income transactions from revenue. This is planned and should be completed soon.
-
Upgrade/Downgrade wasn't an option when the module was written. I would suggest using the "Cancel at end of term" option when creating packages for SSL certificates and not allowing upgrade/downgrades. When the cert expires, the service will be cancelled, and they can place a new order for the certificate. The module needs to be updated such that it doesn't require the CSR or other information during checkout, but instead allows the customer to login and submit that information when they are ready.
-
Is the docroot set up to point to the correct location? You should be able to try to access /index.php and see if it loads that. If it does, then there may be an issue with mod_rewrite in your web server. If you get a 404 error when accessing /index.php then the doc root is almost certainly pointing to a different location than the files.
-
Nice, congrats!
-
Allow Navigation Links To Support External Urls
Paul replied to Blesta Addons's topic in Feature Requests
If the plugin were modified to take that path, have it touch the plugin, and the plugin perform a redirect, that would work wouldn't it? So instead, the link might look like http://your_blesta_domain.com/blesta_path/client/plugin/yourplugin?url=http://www.blesta.com And, the URL is passed in as say a get parameter, and the plugin validates that it's a legitimate nav link and performs a redirect. -
Interesting, I'm surprised I have never heard of this. https://tools.ietf.org/html/rfc5321#section-5.1 I'm assuming then that the address you are having trouble with has no MX record, but there is a valid A record, and the domain does receive mail? If we make a change, we should be clear about what we are changing. So, in this case, we should assume if their is no MX record, but there is an A or AAAA record, then we should accept the address? It may be possible that a domain has no A record, but has an MX, and it's also possible that the domain have no A record, but resolve to an IPv6 address with AAAA. So, I believe we would want to check the MX, and if there is no record, check A, then AAAA, and if no record is found in any case, reject the address. I have to think that it's a bad idea not to have a valid MX record and to rely on this RFC, given that many spam filters and other devices are likely to check the presence of a valid MX record. For example: (from http://www.watchguard.com/help/docs/wsm/xtm_11/en-US/index.html#cshid=en-US/multiwan/mx_record_c.html) Watchguard makes spam and network firewalls and their documentation seems to indicate that they rely solely on the MX record. I suspect this may be fairly prevalent.
-
Allow Navigation Links To Support External Urls
Paul replied to Blesta Addons's topic in Feature Requests
Doesn't your Admin Tools plugin allow modification of the nav? If the URL can't be external, couldn't the plugin perform a redirect? The Portal plugin is intended to become a more feature rich CMS in time, and nav links to external resources would almost certainly be part of that. -
The intent of the display is to show all open balances, regardless of due date, which is the "outstanding" amount and not necessarily "past due". As suggested in the thread though, you can modify the language if you think it should be worded differently. Different words have different connotations in different parts of the world.
-
If you have an owned license with us, you can purchase the License Manager in the client area by clicking Manage next to your license and Addons on the left. The License Manager can also be purchased as an addon during checkout with an owned license. There are 2 components, the License Manager plugin - http://docs.blesta.com/display/user/License+Manager and the License Module - http://docs.blesta.com/display/user/License+Module The plugin acts as your license server, and the module is used when creating packages and generated license keys.
-
We don't recommend doing this, but would still love some feedback from people who do this (Has it caused you any issues with other longer running tasks?). Order activation and POP/IMAP tickets are the primary tasks people ask for more frequent cron runs.
-
The error indicates you probably have PHP 5.4. ioncube is a system requirement for Blesta and the extension must be available to your PHP. The ioncube loader wizard is a good place to start if you aren't sure how to install it. If you are using cPanel/WHM, then you can use EasyApache to recompile Apache/PHP with ioncube under the exhaustive options section.
-
Does the domain have a valid MX record? Can your server resolve DNS properly? Blesta simply checks that a valid MX record exist for a given domain within an email address. If it doesn't have an MX record, it cannot receive email and fails validation.
-
You can enable error reporting in your config/blesta.php by changing Configure::errorReporting(0); to Configure::errorReporting(-1); Then, try running the cron manually under Settings > System > Automation and see if there are any errors. You may need to temporarily disable your cron from running automatically and wait a while to run it manually.
-
Yes, only paid pending services are provisioned, which means that.. 1. The service is in the status "pending" *and* 2. All invoices associated with that pending service are paid in full. If you void the invoice, it will be provisioned because no payment any longer due.