Skip to content

Conversation

@kdaviduik
Copy link
Contributor

WHY are these changes introduced?

Fixes #0000

WHAT is this pull request doing?

HOW to test your changes?

Post-merge steps

Checklist

  • I've read the Contributing Guidelines
  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've added a changeset if this PR contains user-facing or noteworthy changes
  • I've added tests to cover my changes
  • I've added or updated the documentation

@kdaviduik kdaviduik changed the base branch from kd-2 to graphite-base/3205 September 25, 2025 23:56
@kdaviduik kdaviduik changed the base branch from graphite-base/3205 to kd-2-5 September 25, 2025 23:56
#### File: /app/routes/collections.$handle.tsx

```diff
@@ -4,7 +4,10 @@ import {getPaginationVariables, Analytics} from '@shopify/hydrogen';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, these deletions look unintentional...

productOptions={productOptions}
- selectedVariant={selectedVariant}
+ selectedVariant={combinedListing ? selectedVariant : undefined}
+ selectedVariant={combinedListing ? undefined : selectedVariant}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this wrong all along?

3. On the [Products](https://admin.shopify.com/products) page, open any products that will be sold as subscriptions and add the relevant subscription plans in the **Purchase options** section.
The Hydrogen demo storefront comes pre-configured with an example subscription product with the handle `shopify-wax`.

### Step 1: app/components/CartLineItem.tsx
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what happened here, but this wasn't meant to be step 1 (step 1 already exists above). It was originally step 3.2. The code diff doesn't appear to have changed though

precision
}
}
fragment SubscriptionDiscountFragment on SubscriptionDiscount {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was lost but all since restored

export default function Collection() {
const {collection} = useLoaderData<typeof loader>();

+ // Manually filter out combined listings from the collection products, because filtering
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this was definitely unintentional I'd say

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants