Thomas Shellberg
Forum Replies Created
-
Sorry for the confusion, the correct snippet is indeed the following:
add_filter( 'wc_stripe_send_stripe_receipt', '__return_true' );PayPal Express Checkout is designed to show a PayPal button on the Cart page, which allows users the ability to skip the Checkout page. If you wish to hide the button, you can do it with CSS.
If you will be using Express Checkout, I would recommend disabling PayPal Standard. Express Checkout requires fewer clicks and is smoother overall(especially the In-Context checkout).
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Cannot type in fieldsHello there,
The first thing to do would be to test to make sure there isn’t a JavaScript conflict. Test with a default theme(Storefront or 2017) and with other plugins disabled.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Skyverge migration did not work.Hello there,
If you have not yet done so, please submit a ticket here:
https://woocommerce.com/my-account/create-a-ticket/
Did you update just the Braintree plugin, or did you also update WooCommerce? There was a bug similar to this for users that updated to WooCommerce 3.0 without updating Subscriptions first.
Hey there,
This is likely an issue with outdated Checkout fields or old checkout template overrides. I would try with a default theme or with Storefront to see if it works.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] No paypal login buttonHey there,
Have you ruled out any plugin/theme conflicts by testing with a default theme and other plugins disabled?
I think you can accomplish this with a filter, which modifies the hosted fields styles.
https://developers.braintreepayments.com/guides/hosted-fields/styling/javascript/v2
The filter is defined within the get_hosted_fields_styles() function.
I’m afraid we cannot provide customization assistance, but I hope you’re able to find a solution from there.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Slows down checkout pageHey there,
There are some external calls that need to be made to the Braintree API, and the loading time can vary based on the quality of your connection. I’m not sure much can be done regarding the length of time required for the external API calls, but I can tell you that the JS is minified to reduce the JS file size.
Could you attach a waterfall view of the Checkout/Cart page?
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Can you add new filter hook?Hey there,
Will the
wc_gateway_paypal_braintree_datafilter not work for this?Hey there,
This is typically caused by a conflict with a theme template customization or a customization of the Checkout fields.
Try switching to the Twenty Sixteen/Seventeen theme to see if the issue persists. If so, then we can rule out an issue with the theme. If that doesn’t resolve it, try disabling non-WooCommerce plugins when testing this, as there might be a plugin conflict causing this problem. If it works fine with plugins disabled, re-enable them one at a time until you can determine which plugin is causing the problem.
Let me know how that goes.
Hello there,
At the moment, the plugin is not yet capable of automatically marking orders as ‘On Hold’ when the order is held for review within Stripe. These would need to be manually marked as ‘On Hold’ if you wish to mark them as ‘Under Review’ within WooCommerce.
Stripe has a newer fraud service named Radar which appears to have some functionality built into the API. I will add a feature request to integrate the gateway with Radar in the future, but I cannot say if/when it will be implemented.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PHP 5.6 breaking change without noticeIan,
Definitely some fair feedback there, I’ll send it along to our developers.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay button not appairingHello there,
First, make totally sure that Apple Pay works on your own device(when shopping with other stores). It’s possible that the device itself is not ready for Apple Pay.
The list of compatible devices is here:
https://href.li/?https://support.apple.com/en-us/KM207105
Then, make sure the domain verification process went through properly. This may be preventing Apple Pay from showing up:
https://href.li/?https://stripe.com/docs/apple-pay/web#going-live
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PHP 5.6 breaking change without noticeHey there,
Indeed, the minimum PHP version for the plugin is 5.6, and our apologies for not communicating that. I agree that it should probably have been communicated in the changelog file or the readme.
The plugin does have a warning built in during the install process that alerts the user of their older PHP version, did you receive that warning?