Automattic / woocommerce-subscriptions-core

Subscriptions core package for WooCommerce
Other
88 stars 33 forks source link

Bundle products not configurable in Woo Subscriptions when using Woo Bundles while HPOS is active. #570

Open AnIldanach opened 7 months ago

AnIldanach commented 7 months ago

Describe the bug

Clicking on the "Configure" button for a Bundled product in a Subscription order refreshes the order page instead of allowing to choose from the bundle items. There is therefore no way to edit the bundle items as an administrator.

To Reproduce

  1. Activate Automattic Woo Subscriptions
  2. Activate Automattic Woo Bundles
  3. Enable HPOS
  4. Create a Bundled Product with a couple simple products.
  5. Add a new subscription
  6. Add the Bundled Product
  7. Click on the "Configure" button below the Bundled Product

Expected behavior

The lightbox allowing for the selection of the Bundled Product items should appear to allow for selection.

Actual behavior

The subscription page refreshes immediately, no lightbox for bundled item selection.

Product impact

Additional context

This bug does not affect standard "Order" items. Creating a "New Order", adding a bundled item within and clicking on "configure" works as expected.