@adamrj01 thanks for the feedback.
I also get the message:
Payment gateway with handle ‘wc-payment-method-paypal’ has been deactivated because its dependency ‘wc-blocks-registry’ is not registered. Read the docs about registering assets for payment methods: https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/extensibility/payment-method-integration.md#registering-assets
Any fix for this now available or does soembody know what to do ?
The complete Payment Gateway is not avaiable anymore and nobody can buy anything.
Installing the newest WC Blocks Version did not fix the problem for me.
-
This reply was modified 4 years, 11 months ago by
SimpleRick.
Anonymous User
(@anonymized-15085148)
@keramikoch I am still suffering the same issues too, the WC Blocks fix I thought worked doesn’t seem to have either.
I’ve not yet had any issues with the payment gateway (or in my case PayPal Standard) not being available.
@adamrj01
It appearings that the reason is that the “normal” check-out is not loaded anymore.
What did the fix for me is:
add_action( ‘woocommerce_checkout_order_review’, ‘woocommerce_checkout_payment’, 11);
in the functions.php
Please let me know if that worked for you.
Hello @sanzal,
It’s been a while since you posted. You might have already found a solution. If you didn’t yet, please let us know.
Thanks!
Thread Starter
sanzal
(@sanzal)
After the last update the problem was resolved.
Hello @sanzal,
Great! I am glad that the issue has been fixed now. Thanks for letting us know.
hi @sohanhossain,
I’ve got the same problem.
The complete Payment Gateway is not avaiable anymore and nobody can buy anything.
WC version 5.4.1
Thanks