PrestaSharp icon indicating copy to clipboard operation
PrestaSharp copied to clipboard

Add product image by ImageFactory

Open lukas124 opened this issue 7 years ago • 1 comments

I want add image for product by ImageFactory, but I don't have image path, I have only binary string. It is possible?

lukas124 avatar Oct 31 '17 12:10 lukas124

Hello, Yes it's possible you have the function : public void AddProductImage(long ProductId, byte[] ProductImage);

fredoche1810 avatar Dec 04 '17 08:12 fredoche1810