Friends,
I'm trying to add a media (product image) using virtuemart's media model and assign it to a product.
Does anyone have a hint how to pass media data and wether to use VmModel::getModel('Media')->store() or VmModel::getModel('Media')->storeMedia()?
Thanks in advance!