-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multishipping checkout add/edit address page issue. #651
Comments
@tzyganu, we have created a ticket and placed it to the backlog. Thank you for reporting this issue! |
magento-team
added a commit
that referenced
this issue
Sep 15, 2014
* Modularity * Log module became switchable * New switchable module TaxImportExport was created * Sales module improvement: * Performance was improved * Complexity of the order persistence logic was reduced * Unit tests coverage for modules was increased: * Magento\Rule * Magento\Contact * Framework: * Composite and bundle save/load processors were added * Support for the complex custom attributes were added * Generic abstract data objects, that is simple and extensible (supports custom attributes), were created * Search Library: * Approach of matching the fields to table names was implemented * MySQL Adapter Library for Match and Filtered query types was added * Ability to filter queries was added * Response handler for MySQL adapter was added * XML declarations for full-text search were added * Functional tests: * Add Products to Order from Last Ordered Products Section * Add Products to Order from Products in Comparison List Section * Add Products to Order from Recently Compared Products Section * Create Configurable Product * Create Store * Create Website * Delete Product From Customer Wishlist On Backend * Delete Store * Delete Website * Viewed Products Report * Products In Cart Report * Manage Product Review from Customer Page * Mass Assign Customer Group * New Account Report * Update Product Review From Product Page * Update Store * Manage Product Review From Customer Page * Other: * Session.name ini set * Calls to setPublicCookie became more secured * Generating the session ID for sensitive data was added * Fixed bugs: * Placing the order from backend * Redirecting the customer to empty shopping cart instead of displaying credit card iFrame on checkout with for PayPal Payflow Link * Showing the message for multiple shipping address checkout in Authorize partial approval flow * Mess detector failure * flv_player security vulnerability * Calling the inexistent method in cart with shopping cart price rules * Overriding a non-empty custom attribute value with empty value in store view scope * Editing in 'WYSIWYG editor' by clicking "Use Default" checkbox when switched to store view scope * RSS list page vulnerability * Applying the store View title on frontend for configurable attributes * Viewing the uploaded sample in downloadable product * Google Shopping: Problem with publishing products if change value for option 'Update Google Shopping Item when Product is Updated' * Configuration scope of items' InStock status on order cancellation * Creating the new customer in admin * GitHub requests: * #621-- Parse error: syntax error, unexpected T_OBJECT_OPERATOR * #651-- Multishipping checkout add/edit address page issue
The team fixed this issue. The code fixing the issue was deployed in version 0.1.0-alpha95. We are closing this issue now. Looking forward to new bugs reports from you. |
okorshenko
pushed a commit
that referenced
this issue
Feb 7, 2017
…ducts_2.1.x Fixed issues: - MAGETWO-58895: [Backport] Customer is redirected to "Compare Products" Frontend page if tries to remove a Product from comparing - 2.1
magento-engcom-team
added a commit
that referenced
this issue
May 2, 2019
…ix misspelling #651 - Merge Pull Request magento/graphql-ce#651 from magento/graphql-ce:649-GetSpecifiedBillingAddressTest-fix-misspelling - Merged commits: 1. 98b1d3c
magento-engcom-team
pushed a commit
that referenced
this issue
May 2, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When accessing the page
multishipping/checkout_address/newShipping/
as a non-logged in user I get an error message when dev mode is on:No such entity with customerId =
and a
There has been an error processing your request
when not on dev mode.I expect to be redirected to the login page.
Same goes for
multishipping/checkout_address/editShipping/
.I'm also able to access the page
multishipping/checkout_address/selectBilling
as a non-logged in user, but I see only a button and no addresses.When accessing it I get #652
The text was updated successfully, but these errors were encountered: