Hello People, Can we add any fields to the object...
# suitecommerce
a
Hello People, Can we add any fields to the object we get from trackTransaction tracker? OR is it possible to get order number from beforeSubmit event of Cart?
m
Yes, using
Tracker.on('transaction', function (eventData, transaction) {})
a
Thank You @Martin