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

[FEATURE] Make Shipping methods be available based on cart conditions #547

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

johfeu
Copy link
Contributor

@johfeu johfeu commented Jul 4, 2024

Implemented the ability to configure conditions in typoscript setup to switch shipping methods based on products in the cart. This allows e.g. for dynamic application of shipping methods, ensuring that shipping method A (free) is used by default, and shipping method B (with actual costs) is applied when physical products are detected in the cart.

Fixes: #545

…extcode#545)

Implemented the ability to configure conditions in typoscript setup to switch shipping methods
based on products in the cart. This allows e.g. for dynamic application of shipping methods,
ensuring that shipping method A (free) is used by default, and shipping method B (with actual
costs) is applied when physical products are detected in the cart.

Fixes: extcode#545
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Shipping methods be available based on cart conditions
1 participant