Hi oscar community!
I'm currently working on oscar-based ecommerce website and I need to create products programmatically based on parsed data.
Product creation is quite simple and I figured it out. But for the product images part it would be awesome to read some advices or recipies of how to do it right.
So it seems to me that if I simply download an img and store it im my MEDIA_ROOT and then add a database entity to catalogue_poroductimage providing product_id & path to original I'm missing out thumbnail generation and whatnot.
Looked through docs but didn't find details on the matter.
Can someone with experience on the subject share some knowledge?
Thanks!