• Resolved saveatrain

    (@saveatrain)


    hello,

    i want to use your plugin, since it seems you are the only one who resolved the iDeal payment issue

    https://github.com/woocommerce/woocommerce-paypal-payments/issues/1233

    however after install your plugin, i got notification in the top of wordpress saying:

    Paypal checkout block notification initialization failed

    and also error when i try to edit an order

    AND LASTLY, in the checkout page, i don’t see the smart buttons and when i look at dev console i see error

    TypeError: Cannot read properties of null (reading ‘Buttons’)

    its worth noting we don’t use blocks, can you please fix it, so people without blocks can still work with your plugin?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello @saveatrain

    Thanks for reaching out to us, we’re here to help.

    Paypal checkout block notification initialization failed

    This message is triggered because of the WooCommerce version you are using does not support Blocks. This incompatibility is triggering the admin notice even though the plugin itself should function without this feature. This should not cause any issues beyond the (annoying) admin notice. So it can be ignored.

    To address this you can edit the plugin’s code by commenting out a specific line that attempts to initialize the Blocks support. This will prevent the plugin from trying to load this feature.

    You can do this by accessing the following file in the plugin’s directory:
    woocommerce-paypal-payments/modules.php

    And then, locate line 29, which should look like this:
    woocommerce_paypal_payments_init_blocks();

    Comment out this line by adding two slashes at the beginning of it, like so:
    // woocommerce_paypal_payments_init_blocks();

    This will disable the initialization of the Blocks feature and should remove the admin notice.

    Regarding the issue with the Smart Buttons not appearing on the checkout page I suggest to perform a full conflict test to rule out eventual issues with the theme or a different plugin. We recommend temporarily activating the default theme Storefront and disabling all other plugins except for?WooCommerce and?PayPal Payments to see if the behavior persists.

    Here’s a guide that explains the steps in more detail: How to test for conflicts. If the issue persists after performing these steps, we suggest you contact us directly for further assistance. We may need to examine your system report or logs to better understand what’s happening. You can open a ticket with our service desk. Here’s how you can request support:?Request Support. Please make sure to include the URL of this thread in your ticket for reference.

    Kind Regards,

    Krystian

    Thread Starter saveatrain

    (@saveatrain)

    we tried but still the same error

    we even tried this and it didn’t work

    https://stackoverflow.com/questions/76886365/paypal-cannot-read-properties-of-null-reading-buttons-in-svelte

    our website is kideno.com, our checkout is working for others payment processors, just not with yours

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    Hello?@saveatrain

    Correct me if I’m wrong, but your site does not currently have our plugin enabled. Although several payment gateways are available, PayPal Payments seems to be missing. Also, that Stackoverflow thread is not related to the problem you are experiencing with our plugin, despite a similar error message.

    To proceed with finding a solution, it would be beneficial for us to take a closer look at your setup. I recommend that you contact our support team directly for a more in-depth investigation. We may need access to your system report or logs to gain a better understanding of the problem. You can open a support ticket with us by following the instructions here: Request Support. Please include the URL of this conversation in your ticket so that we can reference the details you’ve provided.

    We are committed to helping you resolve this issue as swiftly as possible, and contacting our service desk directly will allow us to provide you with the most accurate assistance.

    Kind Regards,

    Krystian

    Thread Starter saveatrain

    (@saveatrain)

    thanks Krystian, i just created a support ticket

    Plugin Support Krystian from Syde

    (@inpsydekrystian)

    This has already been resolved in our support forum.

    Therefore, we mark this thread as resolved. If you still have any questions or if a new problem arises, don’t hesitate to open a new thread or reply to this one. We are here to help at any time.

    Kind regards,
    Krystian

    Thread Starter saveatrain

    (@saveatrain)

    a quick question on this subject,

    in order for iDeal payments to work, do i need to enable webhooks on paypal developer application or not needed?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘iDeal – Issue Blocks’ is closed to new replies.