justinwhall
Forum Replies Created
-
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Breaking Divi theme?Can you try now?
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Breaking Divi theme?I’d have to see it. At this point, it’s likely a problem with the theme.
- This reply was modified 9 years ago by justinwhall.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Breaking Divi theme?Can you update and try again?
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?I understand. In order to make a customer at stripe, you need the user to be logged in when paying. At least in this case.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?In order to make create a customer, the client needs to be a user on your site. You don’t need to sign them up necessarily. They can do it themselves.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?Payment requires the user to log in. At that point, we have the users email address. If you send them to the payment page and they are not logged in, it’ll require them to do so. After, they will be directed back to the payment page.
This process is required in order to save a customer at stripe as we need to store a customer token on the payment website.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?Presumably so you can send the link to a customer and the amount is pre filled? No, but that’s a good idea and I can make that change soon here.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?Currently testing 1.1.0 right now. Hoping to this pushed live and docs updated tomorrow or early next week at the latest.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?Still under development. And yes, their support can be quite slow.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?I’m 99% sure that stripe supports ACH subscriptions. I would double check with them.
In the current version of the plugin, payments do not generate a new customer which is needed to create subscriptions. This is, however, about to change. PLaid has changed their API (Again). Ill be pushing out an update later this week to address the API change and changing things so a customer is created on payment. After that, you’re free to do whatever in your strip admin.
Forum: Plugins
In reply to: [LittleBot ACH for Stripe + Plaid] Setup subscription?Hello @thefiddler!
No subscriptions at this point. Actively working on adding to subscriptions to our LittleBot Invoices and this will be a payment method but no ETA on that right now.
Plaid is free up to a 100 users, yes. ACH transfers, as you’ve discovered, are much cheaper. Fees from stripe are on this page: https://stripe.com/us/pricing.
Basically, .80% and no more than 5$ a transaction.
Forum: Plugins
In reply to: [LittleBot Invoices] TanslationHi @psn. My apologies on the slow response! Your message found its way into my spam folder. I’ve just pushed a new release that has an updated POT file.
If you are still interested in forms of payment, please reach out to me here: https://www.littlebot.io/contact/
I have some add-ons I’ve been using of which I’d be interested in your feedback if you’d be interested in trying on your end.
Thank you. Spent a while looking for ::publicize() last night before realizing it was on wordpress.com.
Forum: Plugins
In reply to: [Card Expiration Reminder for Stripe] Issue with pluginHello, I believe we exchanged emails. Latest update fixed this issue. Thanks!
Forum: Plugins
In reply to: [Windsor Strava Club] How do I use shortcode to display members of the clubsHey there @fornerod. That feature does not exist right now but it is a great idea. I can’t offer you an immediate option for showing the avatar on hover but I can offer you two other temporary solutions.
To hide the avatars:
#wsc .wsc-label img { display:none; }You could also just make them smaller (change width and height to whatever):
#wsc .wsc-label img { width: 20px; height: 20px; }Of course, this code should go in an external stylesheet or between
<style>tags.Lastly, the layout is a bit messed up. It appears that you have the short code between
<code>and<pre>tags. If you add the shortcode via the TEXT tab, this should resolve itself.