View Issue Details

IDProjectCategoryView StatusLast Update
0007109OXID eShop (all versions)1. ----- eShop frontend -----public2020-03-27 14:42
Reporterandrefatchip Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionreopened 
Product Version6.2.0-rc.2 
Target Version6.2.0Fixed in Version6.2.0 
Summary0007109: Using guest account leads to alternating missing payments (or not) while checkout
DescriptionIf 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 InformationUsing 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 -
TagsNo tags attached.
Attached Files
rc2.JPG (69,246 bytes)   
rc2.JPG (69,246 bytes)   
ThemeFlow
BrowserFirefox
PHP Version7.1
Database Version5.7

Activities

QA

2020-03-16 13:14

administrator   ~0013156

the behavior could be simulated in a freshly installed OXID Enterprise Edition 6.2.0-rc.2

- es -

andrefatchip

2020-03-27 12:47

reporter   ~0013165

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