product_options_value
الوصف
- Array مريح لخيارات المنتج الحالي وقيمها.
المصدر
{{product_options_value}}
النوع
- Array من option
الخيار (الحقول الرئيسية)
name،type،values[{label,type,sortOrder,...}]
مثال
[
{
"name": "مقاس",
"type": "text",
"values": [
{ "label": "X", "type": "text", "sortOrder": 0 },
{ "label": "Y", "type": "text", "sortOrder": 1 }
]
}
]