Mike
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Square] Payment Nonce MissingThanks guys, just to report back, we had the developers do some further testing on the site and they claim the Payment nonce error was being caused by your plugin. Saying that, as we seem to have gotten things resolved now, no need to escalate anything further. Thank you again!
Forum: Plugins
In reply to: [WooCommerce Square] Payment Nonce MissingGood morning Guys, i was able to figure out the root of this issue. This issue was NOT with your plugin, it came from a conflict with another plugin (FunnelKit Payment Gateway for Square). We had these two working in unison (successfully) however, after their latest update, it caused a conflict (their plugin caused the Payment Nonce error – which also led to your plugin getting this same error somehow (*likely due to both plugins using the same Square.js file). So this is resolved. Any my apologies for not recognizing this sooner. This can be marked as Resolved now.
Thank you!Forum: Plugins
In reply to: [WooCommerce Square] Payment Nonce MissingGood morning and thank you for the prompt reply. I also apologize for my frustration. The number of issues we have, and the re-occurance of these, has led to this frustration. I appreciate your willingness to get things resolved for me once and for all.
At the time of posting this, i had disabled the Square Payment Plugin (and was instead attempting to use the FunnelKit Payment Gateway for Square WooCommerce Plugin). Now these are both enabled. Please see website: http://www.avalongolf.co (and try checkout with Square test credit card number then you will get the error message: Payment Nonce is Missing)
I did review the other support topic (link you provided above) and while we do use WP Rocket for caching, we do not do any caching on checkout pages.We do exclude the following JavaScript Files:
/wp-content/plugins/woocommerce-square/assets/js/
woocommerce-square
funnelkit-payment-gateway-square-for-woocommerce/assets/js/smart-button
funnelkit-payment-gateway-square-for-woocommerce/assets/js/card-payment-form
funnelkit-payment-gateway-square-for-woocommerce/assets/js/add-payment-method
And exclude javascript file keywords:
square
wc-square
squareup
sq-payment
square-payment-form
woocommerce-square
checkout
payment
Is there anything im missing to exclude in javacript files or keywords?
Ive checked logs and can see some issues/errors with the Square plugin.
Ex. Square: failed Creating token multiple user exists in tableForum: Plugins
In reply to: [WooCommerce Square] Payment nonce is missing |Same issue here. There is a BIGGER underlying issue with your plugin. You guys really need to figure this out.
Forum: Plugins
In reply to: [WP Offload SES Lite] add BCC email to every email sentThanks for the reply guys. We were able to figure this out last week. So we are all set now. You can close the ticket.
Thank you!Completely understood. Thank you for the info. You can close this ticket now.
thank you!
Thank you for the reply. Ok noted.
Question about PHP (my apologies im not the most technical person). Can you share what PHP code we can add to a snippet plugin (to get a copy sent to the wordpress site email)?
Will this work?add_action( ‘woocommerce_thankyou’, function( $order_id){
WC()->mailer()->get_emails()[‘WC_Email_New_Order’]->trigger( $order_id );
}, 55 );Forum: Plugins
In reply to: [WooCommerce Square] First Payment Attempt Fails EverytimeGood morning all, this issue is still persisting
Forum: Plugins
In reply to: [Coupon Box for WooCommerce] Hide Woo Coupon Box on Checkout PageThank you for the reply. The examples in the Assign Page area are only “is_” (to define what pages it IS displayed on
Is there an option for “is_not”?
Again, im just looking for the easiest way to NOT display during checkoutForum: Themes and Templates
In reply to: [Astra] Title Issue with ElementorThank you, this seems to be resolved on my end now. I appreciate the quick fix.
Forum: Plugins
In reply to: [WooCommerce Square] First Payment Attempt Fails EverytimeWill do 100% 🙂
Thank you @frankremmySure thing, ill get a support ticket created through your website now. Thank you!
Forum: Plugins
In reply to: [WooCommerce Square] First Payment Attempt Fails Everytime@frankremmy – youre amazing!!! Thank you so much for the detailed reply. I really appreciate your effort and expertise. Ill get your suggestions implemented into WP-Rocket and report back if any issues persist.
THANK YOU!!!!Forum: Themes and Templates
In reply to: [Astra] Title Issue with Elementor@bsfaradhy – thank you! Ill download and test.
Forum: Plugins
In reply to: [WooCommerce Square] First Payment Attempt Fails EverytimeUnderstood about excluding all files related to the plugin .
Question then, For the CSS Exclude/Safelist, what is the path to the square payments plugin? ex. /wp-content/plugins/???????????????
Question 2. For the JavascriptExclusion, Wp-Rocet has pre-set ‘one click exclusions’ for 3rd party exclusions, but under payment providers, i do not see Square (I see Stripe though). Since its not in the list, i need to enter this manually. Specifically – Specify URLs or keywords that can identify inline or JavaScript files to be excluded from delaying execution (one per line). Any idea what to include here?
Thank you!