cargarm3
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate Payments via Apple PayAll messages are “Debug”, no error messages shown.
For the duplied orders, we receive “”seller_message”: “Payment complete.”,”
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate Payments via Apple PayWe have just had the same problem yesterday, using Apple Pay. Any help?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate Payments via Apple PayThe order note is here : https://snipboard.io/ckSQXa.jpg (we gave a refund after that).
We have checked and no fatal error is shown at the log file.Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Duplicate Payments via Apple PayNotes are :
- Stripe charge complete (Charge ID: ch_*****)02/02/2025 at 22:15 Delete note
- Order status changed from Pending payment to Processing.02/02/2025 at 22:15 Delete note
- Stripe payment intent created (Payment Intent ID: pi_3Q***)
I don’t notice any patter. According to our customer, “When I double clicked to make my Apple payment, it initially came up with the message “processing” which is the normal routine and then there was a red message at the bottom of the screen with a red exclamation mark that I think said “Apple payment did not complete. “. it was in red text. So I re-did it and again it came up with same message so I put my card details in.I then went to my banking app and realised that three payments had been taken.”
Some weeks ago, same problem with other customer.
Solved by adding this :
if (is_array($notices) || is_object($notices)) { foreach ( $notices as $key => $notice ) { self::$notices[ $key ] = $notice; self::$notices[ $key ]['hide'] = isset( $store_notices[ $key ]['hide'] ) ? $store_notices[ $key ]['hide'] : self::$notices[ $key ]['hide']; self::$notices[ $key ]['display_at'] = isset( $store_notices[ $key ]['display_at'] ) ? $store_notices[ $key ]['display_at'] : ''; } }Will something on our site work wrong or it’s just a warning?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp-img ALT problems with “”Yes, we have checked it out at https://photo-to-text.com/make-picture-with-words/amp and validates ok.
Thank you!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp-img ALT problems with “”Hi @ahmedkaludi , there is not validation problems because we have changed the file :
/plugins/accelerated-mobile-pages/components/featured-image/featured-image.php, on line 77. We have put “” in the attribute layout=responsive.
If we don’t add those “”, then it does not work.
The problem is that on every pluggin update, we have to change the code again and again. PLease, modify it on your next update.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp-img ALT problems with “”@ahmedkaludi Any update with this? Is the last version of the pluggin solving this issue?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp-img ALT problems with “”Pluggin updated and the issue has not been solved, still layout=responsive on feature-image.php.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp-img ALT problems with “”@ahmedkaludi this worked for us:
In the file /plugins/accelerated-mobile-pages/components/featured-image/featured-image.php, on line 77 you have to put “” in the attribute layout=responsive
The problem is that on next update, changes will lost.
Yes, we have the last version of the plugin. We will contact to our theme support. Thank you!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Amp-img ALT problems with “”Thank you, we will try this, but if it works (we have not already tested it) when updating the plugin, changes will be lost.
Hi, Any update? Did you find the issue?
Sure, here it is on firefox (private tab)
https://anonfiles.com/h9ydvcIev8/VID20211216223609_mp4
At first, zoom is showed and the <> well placed. When adding to cart and pressing the back button, zoom fails and <> is not on its moves to the right.
Thank you.