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

Handle bundled shipping and static pricing #2

Closed
helgatheviking opened this issue Mar 3, 2021 · 1 comment
Closed

Handle bundled shipping and static pricing #2

helgatheviking opened this issue Mar 3, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@helgatheviking
Copy link
Collaborator

The step container works quite well when the child items are shipped individually and the container price is priced-individually. However, I've recently had 2 folks who want to have (for example) 18 options resolve into 3 boxes of 6. Meaning you can buy as many multiples of 6 as you want, but you keep adding boxes to the price and to the shipping cost.

There's a possibility to maybe link the step quantity to the shipping dimensions. I think this will be tricky in 2 places.... 1. counting the product 18 item container as 3 line items in the shipping package. And then 2. splitting the items (whose weights get aggregated into the container box) semi-evenly into the different boxes.

I'm noting this, but I'm not sure we should do anything about it as if you want to sell unlimited boxes of 6, you should maybe not use the step counter and just have the customer keep adding boxes with different configs. This handles the above 2 problems with no additional work, even if it may or may not be less intuitive for the customer.

@helgatheviking helgatheviking added the wontfix This will not be worked on label Oct 14, 2024
@helgatheviking
Copy link
Collaborator Author

if you need this, you should use Variable Mix and Match instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant