Skip to content

import

Auto Added by WPeMatico

Delete product iamges and Add images programatically Issue

I have to import the product images by script for this I’m using below script but getting the error when save product. public function __construct( MagentoCatalogModelProductGalleryReadHandler $readHandler, MagentoCatalogModelProductGalleryProcessor $galleryProcessor, MagentoCatalogModelResourceModelProductGallery $productGallery ) { $this->readHandler = $readHandler; $this->galleryProcessor = $galleryProcessor; $this->productGallery… Read More »Delete product iamges and Add images programatically Issue

Import is not working (Static attribute)

I’m trying to update some products using the import file. I Realized that one attribute is not updating. I noticed this attributes is backend_type = static. This is related to the problem or can be something else? Thanks!