Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • NetiNextOrderAmountHandler NetiNextOrderAmountHandler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • shopware6
  • labs
  • NetiNextOrderAmountHandlerNetiNextOrderAmountHandler
  • Merge requests
  • !37

Open
Created Nov 11, 2025 by Tommy Meier@tmeierMaintainer3 of 5 tasks completed3/5 tasks
  • Report abuse
Report abuse

86c64gh5v - Using custom cart amount rule for better rounding

  • Overview 2
  • Commits 5
  • Pipelines 4
  • Changes 20

1. Why is this change necessary?

It's a bug fix.

2. What does this change do, exactly?

It implements a new condition, based on the original CartAmountRule that rounds the cart price by the contexts precision (usually its 2) and assigns it automatically to the existing rule (on installation & update of the plugin) and also changes the rounding behavior in the PaymentMethodRoute

3. Describe each step to reproduce the issue or behavior.

I was not able to reproduce the original behavior with prepaid where the payment was not available when using all prepaid in the cart...

You can test:

  1. If the condition "Gesamtsumme" is replaced by "Gesamtsumme - OAH" in the rule "Free | OrderAmountHandler"
  2. If the free payment is still chosen correctly in the storefront

4. Please link to the relevant issues (if any).

https://app.clickup.com/t/86c64gh5v

5. Checklist

  • I have updated the plugin version and changelog
  • I have updated the manual / created a manual update merge request
  • I have updated the shopware store information
  • I can confirm the code style fits our requirements
  • I can confirm that no debug output is generated anywhere

6. Release Notes

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 86c64gh5v-cart-amount-rule