Leaderboard
Popular Content
Showing content with the highest reputation on 06/01/2015 in Posts
-
Hey guys, Thought others might find this useful. I needed to have old configurable option values available in my POST requests from the universal module so after a bit of digging a pretty simple edit to app/models/services.php takes care of this nicely. Unfortunately it's a core edit, though hopefully this can make it into core officially *hint hint* // KNOWNHOST MOD RETURN OLD CONFIG OPTS foreach($service->options as $config_option){ if(isset($config_option->option_type) && $config_option->option_type == 'quantity'){ $vars['oldconfigoptions'][$config_option->option_name] = $config_option->qty; }else{ $vars['oldconfigoptions'][$config_option->option_name] = $config_option->option_value; } } // END KH MOD RETURN OLD CONFIG OPTS Insert this code around line ~1064 (right above $service_info = null;) of app/models/services.php I've only tested this a few times with different scenarios but it works perfectly in my environment. Enjoy2 points
-
I agree ,this is something which is more important in this moment.2 points
-
Still Request Mass Mail Feature
serge and one other reacted to Blesta Addons for a topic
just a addition , Domain Manager = Core business . Cpanel Module = Core business . SSL Module = Core business . Mass Mailing = Tools . Affiliate System = Tools . i'm NOT against mass mailer , is a essential thing in the system , but we prioritize the things.and as PualoV explained , we can use a third party system tools to achieve the result, but the domain manager , we can't use any third party tools to achieve the result . that is the case and that is the important .2 points -
[Module] Opensrs - Beta 1.0.8 Relesed :)
Blesta Addons and one other reacted to PauloV for a topic
New Update Optimised in only one core modify file, the patch file for set diferent prices for diferent types:Domain RegisterDomain TransferDomain RenewNow it only needs to modify one file, the [blesta-instalation-folder]/plugins/order/lib/order_types/domain/order_type_domain.phpif you apply the patch files before to set diferent prices for diferent types, you can replace the file [blesta-instalation-folder]/app/models/packages.php with an original file and then apply the new patch file in the first post.2 points -
Pro-Rata Upgrade/downgrade Invoices Remove $0 Line-Items
Blesta Addons reacted to Jonathan for a topic
I have a service which uses a lot of dropdowns for various configurable options (10+). This being the case, editing a single one results in a 4-page pro-rata invoice that is just a confusing mess to me, so I know it will be to customers. @Cody / @Tyson I sent a copy of it to @Paul via email so he can pull it up for you. 450686.pdf sent today.1 point -
Mike, that task is for the quickbooks-like invoice template. While we do have plans to integrate quickbooks, it's not a particularly high priority right now. If you guys can get integration done for $275 you should go for it.1 point
-
I'm not familiar with the behavior you're describing. Blesta doesn't cancel unpaid invoices. However, in v3.5, it would be possible for invoices created for queued services to be voided if not paid within a few days. What happens to the invoice exactly? What status is it changed to?1 point
-
Still Request Mass Mail Feature
Blesta Addons reacted to serge for a topic
Well we can on InterWorx just make a DNS record so you can put ns3.domain.com ns4.domain.com pointing to the IP and boom child nameservers. Want a domain to point to another IP, make the record and it works. That's how I did our VPN record no need to use Resellerclub to do it. What you describe is zone delegation to your nameservers, and what I was saying is when the blesta merchant want to use nameservers from registrar, so what you describe is completely the oposed to the case I was saying I would kindly sugest you learn about what is zone delegation. and regarding other billing software, yes in their domain management section, editing dns record is just feature of each regisrar module, http://hostbillapp.com/hostbill/domainmanagement/registrars/ but same for whmcs (I still use) clientexec, etc. you should not confuse with managed dns service addon that is used when the merchant want setup his own namesers and offer hosted DNS even for external domain.1 point -
Still Request Mass Mail Feature
Blesta Addons reacted to Jonathan for a topic
@Licensecart just because something isn't a high priority to you doesn't mean it's not a high priority to someone else. Who are you to tell someone what's important to them or not? You constantly run around these forums bashing anyone with an opinion different than yours, or *gasp* anyone who's critical of Blesta.1 point -
Still Request Mass Mail Feature
Blesta Addons reacted to Nelsa for a topic
As I understand Paul, He said "We can get mass mail plugin while planing and working on better domain menager" ,well if it is posible to do it without delaying to much domain menager I woud say it is good solution, but we all have different needs when it comes new plugin/gateway/module and for every user his request is MOST important ,it is important to make some list of most needed futures and maybe poll can be good solution for making some list. I remeber we are talking about mass mailing future long time ago and in that time I sugest looking in to IP board mass mailing tool(i'm using it now for mailing clients till Blesta plugin pop up) and it has option to set number of sent e-mails per cycle and this is important for company with huge clients base.And if I had to chose Domain menager or mass mailing I woud say domain menager but I respect fact that other users are maybe in need for something other and poll can solve this.1 point -
Add Language Selector In Client Side
PauloV reacted to Blesta Addons for a topic
i have updated the first post . check it now .1 point -
Still Request Mass Mail Feature
serge reacted to Blesta Addons for a topic
Don't put multiple choice . Just one choice per user . Or mqke 2categories , one poll for modules abd other for plugins . And im still in my point of view. Domain manager will port more points to blesta that the mailer plugin .1 point -
How To Pass Domain To Order Page ?
Blesta Addons reacted to quicklyweb for a question
Thanks for the link. I noticed that post earlier but not sure how he achieved what he achieved without doing core changes1 point -
Still Request Mass Mail Feature
ModulesBakery reacted to Paul for a topic
Maybe it's time for another poll. Maybe we'll create on and send it out with the 3.5 release announcement email.1 point -
[Gage Interest] Quickbooks Online Intergration
Paul reacted to iNode Cloud for a topic
Hi Jonathan, Im currently also getting a quote to build a blesta <> quickbook integration module - we could split the cost if you are interested. QuickBooks Plugin For Blesta · Invoices 1. Create Invoice (Invoices created in Blesta gets imported to QuickBooks) 2. Update Invoice (Any change made on the invoice would reflect to QuickBooks's Invoice) 3. Void/cancel invoice · Payment 1. Create Payment (transactions added in Blesta gets added to QuickBooks and get applied to an invoice if any) 2. Update 3. Refunded/Declined · Client/Customer 1. Create Customer (On Invoice importing first the plugin will check if the customer info is already recorded in QuickBooks, otherwise, it gets recorded) Project Turnaround time: 14 business days Total Cost: $275 USD1 point -
Would this be popular? I've had to make a universal domain module to sell TLDs for which I don't have an API. Most importantly, it adds the TLD extension to the order form and checks availability. It also does DNS / nameserver lookups. That's about all the functionality it has, but it should work with any domain name extension. If it's something that's popular, I'd be happy to release the code.1 point