Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
2 Replies
300 Tampilan


Hello Everyone,

I have an attribute 'A' with values ​​like '10 ml', '20 ml', and an attribute 'B' with a value '10 ml'. While importing products—for example, product 'PQR' with attribute 'A' value '10 ml' and product 'XYZ' with attribute 'B' value '10 ml'—I'm encountering an error stating '10 ml found 2 times'. How can I resolve this issue when importing products via Excel into the Inventory module?

Avatar
Buang
Penulis Jawaban Terbai

Thank you done successfully :)

Avatar
Buang
Jawaban Terbai

Hi,

steps:

1. Make attribute values unique globally

2, Use the attribute value ID in the import

      Instead of using the display name (10 ml), use the ID/reference of the attribute value.


Go to Inventory → Products → Product Attributes → Attribute Values.


Note the External ID / XML ID of each attribute value.


In your Excel, instead of writing 10 ml, write the ID (like product_attribute_value_10_ml_A).


Hope it helps.

Avatar
Buang