Helpcenter +918010117117 https://cdn.storehippo.com/s/573db3149f0d58741f0cc63b/ms.settings/5256837ccc4abf1d39000001/57614ef64256dc6851749879-480x480.png" [email protected] https://www.facebook.com/StoreHippohttps://twitter.com/StoreHippohttps://www.linkedin.com/company/hippoinnovations/https://plus.google.com/+Storehippo/posts
B4,309-10 Spaze iTech Park, Sector 49, Sohna Road, 122001 Gurgaon India

ms.product

This global object is made available on the product page by ms.product widget and contains the details of the product that is currently displayed on the page. You can use these to access and manipulate the product details in startup widgets.



    Examples

    Modify the product name

    ms.bind("ms.page_loaded", function() {
      if(ms.product && ms.product.alias == 'dummy') {
         ms.product.name = "I have been updated dynamically";
      }
    });