b1026q9
Forum Replies Created
-
I found out that the tracking ID was different from property ID.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Cannot save cardI meant that we don’t use Post code for credit card payment purpose. But sure we have postcodes.
Glad to hear that it works with such format. Thank you so much!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Cannot save cardAH, OK. Yes, like in Japan we don’t use that. So it can be bit confusing.
Also, Japanese postcode are 000-0000 such format, meaning with – .
Does this form work with this?Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Cannot save cardThank you so much for such prompt reply! Didn’t expect so fast!
Ah I see. Now I can see it. It was caused by Asset Cleanup plugin. Now I removed some exclusions and now it is working.
But I want to remove ZIP section. Is it possible?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Webhook Secret?OK, sorry, I could find it. It was on the webhook page next to API version.
Actually this method didn’t work. You will need to install Code Snippets Plugin and add the same snippet there.
// This is a filter to disable Multi-Currency in WooCommerce Payments. add_filter( 'pre_option__wcpay_feature_customer_multi_currency', function ( $pre_option, $option, $default ) { return '0'; }, 10, 3 );
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Google pay issueAh, OK. I have misunderstood the instructions. I thought I can do the test mode of Google Pay if I keep the merchant ID empty. Now I could take the screenshot.
But I might use the browser payment method. If so, I want only the payment buttons to be appearing on the cart/checkout etc pages and not on the list of payment method section (which shows only the title “browser payment” and icons, which I think looks confusing.)
Is it possible to do this?I got answer from Automattic regarding this issue.
So to disable multi currency feature on Woocommerce Payments, you should add the following to your child themes functions.php file.// This is a filter to disable Multi-Currency in WooCommerce Payments. add_filter( 'pre_option__wcpay_feature_customer_multi_currency', function ( $pre_option, $option, $default ) { return '0'; }, 10, 3 );
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Google pay etc not workingIndeed that was the reason! Thank you so much!
Forum: Plugins
In reply to: [WooCommerce] Uncaught TypeError: Cannot set property ‘amd’OK, I found that this was caused by Javascript minification.
Disabling it solved the problem.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Cookie banner stopped appearingOK, I found that this was caused by Javascript minification.
Disabling it solved the problem.I see this issue also when Delay Javascript execution is enabled (in my case in WP Rocket).
Which js file I need to exclude from this happening?
I have tried one by one excluding these files/wp-content/plugins/woo-product-gallery-slider/assets/js/slick.min.js
/wp-content/plugins/woo-product-gallery-slider/assets/js/wpgs.js
/wp-content/plugins/woo-product-gallery-slider/assets/js/jquery.fancybox.min.jsbut was no luck.
Forum: Plugins
In reply to: [WooCommerce] jQuery on product page?I want to find the way to use Delay Javasript execution of WP Rocket.
So disabling it does not make sense..Hi,
I have sent you an email. Did you receive? What is the status??
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Woocommerce checkout and cart pageOK, great. Thank you so much!