PrestaSharp
PrestaSharp copied to clipboard
Add product image by ImageFactory
I want add image for product by ImageFactory, but I don't have image path, I have only binary string. It is possible?
Hello, Yes it's possible you have the function : public void AddProductImage(long ProductId, byte[] ProductImage);