• At first it does what it suppose to do. The ordernumbers in woocommerce are now sequential.

    BUT.

    the internal numbers for orders which are used for transaction and other internal woocommerce things are now not the same as the ordernumbers.

    example: your ordernumber 525 is now sequential. You have to look for the transaction which was usually the same as the ordernumber is now 530.

    Now you have to decide between 2 numbers for one order. 525 as ordernumber and 525 as internal number which is woocommerce using.
    The internal number for orders of woocommerce is still the old nummeration

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

    (@skyverge)

    Hey there stiffler17,

    Thanks for the review!

    Unfortunately, a lot of WooCommerce integrations use the order ID as the order number as you are experiencing.

    For full compatibility with extensions which alter the order number, such as Sequential Order Numbers, WooCommerce extensions should use $order->get_order_number(); rather than $order->id; when referencing the order number. You can try contacting the developers of your payment gateway to see if it’s possible to make this tiny change.

    Cheers,

    Tamara ??

Viewing 1 replies (of 1 total)
  • The topic ‘It works BUT’ is closed to new replies.