-
Posts
6,714 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
Yes, you should be able to delete and recreate the payment account. It sounds like something has gone wrong with the old payment accounts from the legacy gateway, the migration may have failed for some reason. That's a bummer.
-
We have a task for VIES integration, CORE-3780 that we'll likely implement later this year. I'm not sure what you mean by split payment, not familiar with that EU regulation. Business type We don't have any country specific electronic invoicing yet, and no ETA. Credit notes are planned, but with proforma invoices it hasn't been a huge priority. Invoice formats can be customized for invoice, invoice drafts under Settings > Company > Billing/Payment > Invoice Customization, including tag replacement for year, month, day, invoice start value and increment value. Duplicate invoices and gaps in invoice numbers don't typically occur, unless an invoice is deleted manually. Payments that are not applied to an invoice remain as a credit on the account. Blesta can invoice monthly and handle automatic payments monthly, but I'm not sure if this is what you mean. Invoices are generated based on renew date, which can be pushed back. There's not a "pause" option that would back bill once unpaused, but that's an interesting idea. Public and private notes on invoices is supported, but they are not automatic based on some criteria. Overpayments are issued as a credit on the account and can be used for future invoices. Both overpayments and partial payments are supported in Blesta, and fully tracked. Not sure I follow on this one. Invoices that are fully paid are closed as soon as that occurs. Does not currently exist. Blesta will generate an invoice that may result in 0 due, but the invoice will be automatically closed. Changes to contact information is tracked and available under Tools > Logs > Contacts, but it's not easy to go back and see what it was when an invoice was originally issued. Planned for the future. Yes, implemented recently. Not familiar with this one. Not yet, but planned. Not supported. There is a report, but I don't believe it includes all of the details for invoices. There is currently no location based gateway restrictions, interesting idea. Order form supports embedding code like facebook pixel, or editing a template file for all of Blesta. Only when placing an order do they need to agree to terms. No option to force on updates. Blesta can send email via 3rd party SMTP, but I'm not sure if that's what you mean. Affiliates system was just released, includes recurring and one time. Commissions cannot be different per product, but it's planned for a future update.
-
Did you switch from the legacy "Stripe" gateway? If so, did you run the import to import cards into Stripe Payments? Does this impact all payments, or only payments with cards/Payment Accounts that existed prior to enabling the new Stripe Payments? If you delete the Payment Account, and re-create it, does it work then? What version of Blesta? What version of Stripe Payments?
-
I believe this is possible by creating a route, similar to the order manager which uses /order/ instead of /plugin/order/ See https://docs.blesta.com/display/user/Configuration+Files#ConfigurationFiles-routes.php for details. If you need help, creating the route, one of our devs may be able to help. It wouldn't hurt if we had some common examples in our docs anyway.
-
I believe they are looking for the secure cookie attribute, that makes the cookie unable to be sent over an unsecure connection. See https://www.itnota.com/enable-secure-httponly-cookies-iis/ for IIS, it should help you update your config in IIS to meet this requirement.
-
Did you set up a secret word as mentioned in that other thread? You might also check that your server supports TLS 1.2 via CURL and Apache, that there's no errors in the logs under Tools > Logs > Module Log, or in your file logs at ../logs_blesta/ (path defined under Settings > System > General), and also see if 2CO is making an HTTP request in your web server logs.
-
This may not be complete, I have not tested it, but in v4.11.1 under /plugins/support_manager_views/default/client_tickets_reply.pdt and client_tickets_add.pdt you could comment out the code that is responsible for the upload feature. Backup the files first and be sure to test. In client_tickets_reply.pdt comment out (starting at line 57): <div class="form-group"> <?php $this->Form->label($this->_('ClientTickets.reply.field_attachments', true), 'attachment[]'); ?> <div class="dz-message"><i class="fa fa-upload"></i> <?php $this->_('ClientTickets.reply.dropzone_drop_files_here');?></div> <div class="fallback"> <div id="file_attachment"> <?php $this->Form->fieldFile('attachment[]', ['class' => 'martop5']); ?> </div> <a href="#" id="add_attachment_field"><i class="fa fa-plus-circle"></i> <?php $this->_('ClientTickets.reply.text_add_attachment');?></a> </div> <div class="dropzone-previews"></div> </div> In client_tickets_add.pdt comment out (starting at line 50): <div class="form-group"> <?php $this->Form->label($this->_('ClientTickets.add.field_attachments', true), 'attachment[]'); ?> <div class="dz-message"><i class="fa fa-upload"></i> <?php $this->_('ClientTickets.add.dropzone_drop_files_here');?></div> <div class="fallback"> <div id="file_attachment"> <?php $this->Form->fieldFile('attachment[]', ['class' => 'martop5']); ?> </div> <a id="add_attachment_field" href="#"><i class="fa fa-plus-circle"></i> <?php $this->_('ClientTickets.add.text_add_attachment');?></a> </div> <div class="dropzone-previews"></div> </div> Again, I have not tested this. Backup your files, comment out that code with /* at the start, and */ at the end and test test test. Any issues, revert. Note! This is only intended to remove the attachment feature for clients, staff will still have it.
-
How would this be implemented? I wonder if we should create a route or something that would have a shorter URL, like /a/CODE that just creates the cookie and redirects to /. Or maybe a setting to set the URL to redirect to.
-
Alternatively to Admin Tools as Blesta Addons mentioned, you can edit the services table and change services.client_id from the old client id to the new client id. This id is the internal id, which is shown in the URL when accessing the client's profile page. It may be different than the Client ID shown for their account on their client profile page.
-
You could probably create a mod_rewrite redirect rule that looks for /a/* and redirects to the full path. I don't know what that URL would be, obviously you'd only want to redirect if the URL began with /a/something.
-
We don't have an ETA but our 2 biggest priorities were Affiliates and Domains, now that Affiliates has been released, we have put a lot more effort into domains and are making significant progress. 4.12 will have some additional core changes needed to support domains, but we don't have an ETA of when the domain update will be released. Domain manager update requires some core changes, plus the domain manager plugin. We may release the plugin as a beta on its own as not initially as part of a release, we'll see. We're working hard to get an initial release for domains, and it's likely we'll add additional features/updates over several releases.
- 181 replies
-
There's no way to know the IP of the sender. If you want to get the IP of the mail server that the email originated from, you'd need to obtain that from your mail server. If you are using IMAP to import emails to tickets, you should be able to check the original email on your mail server if you have "Mark as Read" instead of delete set for your department, and inspect the headers.
-
We did not implement the OP's request, however you can choose which Package is selected by default by including it in the URL, see https://docs.blesta.com/display/user/Order+System#OrderSystem-LinkingtoaSpecificProduct For example, you can append &package_id=2 to the URL to select the Package with an ID of 2 by default. This is particularly useful if linking to products from your website, you can link directly to the items with whatever options you want selected. You can even pre-select a price/term by passing in pricing_id.
-
You are welcome to publish the code if it may be helpful to others. I can imagine someone stumbling on this thread later and wishing it was included.
-
Can you check your Blesta logs under ../logs_blesta/ to see what the error is? I'm assuming it's a MySQL error, but the text of the error would be helpful. It may make sense for us to look into adding emoji support to the ticket system.
-
https://dev.blesta.com/browse/CORE-2305 describes gateway discounts and gateway fees What is your use case? You want to charge a service fee for credit cards but not wire xfers? What gateway do you use for each?
-
Need Itemized List and Prices to Appear in the EMAIL TEMPLATES
Paul replied to turner2f's topic in Feature Requests
An example/mockup would be great. -
I'm not sure what you are asking. When you say departments I think support departments. Do you mean different mailboxes within the company, like sales@ billing@ etc? Are you just wanting a simple way to update all email template from addresses without editing each independently? For most who install at a subdomain it's a minor inconvenience, having to edit each template and change the email address. It takes about 5 minutes to edit all of them and update. But after that, it's not likely they will need to change. Best way I can think of to improve this is to add an option to simply mass update all email templates to use an address or a domain specified.
-
With the affiliate system released, domains are getting a lot more attention now.
- 181 replies
-
It handles fees and discounts, you can decide.
-
https://dev.blesta.com/browse/CORE-2305 Does this work? The idea is to have a discount or a fee associate with each. So you could charge an extra 3% for PayPal, or charge 20% less with Bitpay for example.
-
Thanks guys, this is all really good information. I've created this task https://dev.blesta.com/browse/CORE-3780 and we'll be looking into it in more detail soon. Would love to get this done for you all. If you have anything to add, please let us know.
-
No, I believe they are base64 encoded.
-
Our logicboxes module which supports ResellerClub is for domains only. You can sell anything without a module, it just wont be provisioned automatically. If you want to automate sales of other ResellerClub products, have you reached out to them to ask about a Blesta module? They might be willing to create an integration for those things.
-
We have ramped things up, tell your friends