Hi,
By the below code i got every information regarding to the product but the currency type is always returning $ i already set it in SAR can you please inform me why it's returning $ always.
var HccApp = HccAppHelper.InitHccApp();
Product productItem = HccApp.CatalogServices.Products.Find(bvin);
SingleProductViewModel singleProductView = new SingleProductViewModel(productItem, HccApp);
return singleProductView;