• Resolved dailce

    (@dailce)


    In functions.php I’m using the following hook to modify the order number

    add_filter( ‘woocommerce_order_number’, ‘change_woocommerce_order_number’, 9999 );
    function change_woocommerce_order_number( $order_id ) { ……. return $new_order_id; }

    However, your plugin seems to ignore this or is overwriting this? Any idea?

    Or do I have to create a different hook to work with your plugin? Can you provide an example if that is the case?

    • This topic was modified 6 years, 8 months ago by dailce.
Viewing 1 replies (of 1 total)
  • Hello Dailce,

    Our plugin has sequential order numbering in place. If you wish to temper with it, do so within the plugin itself. You can find these settings in the invoice numbering options under the template tab.

Viewing 1 replies (of 1 total)

The topic ‘Modifying the invoice number’ is closed to new replies.