Skip to main content

product_options_value

Description

  • Convenience array of the current product's options and their values.

Source

  • {{product_options_value}}

Type

  • Array of option

Option (Key Fields)

  • name, type, values[{label,type,sortOrder,...}]

Example

[
{
"name": "مقاس",
"type": "text",
"values": [
{ "label": "X", "type": "text", "sortOrder": 0 },
{ "label": "Y", "type": "text", "sortOrder": 1 }
]
}
]