• Resolved hellomarb

    (@hellomarb)


    Using the version 1.8.0 with WordPress 6.7.2 and Woocommerce 9.7.1 when a customer enters the checkout a new order is created. Sometimes we end up with 4-5 orders until the final is created.

    I deactivated every other payment plugin and could pin it to the unzer plugin. Is there any way to prevent this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hellomarb

    (@hellomarb)

    It is not directly the unzer Plugin, it is the Print Invoice & Delivery Notes for WooCommerce Plugin.

    /**
    * Add a guest access token to the order.
    */
    add_action( 'woocommerce_checkout_create_order', 'add_guest_access_token_to_order', 10, 2 );
    add_action( 'woocommerce_store_api_checkout_update_order_meta', 'add_guest_access_token_to_order_blocks', 10, 1 );

    This is forcing unzer to recreate the order several times.

    Plugin Author Unzer Plugins

    (@unzerplugins)

    @hellomarb thank your for report on this issue. We really appraciate it and we will take a closer look at the issue and see if we can do something about it from our end.

    BR

    Steffen

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Duplicated orders’ is closed to new replies.