D Smith a11n
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] No Billing Adress backHi Dan!
Sorry to hear of this problem. To echo Phil above, this could well be a scripting conflict. Can you disable all plugins except for WooCommerce and WooCommerce PayPal Express Checkout, switch to a default theme like Twenty Sixteen, and see if that changes it?
Also note the original poster’s question was about billing address. If you check the “Require Billing Address” box in the plugin’s settings, customers will be obligated to fill their billing information out before checkout.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] PHP 5.6 breaking change without noticeHi Mike!
Can you ask your host about updating the version of PHP your site runs on? Out-of-date PHP can cause a number of problems with WordPress and WooCommerce, including some serious security issues.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Apple Pay button not appairingHi there!
Did redoing the verification steps make a difference?
Hi there!
This is almost always the result of a scripting conflict with your theme or a third-party plugin. If you temporarily switch to a default theme like Twenty Sixteen and disable all plugins except Stripe and WooCommerce core, do you still see this notice?
If that fixes it, then you should gradually re-enable your theme and plugins, checking as you go until you find the source of the conflict.
Hi Antonio!
While modifying the plugin is outside the scope of our support policy, can you elaborate more about what you’ve tried? Rather than modifying the plugin directly, have you tried adding a hook into your functions.php file?
Also, if you replace the URL in
$express_checkout_img_url = apply_filters( 'woocommerce_paypal_express_checkout_button_img_url', sprintf( 'https://www.paypalobjects.com/webstatic/en_US/i/buttons/checkout-logo-%s.png', $settings->button_size ) );with another URL, you’re still seeing the old image? Is there any caching in place that could be causing this?
Hi Kory!
Sorry to hear about this problem. The behavior you’re describing sounds like a conflict with another WordPress plugin or your theme. Can I ask you to temporarily disable all non-Woo plugins and test to see if that resolves the issue? If it does, then you can slowly re-enable the plugins until you find the one causing the conflict.
If the step above does not resolve the issue, the next step is to switch back temporarily to a default WordPress theme like Twenty Sixteen and check again to see if that fixes the problem.
Can you let me know if either of those steps resolve it?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Invisible credit card details on iAppsHi Samitapani!
Unfortunately, your choices are to either find the problem with the theme, ask the theme’s developer to find the problem, hire a developer to find the problem, or use another theme (if you want to use the Stripe extension).
If you want to hire a developer, we recommend both Codeable, who will listen to your WooCommerce/WordPress needs and provide a quote, and Woo Experts, Woo-specialized devs who have been screened and vetted.
I hope that sends you in the right direction!
Hi liqiyuan99!
Are you using CloudFlare or another CDN? If so, try switching your settings from “Flexible SSL” to “Strict SSL” and see if that fixes it.
Hi liqiyuan!
I’m going to close this topic and address your question over at https://ww.wp.xz.cn/support/topic/payment-method-not-showing-up-even-with-ssl-on-check-out-page-2/ where Andy is already discussing it.
Hello!
This message is often caused by a plugin or theme conflict, so please start by troubleshooting those possibilities. Try switching to a default WordPress theme like Twenty Sixteen to see if that works.
If it still doesn’t work, try disabling all 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.
I hope this helps!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Saving Credit Cards to Charge LaterHi there!
Many payment gateways, including Stripe, offer an “Authorize and Capture” mode wherein the store owner (you) manually “captures” the charge some time after the customer’s initial transaction. Unfortunately, I know of none that span such a long period of time; the maximum time between Authorization and Capture for Stripe is only 7 days, and PayPal, which has one of the longer periods, is still only 29 days.
You might be able to set up something using WooCommerce Subscriptions— a free trial period with the first (and only?) “subscription” payment kicking in on March 6th. If you want to try that, WooCommerce offers both configuration support and a 30-day money back guarantee for this premium extension. Stripe is also one of the 25 payment gateways that supports automatic billing for Subscriptions.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Error with the pluginHi there!
Sorry to hear about this error. Are your versions of WooCommerce and WordPress up-to-date? There might be a clue in your System Status Report, if you’d like to post it here.
Hi @mohsinbohra!
If you view the checkout page’s console in developer mode (instructions for Chrome, instructions for FireFox), do you see any errors that might help you identify the source of this?
You might also try reinstalling the Stripe plugin– and if the issue persists, turning on “Log debug messages” (at the bottom of the Stripe settings page) and/or enabling WP_DEBUG to see if those shed any light on it.
Feel free to post any errors you find here!
- This reply was modified 9 years, 5 months ago by D Smith a11n.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Add Translations?Hello!
While WooCommerce can’t guarantee any third-party plugin, some users have success with WPML; more information about WPML for WooCommerce can be found at https://wpml.org/documentation/related-projects/woocommerce-multilingual/
If you are just trying to snag a few stray strings, the free Say What? plugin, https://ww.wp.xz.cn/plugins/say-what/, can sometimes do the trick.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce default Endpoints not foundHmm!
I would try resetting permalinks at /wp-admin/options-permalink.php and making sure your Site Address and WordPress Address are correct at /wp-admin/options-general.php
Are you using a theme that has template overrides?