-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
i give you the solution for $0 . open components/invoice_delivery/invoice_delivery.php change this function public function downloadInvoices(array $invoice_ids, array $options = null) { $invoices = $this->getInvoices($invoice_ids, true); $this->buildInvoices($invoices, true, $options)->download(); } to public function downloadInvoices(array $invoice_ids, array $options = null) { $invoices = $this->getInvoices($invoice_ids, true); $this->buildInvoices($invoices, true, $options)->stream(); } test and give me feedback
-
Plugin Even When Creating Invoice From Cron
Blesta Addons replied to AllToolKits.com's question in Support
i don't think is possible .... -
Plugin Even When Creating Invoice From Cron
Blesta Addons replied to AllToolKits.com's question in Support
the event is called when a invoice is added by the Invoice model either by api or cron or web . -
i don't see any relation with your solution to the question !!! the OP ask to send data to ad it to the cart in the order form . let say this example that i have also depending in the solution . i have a plugin page X , i want to add a botton , when i click in it , it will add the X item in the session cart of order form . what should the form contient as a data to be sent and added to the cart ? if client go to checkout he can see what is added. this is possible ?
-
for my opinion is not priority , what i see here the blocker is the attachement pdf in the email , maybe if they force to shew it in the browser it can has a efect to attached pdf in emails . the suggestion is to ad a html preview , for this i have a html invoice componnts that can be used until the staff can release thier own system .
-
[Module] Proxmox Reloaded - Beta Release
Blesta Addons replied to Blesta Addons's topic in The Marketplace
Can you pm me the info ? -
in upgrade i see the full files of support_manager .... is a forgetten thing or it left for some reasons ?
-
Hello it would be fantastic to add option to add our own routes in admin interface . also to allow plugins set thier own route without the need to change the route.php in conig folder . the route.php should be updated to fetch routes from database and set them in the end of the file .
-
This is already requested . what i can confirm , is 2 thing : 1 - it can be done via plugin , i have already maked a custom work semilar to this request . 2 - when blesta add a avents to the order plugin, i will create and release a plugin for that freely
-
[Plugin] Admin Tools (More Options For Staff)
Blesta Addons replied to Blesta Addons's topic in Contribute
No , you are not missing anything , the plugin can't add a new link . the plugin has the ability to change the actual links saved in database . the probleme is from the core blesta functionality and database shema see this threads http://www.blesta.com/forums/index.php?/topic/3619-primary-key-in-plugin-actions/ you can vote for it . -
Ability To Resend Welcome Email
Blesta Addons replied to Squidix Web Hosting's topic in Feature Requests
i have liked the idea to list pop and smtp and ftp setting in the service info tab . -
Add Call Charge To Monthly Generating Invoice
Blesta Addons replied to AllToolKits.com's question in Support
are you sur the client id exist 1501 ? -
Web Design/developer And Hosting - Is Blesta For Me?
Blesta Addons replied to Folke's question in Pre-Sales Questions
Yes . is for you -
Display Customer Name At Blesta Admin Panel & Services List
Blesta Addons replied to serge's question in Support
That's is a very usefull feature . -
The Path is correct , the blestaSetHeadTag is set correctly the js file , but is not with css . the same code i used in the view pdt file and is working . is not working in the sethtml() function just or the css file .
-
i see a lot of problme you front in blesta , and some are the basic of the basic . i think is better to hire someone to adjust the blesta for you .
-
Display Customer Name At Blesta Admin Panel & Services List
Blesta Addons replied to serge's question in Support
if you mean "admin/billing/services/" ,the client ID has a tooltip that show the name of client . -
Invoice Emails, How To Include The Offline Payment Instructions
Blesta Addons replied to eXtremeSHOK's question in Support
http://www.blesta.com/forums/index.php?/topic/4840-proforma-pdf-payment-info/ -
Yes, only the css is not loaded , the js file is well loaded, i use console and firebug developer tools to check what is loaded or not . and the second jquery code is working well for css . no, the same links is working for other methods and blestaSetHeadTag for JS file , and is working without any issue . i have replaced blestaSetHeadTag for css with append jquery and it work like a charm . i'm posed the uestion that to know is there is an issue with this . this case is fronted with the setHTML() function . when i use blestaSetHeadTag in the view it work also .
-
First impression is good . Ib better than the windows 8 .
-
Invoice Emails, How To Include The Offline Payment Instructions
Blesta Addons replied to eXtremeSHOK's question in Support
There already a request for this .