Parameter name
-
Tell me how to correctly display parameters in the description?
Each product has different parameters in the import file. I would like to display these parameters in the description, if any.My example doesn’t work quite correctly:
{param[@name=”size”]/@name}: {param[@name=”size”]}
If 1 parameter is specified in the import file, then everything is ok. If there are several, then the following is obtained:
Size, Size, Size: 1, 2, 3How to make it so that the parameter name is displayed only once? Like this:
Size: 1, 2, 3
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Parameter name’ is closed to new replies.