Thomas Shellberg
Forum Replies Created
-
Hey there,
Can you provide a site URL for us to view this issue? Thanks!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Button placement on iPad@etiennedar you can disable the button on the product pages using the code snippet described in the following thread:
https://wordpress.org/support/topic/how-to-hide-product-detail-buy-with-apple-pay/
@stepfaul the UK postal code issue is one we’re aware of and working on. The issue appears to be due to Apple Pay truncating the postal code for “security reasons” and thus not providing WooCommerce the entire postal code. We’re working on a fix for this.
I don’t have an iPad handy to test this but I’ll have a colleague try this out to replicate the button placement issues.
Justin,
Is the product a standard(simple) product, or is it a subscription product? Is the user logged in or a guest?
Hey there,
Have you checked to see if the errors persist with a default theme(2016/2017) and with virtually all other plugins disabled?
Can you try setting the return of the following filter to ‘false’ and seeing if the receipt email is passed?
wc_stripe_send_stripe_receiptPlease also check your Stripe account settings to ensure that receipt emails are enabled.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Translate “continue to payment” buttonHi Kjersti,
I was able to translate the string using Loco Translate:
Either place the .MO file in the plugin’s /language/ directory or(preferred) in the WordPress language folder:
languages/plugins/woocommerce-gateway-stripe-<locale>.po
@gatta2 do you still need help with this?
SOAP does not need to be installed. I’d check the following:
Test with a default theme(2016/2017) and with virtually all other plugins disabled.
Check to make sure PayPal is enabled within your Braintree account.
Look to see if there are any JavaScript errors on the Checkout page.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] updating from SkyvergeThanks for the help with this one @sprobot, I’ll be closing this thread now.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Card number input fieldHello there,
We’re looking forward to it as well. 🙂
I’ll mark this thread as ‘resolved’, have a good day!
- This reply was modified 9 years, 1 month ago by Thomas Shellberg.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Fetch Braintree Plans not workingHello there,
WooCommerce does not utilize the built-in Braintree Subscription functionality; the billing schedule is handled by WooCommerce(using a Subscriptions plugin). So there is no importing of Subscriptions data from Braintree into WooCommerce.
Best regards,
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] No Billing Adress backFrank,
I appreciate that you have found a solution to this, although it sounds like something is certainly wrong with the store setup or Checkout page as the address should be loaded based on the PayPal user’s billing and shipping information.
Let us know if you wish to revisit this, and try the steps outlined previously if so.
Hello there,
This can often be caused by a plugin or theme conflict, so please start by troubleshooting those possibilities. Try switching to a default WordPress theme(like 2016) to see if it works.
Then disabling non-WooCommerce plugins when testing this. If it works fine with plugins disabled, re-enable them one at a time until you can determine which plugin is causing the problem.
Best regards,
I believe the billing address should still be sent to Stripe with Stripe Checkout enabled, but did you get any different result with Stripe Checkout disabled?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] extra change like website feeThe solution proposed by JC is a working and correct solution. It will apply the fee to all transactions, so if you wish to have fees for only certain gateways, you could use a plugin like the one below:
https://woocommerce.com/products/payment-gateway-based-fees/
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Can subscription amounts be changed?Our Stripe plugin supports all of the advanced features of Subscriptions, including recurring total changes.
This gives you the steps for changing the recurring total of a subscription:
Best regards,