-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CheckoutFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: PR CreatedIndicates that Pull Request has been created to fix issueIndicates that Pull Request has been created to fix issue
Description
It is not possible to view what a registered customer has in their shopping cart in Magento CE 2.1.0.
This functionality was available in the Magento 1.* and it does look like some provision has been made for it in version 2 as these files exist:
./vendor/magento/module-customer/Block/Adminhtml/Edit/Tab/Carts.php
./vendor/magento/module-customer/Block/Adminhtml/Edit/Tab/Cart.php
./vendor/magento/module-customer/Controller/Adminhtml/Index/Carts.php
However there is no corresponding "CartsTab" file to actually add it to the admin screen.
Preconditions
- Magento 2.1 install
- Registered Customer
Steps to reproduce
- Install a standard Magento 2.1 setup
- Register a customer
- Add a product to customers basket
- Login to the admin area and navigate to customer
- See no-existence of Shopping Cart tab
Expected result
- At Step 5 above I would expect to a tab labelled Shopping Cart where I can view the products that are in the customers cart
Actual result
- As step 5 above there is no tab for Shopping Carts
surfer190 and erfanimani
Metadata
Metadata
Assignees
Labels
Component: CheckoutFixed in 2.3.xThe issue has been fixed in 2.3 release lineThe issue has been fixed in 2.3 release lineIssue: Clear DescriptionGate 2 Passed. Manual verification of the issue description passedGate 2 Passed. Manual verification of the issue description passedIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedProgress: PR CreatedIndicates that Pull Request has been created to fix issueIndicates that Pull Request has been created to fix issue