stepfaul
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] ReCAPTCHA enabled on all product pagesThanks @jamieong,
That first snippet has done the job perfectly! Thanks again for the great support as this is the second time you have provided a solution.
Steve.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] ReCAPTCHA enabled on all product pagesHi @jamieong,
Thank you for responding so quickly, unfortunately after adding the code to the bottom of my themes functions.php and clearing all caches the reCAPTCHA is still appearing on the Product pages.
/* Disable WooCommerce PayPal Payments reCAPTCHA on Product Pages **/
add_action('wp_enqueue_scripts', function() {
if (is_product()) {
remove_action('wp_enqueue_scripts', array(
WC()->integrations->get_integration('ppcp-recaptcha'),
'enqueue_scripts'
));
}
}, 9);
?>Forum: Plugins
In reply to: [Head & Footer Code] HTML script id is being stripped from HeaderHi @urkekg thank you for responding so quickly, I can confirm that the update does resolve the issue for me.
Many thanks
Steve.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card testing attacksAfter enabling PayPal again and installing the helper plug-in I can see that the attacks have re-started again (this is obviously expected). I can also see the helper plug-in moving orders to the Bin but I have since disabled PayPal payments again as although the plug-in is performing some tasks I don’t like the fact that orders are still being placed.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card testing attacksThanks for looking into this @jamieong , I have reached out to you directly via a support ticket as requested. I have also installed the helper package and re-enabled PayPal (WooCommerce Official) again.
Just once last thing… Can I disable the Payment Provider PayPal & PayPal Later (Legacy) as this is currently active along with the official WooCommerce one?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Card testing attacksI appreciate there have already been a number of posts on this and I have read your responses – I just wanted to raise one for our site for awareness. It looks like you are working on an update to the plug-in.
Forum: Plugins
In reply to: [Brevo for WooCommerce] Product Block not workingSo, the info page linked to when when you attempt to add a product block from WooCommerce does not state the WooCommerce is not supported for product blocks 🙁
I found another article that states Product Blocks are only available for Shopify, Shopware or PrestaShop. The ability to add products from an e-commerce website to a newsletter is kinda fundamental for a newsletter so Brevo is not for me at this time. This should have been a very quick question to answer and if product blocks were supported then I would have subscribed to a paid plan – I was just using the free version as a proof of concept.
The plug-in for WooCommerce needs more development it would seem….Thank you – adding the # has resolved the issue 🙂
Thanks for the quick response @neelakshsingh
I have added the CSS to the custom css section, cleared website caching and browser cache but the x is still displayed. Do you have any other ideas?
ThanksForum: Plugins
In reply to: [WooCommerce] Space bar not working in Edge on checkout pageHi, thanks for taking a look.
My sites WordPress and WooCommerce are the latest versions. I am able to reproduce this issue from 4 different PC’s and have even been able to reproduce it on some of the other site url’s posted in this support forum.
Essentially if you have any saved details in Edge such as first name, surname, address etc and at checkout if you try to edit the auto completed details by inserting a space either before, in the middle or after the text it does not work. in addition to this if you select the ‘undo autofill’ option to remove any auto completed information, spaces still do not work even when dealing with a blank field.
This issue has already lost me a sale as the customer could not edit the auto completed information saved in Edge and I am sure it wont be the last. I appreciate this may be a browser related issue but this will be impacting other WooCommerce sites.
*** As an update I have just browsed to a Shopify sites checkout as a comparison and cannot reproduce the issue ***
- This reply was modified 1 year, 7 months ago by stepfaul.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Fatal Error with Amazon Pay plugin@niklasinpsyde Apologies for the delay in responding as I have been away for a couple of days. I have just tested a full end to end transaction on my staging site using Amazon Pay and all worked as expected.
Thanks very much for looking into this!
Kind regards
Steve.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Fatal Error with Amazon Pay plugin`Hello @stepfaul
we have been trying to get our Amazon account to work in order to test this issue, but this seems to take a bit longer than expected. In order to check this issue now, I want to ask you if it would be possible to use your staging site for this purpose.
If this is an option, please open a support ticket with us as described here, so we can get the access details securely: https://paypal.inpsyde.com/docs/how-to-request-support-via-widget-on-the-website/
Kind regards,
Joost`I have opened a support ticket ref PPC-155 as requested.
Kind regards
Steve.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Fatal Error with Amazon Pay pluginThanks @joostvandevijver
I have since managed to configure Amazon Pay on my staging site – https:// staging.littletigergifts co uk/ and can confirm that the issue still occurs. If I disable the option under WooCommerce > Settings > Payments the issue still occurs. The only way to resolve things is to disable the PayPal Payments Plugin from within plugins.
I have left the staging site with plugin enabled so you can have a test. The site is running the latest version of WooCommerce (5.5.1) but I have not upgraded to WP 5.8 yet so it is running 5.7.2 All plugins are the latest versions.
To reproduce the issue, select the Amazon Pay button from either the cart or checkout, login to Amazon Pay, confirm payment details and select the button to continue with payment – this will then attempt to take you back to my site where upon return the fatal error page is displayed.
Hope this helps.
Steve.
@peachpay – Thanks for getting this resolved so quickly. Things look good now!
Sorry, don’t quite know what happened there but just tried again after clearing all caches and still the same error. Almost seems to be flapping between working and not working…