Jump to content

NickP

Members
  • Posts

    25
  • Joined

  • Last visited

Reputation Activity

  1. Like
    NickP got a reaction from niyo in Poll: Which Of These Two Designs Is Better?   
    You should totally license the first theme (http://fotos.subefotos.com/b4154aba2434a8056339e76221db6df0o.png) would be highly interested in purchasing! 
  2. Like
    NickP reacted to a.daniello in Styling Html Email - Idea   
    I think that styling html email is good and using cross client/browser compatible email (also responsive) is better.
     
    Moreover add the necessary code html and css to make it through the WYSIWYG editor of Blesta, it is virtually impossible (if it is good, after saving you lose pieces).
     
    I image, editing email templates in Blesta, that i can select for each template a "model", stored in company folder: so i can make transactional emails more attractive and effective.
     
    I made some changes that work for us:
    - we get and update an html email from https://github.com/mailgun/transactional-email-templates;
    - we put one or more placeholders (eg, "@BODY@") in this template;
    - we put this template in "uploads/[COMPANY_ID]/email_templates" folder and name (e.g. "tpl_email.htm");
    - we added in app/models/emails.php after row #806 
    $email->html = $parser->parseString($email->html, $parser_options_html)->render($tags); the following
    Loader::loadComponents($this, array("SettingsCollection")); $tmp = $this->SettingsCollection->fetchSetting(null, Configure::get("Blesta.company_id"), "uploads_dir"); $template_path = $tmp['value'] . Configure::get("Blesta.company_id") . DS . "email_templates" . DS; if (file_exists($template_path . "tpl_email.htm")) { $tpl = file_get_contents($template_path . "tpl_email.htm"); $email->html = str_replace('@BODY@', $email->html, $tpl); } Attached you can see one of results. But now i like to have a more friendly management of this feature.
     
    What do you think about?
     

  3. Like
    NickP reacted to LukesUbuntu in Module Overhaul [Paid]   
    this module is nearly completed, have only have a couple hours a week to smash out opensource stuff ill remove this off my private github repository soon .....

    Anyway as others suggested added http & dns Authorization methods, implemented CRT generating couple screenshots
     
    http://prntscr.com/69x9az http://prntscr.com/69xcxf   http://prntscr.com/69xpn3 http://prntscr.com/69xl37

      I have to tidy up template's as its bit cramped, hopefully if my workloads nice to me ill have it up on github this weekend.
     
  4. Like
    NickP reacted to Blesta Addons in Module Overhaul [Paid]   
    Good work . Isee from thier api they support multiple verification , the default one is by email. Can you add the others at least Dns entries or http file check ?
    Also can you add a tab for generation crt when ssl is not yet active .?
  5. Like
    NickP reacted to Michael in [Sslguru] Resell Ssl's With Sslguru   
    You're welcome Great service there I tell you.
  6. Like
    NickP reacted to Michael in [Sslguru] Resell Ssl's With Sslguru   
    I don't for their starter slab it's $300 + VAT 23% they can get lost lol haha. I use TheSSLStore myself however the SSLGuru has a lot of SSL choices just their starter price to get into their program is too high for most people.
  7. Like
    NickP reacted to LukesUbuntu in Module Overhaul [Paid]   
    Im abit behind on my schedule on my modules due to other paid projects but will see if i push time to clean up my modified GoGetSSL module & include a renew will try to do this week will PM you or post to this thread.
  8. Like
    NickP got a reaction from LukesUbuntu in Module Overhaul [Paid]   
    Other requests where maybe a simple "renewal" button that will lead them to the order page for the same product.
  9. Like
    NickP got a reaction from LukesUbuntu in Module: Gogetssl   
    Hello Paul,
     
    Was wondering if you guys thought about the possibility of switching it over to being able to purchasing without having to submit the details for the certificate right at checkout. Reason for this is most of the time the company who assigns people to purchase the "SSL" have no clue about what it is, but they just know it's tasked upon them to get an "SSL" renewed/ordered for the company. Later on however, once paid they'll alert the technical team about the purchase, and they'll often take over when they have time.
     
    The way above is better not only for the customer, but also the business as they're getting the money from a customer who might not know how to get an SSL, and will need guidance. Versus that of turning them away because they see another language on the checkout form.
     
    Overall just feel it'd be better to switch it over to asking for them to "Generate" the certificate after purchase, and if that could be implemented that'd be awesome
     
    Edit: Along with maybe having the order inputs when checking out pre-populated with an example of what is expected to be put in the order fields, would be another great idea. As for some people they're not aware they're supposed to use "US" instead of United States. 
  10. Like
    NickP reacted to cleverhost in Need A Blesta Developer   
    Hello!
     
    I thought about tackling this myself, but now that I see some very talented developers in this forum, I think it would make much more sense to hire someone that really knows what they're doing.
     
    I'm looking for someone to build a Sift Science plugin for Blesta. Sift Science provides a fraud detection/prevention solution much like MaxMind, but much better and less expensive for smaller hosts. Sift Science's API appears to be very well documented here:
    https://siftscience.com/resources/tutorials/integration-guide.html
     
    Sift Science accounts are free up to 10,000 transactions per month, so you should be able to sign up and perform all the testing you need to do.
     
    I would also like to note that I intend to make this plugin available for sale afterwards for a nominal price, so keep that in mind as you produce your quote. I don't plan on getting rich off of it though.  I have not made a final decision on how to distribute the plugin though, so if you have other ideas then that is something we can discuss in detail.
     
    When looking at the link I provided, I would like to see a few things built into the plugin myself, like:
    I would like to see guests/first-time customers and existing customers treated differently. It would be nice to bypass Sift Science entirely for existing customers ordering additional services (e.g. an existing hosting customer that orders a new domain 3 months later -- no need for Sift Science fraud check in this scenario). If existing customers can bypass the fraud check, it would also be helpful to have a toggle to turn this feature on/off so that Blesta users have additional flexibility. The integration page has a section called "For Better Integration" that discusses things like login/logout, account creation, and cart activity. I would like to see these all integrated. There must be a place in Blesta, likely on the order review screen in the admin area, where you can see the Sift Science fraud score. If you have any questions, I'm happy to answer them privately or publicly. Quotes for development of the plugin can be sent to info@cleverhost.ca.
     
    Edited Jan 4, 2015 at 14:49 GMT-5 to clear up some things.
  11. Like
    NickP reacted to Tyson in Gogetssl Module Internal Error, Or No Response From Server.   
    What is shown under [Tools] -> [Logs] when you click on the table row related to the service being provisioned with GoGetSSL?
  12. Like
    NickP reacted to Michael in Custom Ordering For Different Groups   
    I can close it for you and nah I had to search a lot to find it myself haha but I knew we discussed it.
  13. Like
    NickP got a reaction from Michael in Price Tiers   
    +1 on this idea
  14. Like
    NickP got a reaction from Michael in Custom Ordering For Different Groups   
    My blind eyes didn't see this! Thanks for the informative, you can go ahead and close/remove this, I'll add my reply to that thread. 
  15. Like
    NickP reacted to flangefrog in Price Tiers   
    It would be really helpful to allow setting custom prices for each client group in a package, or a percent discount either in a package or the group itself.
    If the discount was set in a package it would override the discount set in the group.
     
    It would also be nice if this feature was extended to support coupons, such that a coupon could have different settings (not just price) per group, or even only be usable by one group.
     
    What is the best workaround currently? Say I have a group of sponsored people, and a group of Not for profits which have a discount. As I understand it, the only way to give them a different price is to create a separate package, or apply a coupon to their package. Is this correct?
     
    A related feature which I think is important is the ability to edit any service on a customers account and override the price that was set on the package.
  16. Like
    NickP got a reaction from Michael in Awesome!   
    Just to touch on this, Blesta is still developing and it's grown quite substantially over the past year (more so than another billing system if I can say so). It's not that they're not looking at this issue, it's a matter of planning and addressing the core of the product somewhat similar to how a venn diagram is.
     
    Not to say they're not already focusing on the other sectors, they're just not heavily releasing as much content related to them. 
  17. Like
    NickP reacted to Michael in Coupon That Only Applies To A Particular Term   
    Sush haha yeah that's coming soon with the coupon refactor, the coupon system is going to have a big change that I'm aware of.
  18. Like
    NickP got a reaction from Michael in Blesta Have Option To Create Quote/estimates ?   
    Hey guys,
     
    Would love the see the idea of a quote system as it's a crucial part to me for my business. One thing that I'd like to see is the possibility of when adding a quote for a customer who you don't have, you can collect the information and then input it into the fields and when they click to go pay/view it pre-populates in the cart* (*=maybe)
     
    So ideally I'd like to see something like a table that tells them 
    Quantity  Term (monthly/quarterly/ect) Product Discount* (if statement to show if applied if not don't include) Order Link (order link is a random hash that takes them to order page and inputs it into the checkout forms) It's just an idea, but something I think would help streamline the process, as I know if I get a quote and have to enter my information again on a checkout page I'm let in the "why?" question.
     
    tl;dr make the on boarding process for quotes simple as pay and go.
  19. Like
    NickP got a reaction from Michael in Awesome!   
    Overall love the direction in which Blesta is going! Can't wait to see what 3.5 and future version will bring to the table . 
     
    P.S. I'm defiantly in support for an affiliate system, but mass email would be nice first
  20. Like
    NickP reacted to Michael in Awesome!   
    How can you sell a domain wrong... Check if it's available... Enter name servers, pay, register it via API, done.
  21. Like
    NickP reacted to Jonathan in Awesome!   
    Welp, time to start thinking about 3.5
×
×
  • Create New...