document.write("
MivaEvents.SubscribeToEvent('price_changed', function (product_data) {
console.log(product_data);
});
//response Object
{
"product_code": "shirt",
"price": 10,
"additional_price": null
}
price_changed - Snippet hosted by \"Cacher\"
");