Skip to content

Commit

Permalink
Merge pull request #457 from Shopify/dpwolf-patch-1
Browse files Browse the repository at this point in the history
Fixed comment
  • Loading branch information
davejcameron authored Jan 29, 2025
2 parents e6db647 + 5e7a77d commit 07259be
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
// @ts-check

/*
A straightforward example of a function that expands a bundle into its component parts.
The parts of a bundle are stored in a metafield on the product parent value with a specific format,
specifying each part's quantity and variant.
The function reads the cart. Any item containing the metafield that specifies the bundle parts
will return an Expand operation containing the parts.
A straightforward example of a function that expands a single line into a bundle with add-on products.
The add-on options are are stored in a line item property and metafield on the product.
*/

/**
Expand Down

0 comments on commit 07259be

Please sign in to comment.