View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007109 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2020-03-16 11:30 | 2020-03-27 14:42 |
Reporter | andrefatchip | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | reopened | ||
Product Version | 6.2.0-rc.2 | ||||
Target Version | 6.2.0 | Fixed in Version | 6.2.0 | ||
Summary | 0007109: Using guest account leads to alternating missing payments (or not) while checkout | ||||
Description | If one places an order with guest account, an empty payment list can appear. Reason seems to be the missing user group (See reproduction) | ||||
Steps To Reproduce | * Install shop via composer create-project --no-dev oxid-esales/oxideshop-project ox620 dev-b-6.2-rc-ce * Do not change any settings * Place an order as guest * On Payment select click back and then forward -> No payment selection available, User has not user group * Again click back and then forward -> Payment selection reappears, User is in group "Inlandkunden" * Rinse and repeat the issue disappears/reappears alternating | ||||
Additional Information | Using a guest account leads to alternately missing payment methods. This behavior has already been escalated to the shop development and will be fixed with the release of OXID eShop 6.2.0 at the end of March. - es - | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Flow | ||||
Browser | Firefox | ||||
PHP Version | 7.1 | ||||
Database Version | 5.7 | ||||
|
the behavior could be simulated in a freshly installed OXID Enterprise Edition 6.2.0-rc.2 - es - |
|
Hi, great you solved this one. However, our QA would like to also test this before final release. Which method is recommended here to get the patch into own shop: https://github.com/OXID-eSales/oxideshop_ce/commit/40860813401b5a4f370e980650f5315ab9588415 Best would be composer of course, but I cannot find the right tag: vagrant@php71m57:/var/www/html$ composer create-project --no-dev oxid-esales/oxideshop-project OX649 dev-b-6.2-ce [InvalidArgumentException] Could not find package oxid-esales/oxideshop-project with version dev-b-6.2-ce. create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>] Thanks in advance and stay healthy @all |