Custom attributes created with importer issue
-
Hello team,
I am working on a website with over 2000 references in stock, so I created and imported a CSV with all the items using the built-in WooCommerce import. There are around 8 custom attributes created for these items. All custom attributes were created automatically when importing the CSV file, each had columns Attribute Name, Attribute Value, Visible…
I had created the attributes with same names prior to this inside Product->Attributes but when importing, these product attributes won’t be seen in “Products -> Attributes”, they can be seen when checking any product info, that’s not what I expected but I don’t mind since it works.
Now I was looking for a good Product filter plugin that would let me show and filter these custom attributes. After testing some, I can’t seem to make it work with none, since all allow me to filter by using the Attributes in Products->Attributes, but as I said… They were not linked there despite having the same attribute name, and they were not created there either by the importer. All I have are some “ghost” attributes that are existing and working but I just can’t choose them for any plugin (or I can’t seem to know how to make them work).
I tried inspecting the elements for these custom attributes…
woocommerce-product-attributes-item woocommerce-product-attributes-item--attribute_madera-noble
is one example of custom attribute in a Product, this is composed of 2 columns:
woocommerce-product-attributes-item__label
which is name of attribute.
woocommerce-product-attributes-item__value
which is the value of the attribute.Is there any way for me to use all these information and import it into Attributes so I can link them to any filters plugin?
Or is there any other workaround this? Any help or input is appreciated as long as I don’t need to manually change 2000+ references or data.
I know many plugins would have let me do this if the Attributes were created in Attributes but for some reason they were not and there are too many variables to make it manually so I am forced to do it this way. My custom attributes are only seen when going inside each product and I’m stuck ??
Thank you very much
- The topic ‘Custom attributes created with importer issue’ is closed to new replies.