rajgorjaydeep
Forum Replies Created
-
Thank you for the reply.
We have done the conflict test and found out that when we disable the CheckoutWC, it shows the coupons amount but when we enable it, the coupon amount is not visible.
If we downgrade Advanced coupons plugin we can see the coupon amount in CheckoutWC but not with the latest version.
Hi @miemie We are having the same issue.
- This reply was modified 2 years, 8 months ago by rajgorjaydeep.
Forum: Plugins
In reply to: [WooCommerce] Undefined function wc_print_noticesHi @xue28
Thanks for your reply.
We have custom codes in our functions.php and the same code calls function woocommerce_output_all_notices();. We do not have error on that function but this core woocommerce function uses another function which throws the error.
Can you please check the same?
I have removed the customization and yes, I have made the plugin conflict test. Currently, I have enabled WooCommerce, WP Bakery and Fluid Checkout but still the billing fields are being removed.
Thanks.
Thank you for your reply.
We have changed the priority of registering the shipping step to 35.
inc\checkout-steps.php line 940, priority from 20 to 35.
There is no other customization we have made.
Hi @wfjoshc
It was removed automatically today. I have again changed firewall status to Learning Mode and it was added. Then I changed it back to protecting.
I have changed over to MySQLi storage engine and this request again removed from allowlist. But it is not blocked anymore. Will it be blocked after sometime or is it not blocked due to some other reason?
Thanks.
Hi @wfjoshc
Thank you for your reply.
What is generating these requests? As well what action is triggering these requests?. – This is the Ajax request, the request consists the same action two times, one to get the price and if the same request is generated again, it will consist pdf data and everything will be added to cart. Whenever there is pdf data, it blocks the request. pdf data is blob data.
Is this something an admin is doing, if so, what is happening to cause this request? – No, this requests are generated from frontend.
Do you have any other security plugins or scheduled backups? These may be overwriting the settings. – No, I do not have any security plugins. We do not take backups but the hosting service provider does the backup but we do not needed to restore the backup.
If you put any other parameter in the allowlist, is it removed? Or does only this parameter get removed? – We have not tested the same earlier. We have added only header field for allowing the request. As of now, both of them are there.
Thank You.
Hi @wfjoshc
Thank you for the reply. I have tried the same and it adds the same request in allowlist. Can’t we allow request if there is a specific header is available? In our case, you can see there is custom header qc_glass_configurator. So whenever this is present, it should allow the request.
I do not have problem to keeping the wordfence’s default added param i.e. request.body[pdf_data] but is there any specific reason it removes automatically?
Thanks.