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

Improve payment and shipping methods #19

Open
10 tasks
SamBrishes opened this issue Jan 23, 2024 · 1 comment
Open
10 tasks

Improve payment and shipping methods #19

SamBrishes opened this issue Jan 23, 2024 · 1 comment
Labels
feature New feature or request

Comments

@SamBrishes
Copy link

SamBrishes commented Jan 23, 2024

* In Germany, the tax rate for shipping costs is calculated on the basis of the products to be shipped. In the case of an order with different tax rates (7% and 19%), this is calculated proportionally based on the total. See Mehrwertssteuer auf Versandkosten (german article) / Umsatzsteuer auf Versandkosten (german article)

@SamBrishes SamBrishes added the feature New feature or request label Jan 23, 2024
@SamBrishes SamBrishes moved this to Ready in Mall NEXT Jan 23, 2024
@SamBrishes
Copy link
Author

Thinking about new condition-based handling, at least for payment / shipping methods

if [condition] then [action]

Available conditions

  • cart [contains] list
  • cart total [greater|lower] amount
  • cart weight [greater|lower] amount
  • cart number of items [greater|lower] amount
  • shipping country|region [in|not-in] list<country|region>

Available Actions

  • enable|disable method
  • set specific price (shipping) | set specific fee (payment)
  • set guaranteed days to delivery (shipping)
  • increase amount of parcels/packages (shipping)

@SamBrishes SamBrishes moved this from Ready to In Progress in Mall NEXT Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

1 participant