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

attribute add-update fails to update storefront labels #249

Open
Giuliano69 opened this issue May 15, 2020 · 0 comments
Open

attribute add-update fails to update storefront labels #249

Giuliano69 opened this issue May 15, 2020 · 0 comments
Labels

Comments

@Giuliano69
Copy link

Describe the bug
In [Usage] (https://docs.m2if.com/37/getting-started/usage) the shortcut add:update seems referred to apply only to product (function description is about product catalogue and sku)
but testing ALSO with attribute:import this kind of add-update seems to be also present in attribute:import
(First issue: maybe ad addendum to the doc may better describe this functionality)

We can APPEND new values in the attribute list, with the corresponding language labels.
BUT seems the add:update CANNOT update the labels for the attribute label in the storefront for other languages.

To Reproduce
I enclose the two examples I made to add-update the basic attribute "manufacturer" (that is part of the basic Magento2 install), in two steps.

  1. The firs csv appended new attribute values in requested languages, AND updated the storefront label for said languages. (from Manufacturer to Brand , for all languages)
  2. The second csv appended the new attribute value (e.g. Pelikan) but FAILED to update the Italian manufacturer storefront label from "Brand" to "Marchio"

bin/import-cli-simple.phar import:attributes add-update

https://drive.google.com/file/d/1Doh8olGvHMt3xEfpQkyeHDCXyB1b_Sfm/view?usp=sharing
https://drive.google.com/file/d/1jOn-oBv-Ej1AIsm9vMPpaKUsHrlonO5-/view?usp=sharing

Expected behavior
The italian label for manufacturer should change to "Marchio" after the second attribute:import

Screenshots
https://drive.google.com/file/d/14nVno9h1BUVDnto1Rs5RoTBCf3tZh3b3/view?usp=sharing

Desktop (please complete the following information):

  • OS: ubuntu 18.04
  • Browser [e.g. chrome, safari]
  • Magento 2.3.5p1
    -M2IF 3.8.16
@wagnert wagnert added the bug label May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants