Code Monkey home page Code Monkey logo

Comments (2)

Mardl avatar Mardl commented on May 20, 2024 1

The importer is granulated so that the product import executes many individual "steps". The MSI import is only one step of many.
If the MSI import is not needed, it should be removed from the "Steps".

Also the importer can be overlaid in Magento manner, but it is based on Symfony.

Instructions for own module for overlaying Smfony DI (or whole Observer) can be found here:
https://docs.met.tdintern.de/pacemaker/1.3/ce_how-to-extend.html

Below I have the add_update from the current Importer 3.8.x Config (service.xml) with the commented out step for MSI. This can of course be removed completely.


<service id="import_product.observer.composite.base.add_update" class="TechDivision\Import\Observers\GenericCompositeObserver">
--
<call method="addObserver">
<argument id="import.observer.attribute.set" type="service"/>
</call>
<call method="addObserver">
<argument id="import.observer.additional.attribute" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.url.key" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.file.upload" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.quality.and.stock.status" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.product" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.product.website.update" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.category.product.update" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.product.inventory.update" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.product.attribute.update" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_url_rewrite.observer.product.url.rewrite" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_variant.observer.product.variant" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_bundle.observer.product.bundle" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_media.observer.product.media" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_media.observer.clean.up.media.gallery" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_link.observer.product.link" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product_grouped.observer.product.grouped" type="service"/>
</call>
<!--            <call method="addObserver">-->
<!--                <argument id="import_product_msi.observer.product.source.item" type="service"/>-->
<!--            </call>-->
<call method="addObserver">
<argument id="import_product_tier_price.observer.product.tier_price" type="service"/>
</call>
<call method="addObserver">
<argument id="import_product.observer.clean.up" type="service"/>
</call>
</service>

from import-cli-simple.

ruWebsolute avatar ruWebsolute commented on May 20, 2024

In a workaround perspective I think it's perfect,
but the system includes this step or should it work automatically with or without MSI?
Thanks for the hint, however, it worked like a charm

from import-cli-simple.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.