-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: CheckoutIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
Preconditions
- Developer mode, ubuntu, php 7
- Magento 2.1
Steps to reproduce
- Add item to cart
- Select checkout with multi shipping addresses
- Click to go to shipping
- Click to edit items icon
Expected result
- Should go to /checkout/cart page
Actual result
Goes to 404 page (/multishipping/cart).
[Screenshot, logs]
Issue in file vendor/magento/module-multishipping/Block/Checkout/Billing/Items.php in getVirtualProductEditUrl(). Should be:
public function getVirtualProductEditUrl()
{
return $this->getUrl('checkout/cart');
}
Metadata
Metadata
Assignees
Labels
Component: CheckoutIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report