Multiple pictures from Magento to Allegro
Is there any option to add more than one picture from magento directly to the auction?
Hi,
Can I help you with that somehow?
Hi,
Whats the problem to add multiple images to the allegro auction?
Hi @michalzimniak,
Our client wanted to have only one product picture. If you want to have multiple images take a look on the loop https://github.com/macopedia/magento2-allegro/blob/master/Ui/AllegroOffer/Form/CreateDataProvider.php#L92 and remove lines 89-94.
@michalzimniak if you would like you can submit Pull Request with option to add more images, but this has to be optional and has to be added with configuration input in magento backend.
Hi, Tried to comment the loop from lines:
// foreach ($images['items'] as $key => $image) {
// if ($image['file'] !== $allegroImage) {
// unset($images['items'][$key]);
// }
// }
but seems like this do not change anything, I mean if I want to mark more than one "Allegro Image" in Images and Videos Tab, only one possible to mark.