feat: implement variant selector panel

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-05-02 19:14:30 +07:00
parent d5cdb55845
commit 2ad07c3682
8 changed files with 283 additions and 140 deletions

View File

@@ -73,9 +73,6 @@ const productFragment = /* GraphQL */ `
}
tags
updatedAt
productType: metafield(namespace: "custom", key: "product_type") {
value
}
}
${imageFragment}
${seoFragment}