Xeroom – Xero Accounts Integration with WooCommerce › Forums › Xeroom Support Forum › Tracking Category, Custom Order Number Reference, Send to Xero Processing › Reply To: Tracking Category, Custom Order Number Reference, Send to Xero Processing
Thanks Peter
I’ve tweaked our setup and found a way round some of these
Have you got any documentation regarding the hook and filters available with Xeroom which I can attach some custom functions to?
I think if there’s a filter around invoice ref, the function above could replace the id with the custom field before sending to WooCommerce
Also is there a php function which I can use to start the invoice push function? I can then attach this so additional order status
e.g add_action( ‘woocommerce_checkout_order_processed’, ‘xeroom_push_to_xero’)
Kind regards,
Ray