webmaster1234
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] Square 2.9 Uncaught Error Checkout PageI don’t see how running a system report would help fix a file that is not on my server.
The error is with the file:
https://pay.google.com/gp/p/js/pay.js: LINE:265
Forum: Plugins
In reply to: [WooCommerce Square] Why Square Payment Is Not Showing On My Checkout Page?Did you check Woocommerce > Settings > Payments page and enable the Square payment option?
That removed the error. Thank you!
Forum: Plugins
In reply to: [WooCommerce Square] CC number input font size – mobileI noticed on the mobile version it was only showing 8 fields of digits. I’m using this CSS to expand the credit card field on mobile and remove CC logo.
@media screen and (max-width: 768px){ .woocommerce #payment div.payment_method_square_credit_card .wc-square-credit-card-hosted-field-card-number { padding-right: 0px; background-image: none!important; } } @media screen and (max-width: 768px){ .woocommerce-checkout #payment div.payment_box { padding: 0px 0px !important; } }
Is upgrading from 5.3.1 to 6.2.1 safe? I’m also worried about this.
Forum: Plugins
In reply to: [Contact Form 7] Adding Google Onclick Conversion to CF7 ButtonHey Erik. No line break was added the code was directly from here directly into the form.
It’s ok though, I think the page reload is happening with others also as I have read that used this onclick conversion.
Yes, we were getting confirmation notice before adding the script however it is not that important to us.
Thanks again for your help! Appreciate it.
Forum: Plugins
In reply to: [Contact Form 7] Adding Google Onclick Conversion to CF7 ButtonThank you Eric.
We placed the code inside the CF7 form using the page URL and it worked. We did not receive a “confirmation notice” from CF7 that the form was submitted successfully however the message did still send.
Forum: Plugins
In reply to: [Contact Form 7] Adding Google Onclick Conversion to CF7 ButtonThanks, Erik,
Sorry, I’m a newb so we would put this into our contact form 7 form making a new “submit” button with an “ID attribute” named “button-submit”?
[submit id:button-submit "Submit"]
Then we input the javascript listener into the theme?
<script> document.getElementById('button-submit').addEventListener("click", function() { return gtag_report_conversion('https://example.com/your-link'); }); </script>
For the “your-link” should we just use the same page URL as the form is on? Would that work?
Thanks for your help.
Forum: Plugins
In reply to: [Custom CSS and JavaScript] Compatibility with WordPress 5.7.2Does this plugin add into footer, body or header?
Forum: Plugins
In reply to: [WooCommerce Square] No digital wallets checkbox appearingHello, thanks for the reply. I will verify my Mac settings.
I do have a simple last question.
Is there a way to hide the “digital wallet options” on all product pages and only appear on the checkout page? The option doesn’t fit well on our individual product pages.
Thanks for the support.
Forum: Plugins
In reply to: [WooCommerce Square] No digital wallets checkbox appearingHello after a few hours I did see the Apple Pay Domain Verification message in Square log.
04-21-2021 - Your domain has been verified with Apple Pay! 04-21-2021 - Request Request method: uri: listLocationsWithHttpInfo user-agent: WooCommerce-Square/2.4.1 (WooCommerce/3.6.2; WordPress/5.4.2) headers: Array ( ) body: duration: 0.07165s
However, there is still no Apple Pay appearing on the checkout form in Firefox, Chrome or Safari browser? Only Google Pay appears on the checkout page.
Forum: Plugins
In reply to: [WooCommerce Square] No digital wallets checkbox appearingI do see a folder created in my root directory for Apple after enabling digital wallets, however, there is no mention of the Apply Pay Domain Verification Failure/Success recorded in the Square log. And the Apple Pay button is still not appearing, only Google Pay.
Forum: Plugins
In reply to: [WooCommerce Square] No digital wallets checkbox appearingHello thank you. I will worry about custom placement later for the Google Pay button.
Sure! You should be able to use Apple Pay with Google at the same time.
Can you confirm if you verified your domain and that it matches Square and Apple?
Apart from that, it might make sense to confirm if your browser supports Apple Pay as it wouldn’t show otherwise. You can check it here: https://applepaydemo.apple.com/
I have enabled logs under Square settings, however, after “enabling digital wallets” there is no log created for the Apple Pay Domain Verification in the Square log.
I have also visited the Square>Payments page after and reconnected with Square with no luck. Is there a delay with Apple Pay Domain Verification showing in the log?
Forum: Plugins
In reply to: [WooCommerce Square] No digital wallets checkbox appearingOk I was able to see the checkbox after changing the general>settings to https://.
For some reason, I only see the Google Pay button and it appears to be placing itself by default above the “Add to cart” button.
1. Is there a way to have the Google Pay button appear below the “add to cart” button?
2. Is there a way to make the Apple Pay button appear? Right now it’s only showing Google Pay. Is it restricted by industry?
Thanks,
Forum: Plugins
In reply to: [WooCommerce Square] No digital wallets checkbox appearingThank you I will check that. Thanks for the support.