Hi,

I want my product image filename to be stored in this format
${product.internalName}-${type}.
Right now  system is storing product image filename as : small.jpg or
medium.jpg etc,
but I want to store product image filename as productInternalName-small.jpg
or productInternalName-medium.jpg etc.
Image extension can be any valid image extension.
my catalog.properties has following setting for image filename format
image.filename.format=${location}/${id}/${type}
How can I change this format to 
${location}/${id}/${product.internalName}-${type} if the uploaded image is
of any product.

Thanks
Mohd Viqar

--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/Appending-product-internalName-in-the-product-images-file-name-tp4633834.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to