Thomas Shellberg
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Sub menu doesn’t workI see that this page has a JavaScript error related to Stripe. It is likely because the page is not secured but you have Payment Buttons enabled.
I would recommend that you set the entire set to use HTTPS. You do this by going to Settings->General and editing your site URLS to use https:// instead of http://
This is fixed as of = 4.1.6.
– 2018-05-31 =
* Fix – False negative on SSL warning notice in admin.The ‘Force Secure Checkout’ setting is hidden if the entire site is set to HTTPS so the setting couldn’t be changed.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payments failed@apis67 your site’s certificate looks fine, there’s a JavaScript error on the Checkout page which is breaking the Stripe checkout fields:
Try testing with a default theme and see if the checkout fields load.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] stripe check box after last updateGlad to hear that. Marking as resolved.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Currency problemYou can add additional currencies from within the Braintree(Credit Card) settings page. Under the Merchant Account IDs section you can add additional Merchant Account IDs which are linked to specific currencies.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Issues with Visa / MastercardI agree with Doug here, the gateway does not have any say in the declining of orders as it just responds based on the response from the processor.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error after updating to 4.0.XClosing, see here:
https://wordpress.org/support/topic/error-after-updating-to-4-0-x/
I just tested this myself and the descriptor matches exactly what I set in the plugin settings. Enable Debug Mode and check the [statement_descriptor] field in the logs.
What’s the purpose of doing this? Is this related to the other forum post regarding the Purchase Order plugin? Is it explicitly checking for a certain payment method name or something?
There’s a 500 error being generated when you toggle the Purchase Order button.
Check your logs for the exact error message, it’s most likely something you should bring up with the developer of the Purchase Order plugin developer.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Double new order emailsHey Ben,
Does this only happen with Stripe, or have you tested this with other gateways as well? Are multiple orders generated or just a single one?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate Payments TakenHi Sam,
This typically indicates that something is interfering with the data sent to Stripe, perhaps a customization or a special checkout field. I would test with a default theme(Storefront or 2017) and with any customization plugins disabled.
As for the Internal Server Error, you can check your server’s error logs for the exact error message as your server will hide the true error message for security reasons.
Hey Gerd,
The second question is tough to answer as 2.1.4 is nearly a year old, but there likely wouldn’t be any major problems. I would recommend copying the site to a staging environment and updating Stripe to 4.01 and testing, then, you can update Subscriptions and WooCommerce itself as they are very old at this point.
You would definitely want to update Subscriptions before updating WooCommerce.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] latest update broke my site@petervandoorn version 4.0.1 reintroduced the previous class name to prevent fatal errors.
@emilysparkle are you running version 4.0.1? I’m not sure any of the errors in the log file you pasted are severe enough to cause a 500 error, but updating PHP would be a good start.
- This reply was modified 8 years, 3 months ago by Thomas Shellberg.
@tjfisher The default behavior of WooCommerce is the following:
add a product to the cart -> Go to Cart(either from a link or from an automatic redirect)->Click Proceed to Checkout.
There is a setting to automatically redirect to the Cart page after a product has been added to the cart, but to change this to a different page(the Checkout page, perhaps), a filter would need to be used.
Is that the case here?