Skip to content

Commit

Permalink
Merge pull request #234 from k2maan/preorder/#231
Browse files Browse the repository at this point in the history
Fixed: product summary and shop listing status cards skeleton text loading (#231)
  • Loading branch information
ravilodhi authored Oct 6, 2023
2 parents 47efb49 + e3b335a commit e7b968e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/catalog-product-details.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1033,10 +1033,7 @@ export default defineComponent({
"rows": 1,
"sort": "_timestamp_ desc",
} as any,
"filter": `docType: BULKOPERATION
AND operation: 'SHOP_PREORDER_SYNC'
AND data_productVariantUpdate_productVariant_id: ("gid://shopify/ProductVariant/${configAndIdData.variantProductId}" OR "gid://hotwax/ProductVariant/id/${configAndIdData.hcVariantProductId}")
AND data_productVariantUpdate_productVariant_metafields_edges_node_namespace: "HC_PREORDER"`,
"filter": `docType: BULKOPERATION AND operation: 'SHOP_PREORDER_SYNC AND data_productVariantUpdate_productVariant_id: (${configAndIdData.variantProductId && `"gid://shopify/ProductVariant/${configAndIdData.variantProductId}" OR`} "gid://hotwax/ProductVariant/id/${configAndIdData.hcVariantProductId}") AND data_productVariantUpdate_productVariant_metafields_edges_node_namespace: "HC_PREORDER"`,
"query": "*:*",
},
"coreName": "shopifyCore"
Expand Down

0 comments on commit e7b968e

Please sign in to comment.