Sean Voss
Forum Replies Created
-
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Handling for order changesHey John,
Looks like Stripe does support that, https://stripe.com/blog/auth-capture So I’ll work on adding the feature to my plugin.
Cheers,
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Handling for order changesHey John,
Looks like Stripe does support that.
https://stripe.com/blog/auth-capture
So I’ll see what I can do to add that feature. Doesn’t seem to hard.
Cheers,
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Manual order InvoicingHey John,
I think I have a quick fix for that problem, I will try to get it in tomorrow morning.
Basically the form that is rendered is different so the javascript on the page needs to be a slight bit more generic.
Look for a new version soon which fixes this.
Cheers,
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Credit Icons GrayHey Fashun,
Yea I just chose a grey icon, there’s no significance to it, I thought it looked better.
You can just replace credits.png in the plugin with the image of your choice, let me know if you find one that looks good, I can set it as the default.
Cheers,
Sean
Hey Danny,
I fixed some stuff with the template in v0.7 would like be able to download it and see if that fixes your issues?
Cheers,
Sean
Hey Syxguns,
I haven’t seen where the add to cart is missing when there’s a price, but there was an issue with templates when I moved it over to a template to fix the original admin issue.
I’m still looking into whey sometimes the product won’t stick as a name your own price, but give 0.7 a shot and see if that fixes the template issues.
Cheers,
Sean
Hey Phildom,
You are totally correct, it was a doozie to find the culprit, was just some variable naming after I changed to a template from the hook that I was using before.
Fixed in 0.7
Cheers,
Sean
I’ve been seeing this glitch as well, I think you have to add a price to the item or it will behave like that, I’m working on fixing it so that you don’t have to, with another support case, will keep you updated.
If you add a price, and it’s still an issue let me know, might be something else.
Thanks so much orbislus,
I removed and updated for 0.6
Thanks again!
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment errorAwesome glad I could help, feel free to rate the plugin if it’s useful.
Cheers,
Sean
FreonHoefer,
Have you had a chance to download v0.5+ and verify that it fixes your problem?
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment errorHey Solarity,
Can you download V0.6 I believe it will fix your problem so I close this thread.
Cheers,
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment errorHey Solarity,
There is another checkout class on the page. I hacked an order together, you can see I got it to go through will update a fix and push as 0.6
https://naturalwightmushrooms.co.uk/?page_id=14&key=order_5273020ce2fc4&order=516
FreonHoefer.
You are 100% correct, I just looked over my plugin to my dismay and saw that I indeed had.
- $this->testPublishableKey = $this->settings['test_publishable_key' ]; - $this->livePublishableKey = $this->settings['test_publishable_key' ]; + $this->testPublishableKey = $this->settings['test_publishable_key' ]; + $this->livePublishableKey = $this->settings['live_publishable_key' ];
Should be fixed in v0.5. Can you test and make sure.
Thank you so much for the feedback.
Sean
Yea I think I can do that, most likely, mind marking this thread as resolved and we can move onto that as a feature request?