View Single Post
  #28  
Old 06-27-2017, 08:30 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by aim
When an admin will change tracking numbers for an order.

Technically any call like
XCOrderTracking::update($orderid, $id, $value)
XCOrderTracking::delete($orderid, $id)
XCOrderTracking::replace($orderid, $value)
results in the email sending.

Thank you.
Thank you!
In our case, our shipping system inserts tracking numbers directly into the database (table xcart_order_tracking_numbers), so this is not relevant to us, only when tracking codes are manually added/deleted/changed for an order. Thank you for the clarification, now I know we don't need to change anything on our side to keep our current working flow like it is.
__________________
X-Cart 4.7.12
Reply With Quote