-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Product Custom Option Value is cut off in /admin/sales/order/view/ #4680
Comments
Looks like a reproducible bug. Internal ticket MAGETWO-53668. ☀️ dvilchynskyi, M2 QA engineer. |
Any progress on this? We have a client currently experiencing major fulfilment issues due to this |
@wq9, thank you for your report. |
@wq9, thank you for your report. Unfortunately, we are archiving this ticket now as it did not get much attention from both Magento Community and Core developers for an extended period. This is done in an effort to create a quality, community-driven backlog which will allow us to allocate the required attention more easily. You may learn more about this initiative following this link. Please feel free to comment or reopen the ticket if you think it should be reviewed once more. Thank you for collaboration. |
So is magento not fixing this one? we have been waiting for a fix on this one. |
Apparently not.
|
I'm also affected by this BUG but I am using "textarea" not "field" - the fact is that customers are entering text into a textarea when ordering a product and although all their text is recorded in the DB it's cut off in the admin and emails so it's useless... PLEASE FIX THIS |
Did anybody ever find a fix for this or work around? We have a site that personalises gifts and can't see what text people want on items if they enter more than 50 characters. |
I have solved it In the Items Ordered section, the custom option value is cut off to 55 characters and does not show the full value. You have to need comment below code in line no. 34
After All content display in admin also |
Thanks, seemed to work for me on Magento 2.3. It was line 33 in my file. |
Steps to reproduce
Input Type
=Field
https://media.example.com/2c013ce0c4c207e8cf648d55f054bdd3.jpg
Expected result
In the Items Ordered section, the custom option value should display in full, or at least display in full when you hover on the value.
Actual result
In the Items Ordered section, the custom option value is cut off to 55 characters and does not show the full value.
https://github.com/magento/magento2/blob/develop/app/code/Magento/Sales/view/adminhtml/templates/items/column/name.phtml
The text was updated successfully, but these errors were encountered: