-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Make Shipping methods be available based on cart conditions #545
Comments
example config
|
johfeu
pushed a commit
to johfeu/cart
that referenced
this issue
Jul 4, 2024
…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
Interesting! This is a nice feature imo. 👍🏼 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Is your feature request related to a problem? Please describe.
Use Case: A shop with virtual/downloadable and physical products. Shipping method A with 0,00 is used by default and shipping method B with actual costs should be used as soon as physical products are in the cart.
Describe the solution you'd like
this could be achieved using the same Typoscript condition setup as for the extra costs e.g.
by_number_of_physical_products
Describe alternatives you've considered
Only using conditional costs with amount 0,00 is not an option because it confuses customers
The text was updated successfully, but these errors were encountered: