Viewing 1 replies (of 1 total)
  • Plugin Author tychesoftwares

    (@tychesoftwares)

    Hi @wickywills,

    Sorry for my delayed response due to the weekend.

    In the Database, we do not change the original order id created by the WooCommerce because that order id is used for many core functions and also by multiple plugins and themes, so what you will have to do is, you will have to contact to support team of the Payment Gateway plugin and they will have to make the changes where Order ID is been fetched and have to use the below code for CON instead of the code used for Order ID:

    $custom_order_number = $order->get_order_number(); //where $order is an order object

    They will definitely help you with this. Ask me if you need any help.

Viewing 1 replies (of 1 total)
  • The topic ‘Not compatible with Klarna Checkout’ is closed to new replies.