Jump to content

Ken

Members
  • Posts

    316
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Ken

  1. They have it planned. Been waiting on it myself.
  2. No? I had to do it once and that's how I did it. Either way no worries.
  3. Oh I see. So duplicate titles not duplicate issues. You should be able to edit the title by editing your post and then going into the full or advanced editor I believe.
  4. I think he's talking about when he makes a payment from admin after he upgraded as he mentioned on his duplicate thread here: http://www.blesta.com/forums/index.php?/topic/1667-bug-after-upgrade-from-306-to-307/
  5. Blesta already has features such as security, open code, universal module and more that the alternatives don't have. The small preferential features will be added without a doubt but it's not likely that the prior will be added to the alternatives anytime soon.
  6. That and public_html is standard naming convention for web root. I think it makes more sense the way it is personally.
  7. It does look pretty! This should be a great asset to the Blesta community.
  8. Ahh yes he is. It'd be everything before and including the pipe character.
  9. Unless anyone has any objection this would simply remove the customer number and pipe character. <title><?php echo $this->Html->_($system_company->name, true);?></title>
  10. Yea I just noticed that and added it in my previous reply. It doesn't seem editable in structure.pdt... or is it? <title><?php echo (($page_title = (isset($page_title) ? $page_title : $this->_($page_title_lang, true, $get_params))) ? $this->Html->_($page_title, true) . " | " : "") . $this->Html->_($system_company->name, true);?></title>
  11. You're only seeing this on invoices right? That's the only place where it displays on our system which is completely normal. Whether from your cable company at home or one of your suppliers for your company it's pretty standard to see an account number included with your invoice. I disagree about it not being professional. If anything I think it is more professional having it. Especially when names can be changed. Account numbers can never be changed. Edit: Do you mean in the page title? If so then maybe there's a way to edit that in structure.pdt?
  12. Where are your logs from the Blesta server? Tail Blesta's webserver logs while provisioning and if you don't get anything there then check firewall logs. If you still get nothing then go back to the cPanel and check any outbound connection logs from there.
  13. Sounds like you can use a little humor in your stressful day. Yes, the module is plug & play but it's a web application. There is a stack of applications, servers, networks and other variables behind it that are contingent on your ability to configure your system and read documentation. Since we're on the subject of documentation, you failed to read it on the last thread. It was not a Blesta issue yet in this thread you insinuate that your previous problems have been. Once you double posted with a Blesta flame you ended it with "What gives?!" and I just told you. You need to take the proper steps to ensure your system is working before putting it in production. Lastly your statements about WHMCS are inaccurate as their users have a slew of problems daily and they have security issues on a regular basis to the point that there are repos dedicated to patching up it's flaws. You can shoot the messenger all you want but until you figure out what the problem is I would reserve blame if I were you.
  14. Let it be a couple of lessons learned: 1. It's not a plug & play provisioning system and if you find one that is then let me know (you won't find one) 2. Try to allow yourself enough time for proper testing so that you don't put yourself in an embarrassing situation (advice the White House should have taken as it were) Lastly.. so you know, I am empathizing here.
  15. I guess it is to be assumed that there is no way to avoid this. If that's the case then we'll consider dropping Paypal Standard payments without regret. We'll still need to remove partial payments for merchant gateways.
  16. The only editable form I see is the Blesta payment process. Once the user is redirected to Paypal they cannot change the amount. What form are they going edit exactly?
  17. Declined payments are being run twice back-to-back and then two identical emails are being sent to the clients. Intended behavior or bug?
  18. Larry, do you have this enabled? http://docs.blesta.com/display/user/Company+%3E+General#Company%3EGeneral-Encryption If so then you'll want to read this section: Setting an encryption passphrase will disable auto-debit If enabled, encrypted payment account details can only be decrypted using the set passphrase. This means auto-debit, and the ability for clients to process payments using stored accounts will be disabled. Payments will have to be manually batched under [billing] > [batch].
  19. When you say third-party I am assuming you mean non-merchant gateways with hosted payment pages such as Paypal. That being the case how would they do this? If I pay an invoice in Blesta via Paypal Standard it takes them to a payment page which a set amount. I don't have the ability to change that amount. The only place I can change the amount is in Blesta itself for which the way I see it can just be removed. Unless you mean other non-merchant gateways that allow you to do this? I think this is a good idea too, however at our company it's not an option for clients to pay whatever they feel like paying. They need to pay the amount due or contact our billing department for payment arrangements.
  20. Very nice. It sounds interesting.
  21. Very. If you're using Blesta 3.06 and the latest Stripe API then you're using the same code base as me and mine works. I replicated your video down to the expiration date (not that it would matter). Is it possible that the plugin is somehow outdated? Short of that and a debug mode that would allow us to see the transaction, that which I am not aware of, I'm not sure. Reinstalling is only going around the problem but it could serve useful for testing purposes (on the same server). Speaking of which this sounds a generic suggestion but is there a possible configuration issue on the server such as any type of security software? If our code is identical and our API is identical what else could it be? It might be time to start looking outside of Blesta. Especially if you do a fresh install and get the same results.
  22. Really? I didn't know this. For example if you make a PayPal standard payment it appears to let you modify the amount but on the Blesta side. Once you submit the payment it redirects to PayPal to pay the amount. Are you saying the "Edit Payment" functionality is not able to be disabled in Blesta? I don't recall that in any previous billing systems but that's not to say that it wasn't there, it could be escaping my memory. In a worst case scenario I'd like to be able to make it slightly less available like it is on the non-merchant gateway. ie. Edit Payment link vs. Being prompted on the submit payment payment page.
×
×
  • Create New...