Hierarchical Import / Replace fails with Custom Property in 6.1.2.
Scenario. Using standard demo catalog create a customvar TEST of type text.
In the Calculator product add Custom Property TEST, give it text "HELLO"
and set "Use as CUSTOMVAR" (leave other options unselected).
Export the catalog to a textfile.
Re-import choosing "Update" - all should be OK.
Re-import choosing "Replace" and the following error occurs:-
Line 32: The imported custom property does not refer to a predefined valid custom property.
Where line 32 contained the perfectly valid
CustomProperty,TEST,"HELLO",1,0,0,0
Norman
Scenario. Using standard demo catalog create a customvar TEST of type text.
In the Calculator product add Custom Property TEST, give it text "HELLO"
and set "Use as CUSTOMVAR" (leave other options unselected).
Export the catalog to a textfile.
Re-import choosing "Update" - all should be OK.
Re-import choosing "Replace" and the following error occurs:-
Line 32: The imported custom property does not refer to a predefined valid custom property.
Where line 32 contained the perfectly valid
CustomProperty,TEST,"HELLO",1,0,0,0
Norman
Comment