Import/Export Control-Defined Attribute Inspection
-
Hello good day.
I am using Woocommerce bulk product upload structure (import/export).
I want to know if the following scenario is possible.I have attributes named X, Y and Z.
X attribute 1,2,3
Y attribute a,b,c
Z attribute k,l,m
values are stored. So these are defined from wp-admin before.E.g; X is Brand and value 1 is Woocommerce.
As you know, an attribute value that is not in the csv file can be added. For example, the value 4 to the X attribute.Here, I want to block this for some attributes. For example, a non-existent value such as 4 should be added to the X attribute.
However, values should not be added to the Y (or Z) attribute other than the ones defined.I hope you understand the scenario.
1-) Can this inspection be done?
2-) If yes, in which file and in which function should I call it?
I would be glad if you guide me.
Thank you.
The topic ‘Import/Export Control-Defined Attribute Inspection’ is closed to new replies.