• Resolved ttouma

    (@ttouma)


    After updating the PayPal Payments Plugin to the new version (Version 1.8.1), our product page is corrupted.
    I tried to turn-off all the plugins and switched the theme to a basic theme (example: Twenty Twenty ), the error is still available.
    There is no override between PayPal payment plugin and other plugins or the theme

    PHP version, wordpress version and Woo Commerce Version are compatible.

    Mainly the plugin is not working!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Syde Joost

    (@joostvandevijver)

    Hello,

    thank you for reaching out to us, we are here to help.
    Can you please let us know what you are experiencing? What is the error you are seeing? Have you tried to revert back to version 1.8.0 and did that help?

    If you can provide additional details, like the system report, logs and screenshots, that could help us identify the issue. If you don’t feel comfortable sharing those details on a public forum, please open a ticket with our service desk. You can find the instruction for this here: https://paypal.inpsyde.com/docs/request-support/
    (please add the URL of this thread in the ticket as well)

    Kind regards,
    Joost

    Same problem here, using Avada. Product page breaks completely and only displays “Critical error”, nothing else – no menu, no content. Disabling the plugin fixes it

    Plugin Support Syde Joost

    (@joostvandevijver)

    Hello @admws

    there is an issue known regarding the Avada theme that we have looked into. However, our developers concluded that this issue being caused by Avada and not our plugin.

    Let me give you some details on their findings:
    The problem comes from file at wp-content/plugins/fusion-builder/shortcodes/components/woo-cart.php → line 457 when they are trying to call our button_renderer hook

    do_action( ‘awb_after_woo_add_to_cart_content’ );
    and a little above is the add_action

    // Change action for the WooCommerce Paypal Payments plugin.
    if ( class_exists( ‘WooCommerce\PayPalCommerce\Button\Assets\SmartButton’ ) ) {
    add_action( ‘awb_after_woo_add_to_cart_content’, [ ‘WooCommerce\PayPalCommerce\Button\Assets\SmartButton’, ‘button_renderer’ ] );
    }

    We are seeing that Avada is overriding the product page template and then trying to call our buttons by themselves and doing it incorrectly which leads to the error. This is something that Avada needs to address and we cannot be resolved.

    Please reach out to Avada as we have also done from our side.

    @ttouma can you confirm that you are also using Avada? Or is this unrelated to your issue?

    Kind regards,
    Joost

    Plugin Support Syde Niklas

    (@niklasinpsyde)

    Hi @ttouma,

    We haven’t heard back in a while, so I’m marking this thread as resolved.
    In case this affects you, the Avada developers published a new update that should resolve the compatibility issues their plugin previously had with PayPal Payments.

    If any issues or questions remain, don’t hesitate to create a new thread or reopen this one. Thanks!

    Kind regards,
    Niklas

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product Page Corrupted’ is closed to new replies.