Hi there,
When I assign an image to an Ecommerce group, Dynamicweb stores the path as follows:
/Files/Images/GroupImages/Closeoutheader.jpg
When I retrieve the path using GetString("Ecom:Group.LargeImage") I get this:
/Files//Files/Images/GroupImages/Closeoutheader.jpg
Note the double slash. This in turn causes an issues with GetImage as this URL
/Admin/Public/GetImage.ashx?Image=/Files//Files/Images/GroupImages/Closeoutheader.jpg&Width=1810&altFmImage_path=/Files/Files/Images/Products/noImage.png&Format=jpg&Crop=5&Background=ffffff
now returns the error: "Can't process the file: /files//files/images/groupimages/closeoutheader.jpg."
Did something change in GetImage that would explain this difference? I have 9 running locally and 8 remotely. so maybe that explains the difference if it's not a difference in DW?
Thanks!
Imar