kentico_zdenekc
-
1/7/2009 12:46:31 PM
RE:E-Comm product images
Hi Gavin,
yes, I meant to change the condition to force execution of the "else" branch. Changing the .Visible value assignments is't the solution...
However, I've finally found the proper a correct way to enable product image selector:
Please use the appropriate key settings for CMSUseMetaFileForProductImage in web.config, like mentioned in: http://devnet.kentico.com/docs/ecommerceguide/web_config_settings.htm
That means, you need to add following line into the <appSettings> section in your web.config file:
<add key="CMSUseMetaFileForProductImage" value="false" />
Please note that the changed code in the NewProduct.aspx.cs should be reverted to the original state to work properly.
Kind regards, Zdenek Cetkovsky
|