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 1
    • Merge requests 1
  • 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
  • !5

Closed
Created Jul 26, 2021 by Malte Peters@mpetersDeveloper3 of 4 tasks completed3/4 tasks
  • Report abuse
Report abuse

#37929 - Fix problem with cache

  • Overview 5
  • Commits 9
  • Changes 10

1. Why is this change necessary?

To set solve a problem with cache.

2. What does this change do, exactly?

  • It invalidates the cache

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

- Warenkorb mit Bestellsumme 0,- erstellen (beispielsweise durch eine Promotion)
- Confirm Seite besuchen
=> Zahlart "Free"

- Warenkorb auf > 0,- bringen (z.B. Artikel hinzufügen, der nicht von der Promotion gedeckt ist)
- Confirm Seite besuchen
=> Zahlart "Free" wird immer noch angeboten => FEHLER

- Cache in Administration leeren
- Confirm Seite aktualisieren
=> Zahlart "Free" nicht verfügbar => RICHTIG

Use the Shopware docker container therefore: docker run --rm -p 80:80 -e VIRTUAL_HOST=localhost shopware/testenv:6.3.0

User: demo Pass: demo

Frontend: http://localhost/shop/public/ Backend: http://localhost/shop/public/admin#/

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

https://redmine.netinventors.de/issues/37929

5. Checklist

  • I have updated the plugin version and changelog
  • I can confirm the code style fits our requirements
  • I can confirm that no debug output is generated anywhere
  • I have changed the required NetiFoundation-version to the latest available version
Edited Jul 26, 2021 by Malte Peters
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 37929-http-cache