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

Aggregating multiple products into a new product that has indepdent unit price,inventory, attributes and SKU, and can be sold indepdently. (OCC-222) #409

Open
effapp opened this issue Feb 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@effapp
Copy link

effapp commented Feb 12, 2024

Is your feature request related to a problem? Please describe

Aggregating multiple products into a new product that has indepdent unit price,inventory, attributes and SKU, and can be sold indepdently.

Jira issue

@effapp effapp added the enhancement New feature or request label Feb 12, 2024
@github-actions github-actions bot changed the title Aggregating multiple products into a new product that has indepdent unit price,inventory, attributes and SKU, and can be sold indepdently. Aggregating multiple products into a new product that has indepdent unit price,inventory, attributes and SKU, and can be sold indepdently. (OCC-222) Feb 12, 2024
@sarahelsaig
Copy link
Contributor

Is this for bundles?

Also why should it have independent inventory? If you want to sell multiple products together, then I'd expect that upon checkout the aggregated products' inventories should be reduced. If you actually want aggregating products with independent inventory, then from the platform's perspective it's a completely new product. with no functional real ties to its parts. You can achieve that without a new feature by creating a new product content type that has a Content Picker Field to reference the aggregated products.

@effapp
Copy link
Author

effapp commented Feb 12, 2024

Is this for bundles?

Also why should it have independent inventory? If you want to sell multiple products together, then I'd expect that upon checkout the aggregated products' inventories should be reduced. If you actually want aggregating products with independent inventory, then from the platform's perspective it's a completely new product. with no functional real ties to its parts. You can achieve that without a new feature by creating a new product content type that has a Content Picker Field to reference the aggregated products.

Hi,
Yes, I'd expect that upon checkout the aggregated products' inventories should be reduced and shoppingcarts should show bundles line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants