11848853 - Add Customization Point For JSON Data Returned To Knockout Pages
A few versions back we converted some of our pages to use knockout as the view engine. While these pages perform well, they were more difficult to customize. This enhancement made that process much easier. Added Custom.Events.WebEvents.ItemSearch_ItemAdded to enable customizing item properties on search. Added Custom.Events.CartEvents.Line_Item_JsonProperties to enable customizing item properties on the cart. Fixed Custom.Events.CartEvents.ExtraJsonProperties example.