scandipwa / scandipwa

Next-generation front-end for Magento 2

Home Page:https://scandipwa.com/?utm_source=github&utm_medium=readme&utm_campaign=general

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order is not linked to the account created after checkout on success page

Ylmzef opened this issue · comments

commented

After users create an account following a successful checkout, the associated order is not linked to the newly created account. Consequently, the order does not appear in the user's order history under the /sales/order/history page.

Steps to reproduce:

  1. Proceed with a checkout process as a guest user.
  2. Complete the order and create an account on the success page.
  3. Navigate to the /sales/order/history page to view the order history associated with the newly created account.

Actual result
The order placed during checkout is not linked to the newly created account, resulting in it not being listed in the user's order history under the /sales/order/history page.

Expected result
The order created during checkout should be linked to the newly created account, and it should be visible in the user's order history under the /sales/order/history page.

Additional Details:
Backend investigation reveals that the customer group is specified as "NOT LOGGED IN" on the order page.
This issue affects the accuracy and completeness of the user's order history.
Users may encounter confusion or difficulty in tracking their past orders due to this discrepancy.

Versions

  • ScandiPWA: 6.2.3
commented

Hi @mohamedvol1 and @AleksandrsKondratjevs
Any progress on fixing this bug?