Sean Voss
Forum Replies Created
-
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Freeze after Place OrderHmm.. any chance you can get the error? from the servers error_logs?
I suspect there is something missing in the environment, maybe CURL support?
All set, download 0.93
Cool, I’ve added you both to the SVN here on the www.ads-software.com site, and Giulio I’ve added you on GitHub.
Gilles send me your GitHub account and I’ll add you there.
Play nice!
Cheers,
Sean
Hey Mike,
Yea that is definitely a bug, I’ll have a look, what gateway are you using for Authorize.net so I can mimic your setup.
Cheers,
Sean
Hey rathankalluri,
First off, we should move this to the support request, or else the Mods may get unhappy.
Further, I released some slight bugfixes that may help you out, upgrade to 0.5
Otherwise perhaps you can give me some more information on what your setup is like, There are quite a few steps to set this up detailed in the installation section.
If you like you can make me a temporary admin, email me @ [email protected] and I can check out your setup.
Cheers,
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Override templatesHey Miocene,
Unfortunately the way I have Striper setup now, it’s not overriding any templates, it just includes that file.
I will explore a way to add your own custom template, it should be possible, I’m sure wordpress will let me find the path to the currently loaded template, but for now, just override payment.php, I’m afraid.
I don’t think so, so when you use square you put it at the point of sale, so that’s obvious, perhaps when a card is present you can get some different rules.
Perhaps someone more familiar with this could chime in.
Hey CGCullen,
I think that’s a problem with the Authization and Capture “standard” you can only capture up to the amount that your authorized.
You can probably tell why, this could lead to fraud.
https://stripe.com/docs/api#charge_capture
You’d have to create a new charge I imagine.
Hey Solarcat,
What is mini-cart? Is that a plugin or a new feature of woocommerce?
Forum: Plugins
In reply to: [EasyShipper - EasyPost Integration for WooCommerce] Installed and broke siteShould be fixed in the latest version, your version of php required the strict <?php it’s very pedantic but fixed in 0.5
Hey Sushiandboats,
Yes, in the admin you can just add a comma separated list of rates you don’t want to appear, the default filters LibraryMail and MediaMail
Hmm yea our nomenclature is not jiving, but it’s a simple boolean so if one works the way you want, that’s all good.
Paypal I feel like in the article describes it exactly as I wrote it. Auth/Capture means the system will delay capture.
https://developer.paypal.com/docs/classic/admin/intro/#auth-captureForum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] subscriptions update?Hey CGCullen,
Sorry for the wait, but I have a beta! I have to run right now, but basically there is a new object in WooCommerce called subscription product, create one of those and buy a product and you’ll sign up. Also in the admin there is a new tab under WooCommerce where you can cancel.
So I think it makes sense as is.
If Enable Authorization and Capture is unchecked the transaction will complete immediately correct?
The “Capture” in the code and Enable Auth and Capture mean two different things, the different being “Auth”, so by saying you want Auth and Capture it means DON’T capture at time of sale.
Then when you complete the transaction it becomes captured.
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] SubscriptionsErikzett,
I’m still working on the subscriptions piece, it’s turning out to be quite an integration, though I am close to finished.
Cheers,
Sean