Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Bundle Products #76

Open
chrismshea opened this issue Feb 16, 2024 · 0 comments
Open

Add support for Bundle Products #76

chrismshea opened this issue Feb 16, 2024 · 0 comments

Comments

@chrismshea
Copy link
Contributor

chrismshea commented Feb 16, 2024

Current Behavior

A bundle item can be enabled for subscription, but fails when being added to the cart.

Expected behavior

A subscription for a bundle product can be added to the cart, and re-orders created with the correct bundle options selected.


Storing the bundled_product_items array when creating the subscription

We need to store the selected product items with the subscription in Subscribe Pro so that when the re-order is placed it will contain the correct items.

For each product selected in the bundle we include:

  • product id
  • quantity
  • product name
Instructions here

Example showing current behavior with Bundled Items

An example can be seen here: https://zzvw-004.dx.commercecloud.salesforce.com/s/RefArch/99258.html?lang=en_US
Loom showing some strange behavior: https://www.loom.com/share/f5335736ada74e6d9791f7c0c164cf1a?sid=72fef078-a7e8-4030-b8cc-4fe8da8a2085

Additional Info

Bundle Options can be displayed on the My Subscription Widget using the following.

Sub_widget

sub_udf_bundle_options

widget_bundle_options

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

No branches or pull requests

1 participant