Sean Voss
Forum Replies Created
-
Also, WooCommerce can send invoices like that as well, and you can use your existing products.
Hey Ivan,
I’ve diagnosed it but the problem is on their side, I had a problem for my users awhile ago and I solved it like this. The fatal below is caused by this line
require_once( WPI_Path . '/third-party/stripe/lib/Stripe.php' ); PHP Fatal error: Cannot redeclare class Stripe in /var/www/medium/wordpress/wp-content/plugins/wp-invoice/third-party/stripe/lib/Stripe/Stripe.php on line 4,In core/gateways/class_wpi_stripe.php wrap with a class exists. You can fix it by protecting if the class exists. You can fix it within “core/gateways/class_wpi_stripe.php” where they have it in three places, or forward it on to their developers.
if (!class_exists('Stripe')) { require_once( WPI_Path . '/third-party/stripe/lib/Stripe.php' ); }Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment and transaction errorYup 2 for 2 i think you’re good to go.
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment and transaction errorHey cjurczak,
It seems to work, I was able to play an order. Let me try again.
Hey Ivan interesting, WP-Invoice looks like it’s free so I’ll go ahead and download it onto my blog so I can look at it more in depth to see where the problems are conflicting.
Hey Anne,
By RC do you mean release candidate?
I’m not sure what I’d be able to do without more information here, I’m not doing anything I know of to the session, but I’ll check the code.
Cheers,
Sean
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment and transaction errorHey I looked at defendillinois.com, can you put your system into test mode, everything seems to be working but I just get card declined.
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment and transaction errorHey cagger, can you provide me a url to look at your site?
Generally the plugin works for 99% of people, but I have a button now, at the bottom of the settings called enable interval, enable that and see if this fixes your problem.
Hey Walkintheway,
There are a few tokens in play here. The first is your public and secret live and test keys. You need to enter those in the striper admin panel, let me know if you need help finding this.
Striper handles the other type token for you, if you look at the stripe website and lookup stripe.js, Striper is an implementation of that. When you initally hit purchase a dance is done in the background, there is sends the user’s credit card via https over to stripe and in return it sends Striper an auth token, that is then passed to complete (or in the case of auth & capture, authorize).
Does that make sense to you?
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] All transactions UncapturedIf Auth and Capture is enabled, you need to finish the transaction by changing it’s status to “Completed”, the theory is you do this when you ship that order.
Cheers,
Sean
Hey Tom,
Let me look into this, thanks for the heads up!
Sean
Second part about lower than the default makes sense as a feature request let me add that as an Admin field.
1st part by default I override the grid view with my templates to remove the add to cart button since it wouldn’t make sense to have all these forms on the page. In the Shatner Admin settings you can turn this off. I’m not sure what exactly you have going on do you have a url I can look at?
Ok will check it out this evening, I didn’t try it without a default price.
Sounds good sparky, not a problem whatsoever. Thanks for the code.
Secondly, on your first part I just whipped up the change last night quickly for another user in the forum, I’ll do some testing on the JS and make sure to cover your test case.
Cheers,
Sean
Hey Capecod, I made it so it removes the ability to add to cart from the grid view in later versions.