View Issue Details

IDProjectCategoryView StatusLast Update
0006544OXID eShop (all versions)1.03. Basket, checkout processpublic2024-09-18 15:23
ReporterDustinJeuck Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.9 / 5.2.9 
Summary0006544: A page refresh after updating select list options in basket increases the product amount
DescriptionChanging the selections of a selection list in the basket manipulates the product amount after refreshing the page.
Steps To Reproduce1. Enable Core Settings -> Performance -> Load Selection Lists in Product Lists
2. Add a selection list to an article
3. Add the article to the basket
4. Change the selection in basket
5. After changing refresh the page by pressing F5

Result: The product amount increased by 1 without changing it
TagsNo tags attached.
ThemeAll
BrowserAll
PHP VersionAll
Database VersionAll

Activities

SvenBrunk

2024-09-18 15:23

administrator   ~0017560

Actually this was not really a bug, but common browser behaviour to re-send your request to increase the count by 1.
Nonetheless this no longer happens with Apex as the form was re-designed.