Re: Image Import/Customization.
that's what I am planning to do right now by using custom php code that searches in a image dir, finding product/thumbnail images (product_sku.jpg and product_thumb_sku.jpg) as well as variants images. The variants' sku follow a specific sku scheme according to the business logic of my client. My client will rename all images according to this scheme and my script will import images for products, thumbnails and variants.
|