Displaying subscription plan options on storefront product page

Hi @_JB ,

I followed the instructions, but the options still don’t show up.

I can see selling plans are created through GraphQL query response, but when I implemented the code in selling plan product page tutorial

The selling plan group is empty, I also tried product Ajax API.

Anything I missed?

Thanks,

Pengyi

{
  "data": {
    "products": {
      "edges": [
        {
          "node": {
            "id": "gid://shopify/Product/6154090217623",
            "sellingPlanGroupCount": 2
          }
        },
        {
          "node": {
            "id": "gid://shopify/Product/6193789206679",
            "sellingPlanGroupCount": 1
          }
        }
      ]
    }
  },
  "extensions": {
    "cost": {
      "requestedQueryCost": 12,
      "actualQueryCost": 4,
      "throttleStatus": {
        "maximumAvailable": 1000,
        "currentlyAvailable": 996,
        "restoreRate": 50
      }
    }
  }
}