Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated Variants. #419

Open
bricht opened this issue Nov 10, 2020 · 1 comment
Open

Remove deprecated Variants. #419

bricht opened this issue Nov 10, 2020 · 1 comment

Comments

@bricht
Copy link
Contributor

bricht commented Nov 10, 2020

Need to remove deprecated Variant from commerce data export.

    <record name="Product">
        <field name="variants" type="Variant" repeated="true"
               provider="Magento\ConfigurableProductDataExporter\Model\Provider\Product\Variants"
        >
            <using field="productId"/>
            <using field="storeViewCode"/>
        </field>
    </record>
    <record name="Variant">
        <field name="sku" type="String"/>
        <field name="minimumPrice" type="ProductPrice"/>
        <field name="selections" type="SingleValueAttribute" repeated="true"/>
    </record>
    <record name="SingleValueAttribute">
        <field name="name" type="String"/>
        <field name="value" type="String"/>
    </record>

Before doing so, confirm that its not being used by anyone.

@m2-assistant
Copy link

m2-assistant bot commented Nov 10, 2020

Hi @bricht. Thank you for your report.
To help us process this issue please make sure that you provided sufficient information.

Please, add a comment to assign the issue: @magento I am working on this


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant