• Resolved vanderwel

    (@vanderwel)


    Hi

    I have installed your plugin and changed the sequential number as we want to start with. The url/permalink still shows the original number so the export to the accounting programm gives an error. How can we also adjust the permalink?

    Thnaks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WebToffee

    (@webtoffee)

    Hi @vanderwel,

    The number shown in the URL is the post ID of the order and the plugin does not change it. The result of changing it could be unpredictable.

    If you want to make your accounting program compatible with Sequential Order Numbers for WooCommerce, please make the following tweak. Instead of referencing $order->id or $order->get_id() when fetching order data, please use
    $order->get_order_number()

    Thread Starter vanderwel

    (@vanderwel)

    Ok Thanks!

    Where do I need to make the tweak you recommand

    Kim

    Plugin Author WebToffee

    (@webtoffee)

    Hi @vanderwel,

    Kindly contact your accounting program support team and share this info. They will know what to do.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permaling differs from ordernumber’ is closed to new replies.