Hi DW,
Is there a way to change the values in a ProductViewModel after it has been created in the ViewModelFactory?
The only way I have found sofar is to do the modification in f.ex. the ProductViewDetail.cshtml or ProductViewList.cshtml templates (swift/ecom/productcatalog)
I am specifically trying to modify the DefaultImage.Value property so that I can insert my own ImageURL to be used by my CustomImageHandler HttpHandler, which intercepts the standard GetImage.ashx, to get product images from an external source.
Thanks,
Christian