You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded from Magento Open source 2.2.0 to Magenti 2.2.4 and 2.2.5
PHP version 7, My Sql
Magento deployed on Amazon AWS
Use headless commerce approach i.e use Magento rest APIs.
Summary of the issue
After upgrading Magento admin store is returned instead of default store. This is causing inconsistency. Existing customers are not able to login, orders are placed against admin store.
Steps to reproduce
Install Magento 2.2.0
Use default store. No need of multiple stores.
Import Products, create customers.
Create customers from admin console, trigger welcome mail and password reset mails.
Reset password from link given in email. Login using new password. Login works perfectly.
Place couple of orders.
Store is set as default store for customers, orders.
order sequence number is incremented in sequence_order_1
Upgrade Magento to 2.2.5 from Setup Wizard
Fix all the issues during migration.
Try to login with old customers. For new customers try to reset password.
Login not working. Password reset also not working. This is because magento returns store id as 0 instead of 1. So customer is not found for that email in storeid = 0
Did workaround to continue with login. In CustomerRegistry.php, retrieveByEmail method has logic to get websiteid. hard coded this to 1. Hence I am able to continue with login for existing customers.
Continue to add products to cart and place orders.
Order placed successfully with store id=0
Expected result
Customers and order should have store id as 1. As storeid=0 means admin store.
Actual result
Store is set and returned as 0.
The text was updated successfully, but these errors were encountered:
Hi @tizzyguy87. Thank you for your report.
To help us process this issue please make sure that you provided the following information:
Summary of the issue
Information on your environment
Steps to reproduce
Expected and actual results
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
@magento-engcom-team give me {$VERSION} instance
where {$VERSION} is version tags (starting from 2.2.0+) or develop branches (2.2-develop +).
For more details, please, review the Magento Contributor Assistant documentation.
@tizzyguy87 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
tizzyguy87
changed the title
Admin store is returned instead of Default store in all placing order
Admin store is returned instead of Default store while placing order
Jul 20, 2018
@tizzyguy87, thank you for your report.
We were not able to reproduce this issue by following the steps you provided. If you'd like to update it, please reopen the issue.
Preconditions
Summary of the issue
After upgrading Magento admin store is returned instead of default store. This is causing inconsistency. Existing customers are not able to login, orders are placed against admin store.
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: