Jump to content

gutterboy

Members
  • Posts

    284
  • Joined

  • Last visited

Everything posted by gutterboy

  1. Hello, We will probably be using Stripe and have been reading about being PCI compliant and Stripe has this page up: https://support.stripe.com/questions/do-i-need-to-be-pci-compliant-what-do-i-have-to-do #1 we have covered, however #2 I would need to know. Does Blesta Use Stripe.js or Checkout to accept payment information and transmit it directly to Stripe's servers? Thanks!
  2. Sounds like some good stuff coming....... I'm just not quite sure how to attach it to the client main page only.
  3. Sounds cool. Any ETA on that - just so I know if I need to figure this out for myself or wait for your plugin
  4. We removed the primary nav as it didn't work with our design we have and hence we would like to add the links for "Contact Types" and "Payment Accounts" under the "My Information" block on the client main only. I have been looking around and found this: http://docs.blesta.com/display/dev/Plugin+Actions So it seems I can't add anything there without attaching it to the primary nav with the "nav_primary_client" action? Also unsure how to get it to just show on the client main. Any help!? Thanks!
  5. I have noticed currently if you are adding a payment account for example where it provides the dropdown and shows all the available contacts you can copy information from. Currently it just shows the name of the person as the selectable text; this can be confusing for example if the primary AND billing contact both have the same name (which would usually be the case); shouldn't this show "Primary" and "Billing" instead? Having each value in the dropdown the same doesn't really make much sense. Thanks!
  6. But this is for bills haha....... it's adding a new payment account, not a contact type.
  7. With regards to the Add Payment Account page, as below: See the header above "First Name"? Wouldn't it make more sense for that to say "Billing Information" rather than "Contact Information"? Anyway to change that without editing the core files? Didn't seem like I could via the templates, so I'm guessing no.
  8. Thanks. Ok, so basically you're saying if you use eWay then the card number will be stored locally, that is until if and when tokens are implemented? From what I can see with Stripe only the last 4 digits are stored in an encrypted state.
  9. I've been looking into using either Stripe or eWay and thus far have been testing out Stripe. I noticed with Stripe it has a checkbox that allows you to check it so that card data is stored on Stripe and not locally, but eWay doesn't have this same checkbox - where is the data stored if the user sets up automatic payments? Thanks!
  10. Thanks Cody! My definition of non-recurring automatic payments is just a payment which only happens if necessary. For example, a recurring payment is generally the same every month and always is due; with our site, whilst we may invoice every month, the user may not owe anything or may a variable amount above $0.00. So basically we want to be able to automatically charge the user only if they have outstanding invoices; as it's possible some months they may not have them + the amount they owe will vary.
  11. Hello, Just wondering if anyone could tell me if I install the Stripe or eWay gateways for credit card payments do these support non-recurring automatic payments? So for example, can the user setup automatic payments via these methods and then we charge their card whenever we need to? Thanks!
  12. .row .col-md-3 .list-group li:first-child {diplay:none;} Should be right. Think you missed the 'li' part
  13. Hmmmmmm...... yeah it's weird. Not sure what happened haha......... I'll update if it happens again.
  14. Recently on my dev installation I have noticed values I have entered in for some plugins / gateways have mysteriously gone blank. For example, I have the shared login plugin installed and then I noticed we started having problems with it not working - I checked the key and it was blank. Then we were having issues with Paypal not working, went to check the settings for it and noticed everything I entered in the fields had also gone blank. I assume the values for these are stored in the database and not files that I may be overwriting?
  15. Yeah, just noticed that haha...... all good!
  16. Just wondering if I redirect all http requests within the blesta directory to use https I won't break anything right!? I don't believe there will be any issues right as blesta uses all relative paths? Thanks!
×
×
  • Create New...