RE: dependent option sets. I am not able to fetch options on the child option set field on selecting parent option set field.
Post your code here .. so that we can see
It should be like this
[
{
"parent": "sample_category",
"child": "sample_subcategory",
"options": {
"727000000": [
"727000000",
"727000001",
"727000002"
],
"727000001": [
"727000003",
"727000004",
"727000005",
"727000006",
"727000007"
]
}
},
{
"parent": "sample_subcategory",
"child": "sample_type",
"options": {
"727000000": [
"727000000",
"727000002",
"727000003"
],
"727000001": [
"727000004",
"727000005",
"727000006"
],
"727000002": [
"727000007",
"727000008",
"727000009",
"727000010"
],
"727000003": [
"727000011",
"727000012",
"727000013",
"727000014"
],
"727000004": [
"727000015",
"727000016",
"727000017",
"727000018"
],
"727000005": [
"727000019",
"727000020",
"727000021",
"727000022"
],
"727000006": [
"727000023",
"727000024",
"727000025",
"727000026"
],
"727000007": [
"727000027",
"727000028",
"727000029"
]
}
}
]