Have a issues with
-
Subject: Issue with “Downloadable product permissions” field in WooCommerce 8.7.0 Admin Dashboard
Dear WooCommerce Support Team,
I hope this message finds you well. I am writing to report an issue that I have encountered with the “Downloadable product permissions” field in the WooCommerce Admin Dashboard.
Issue Description:
When creating or editing an order from the WordPress Admin section, the “Downloadable product permissions” field is being rendered with a display: none; style. This styling is preventing users from typing or entering any text into the field, making it impossible to manage downloadable product permissions for orders.
Affected WooCommerce Version:
WooCommerce 8.7.0
Reproduction Steps:
1,Log in to the WordPress Admin Dashboard.
2,Navigate to WooCommerce > Orders.
3,Create a new order or edit an existing one.
4,Locate the “Downloadable product permissions” field 5,within the order details.
6,Attempt to enter text or manage permissions in the field.
Expected Result:
Users should be able to type and manage downloadable product permissions in the “Downloadable product permissions” field without any styling restrictions.
Actual Result:
The “Downloadable product permissions” field is rendered with a display: none; style, preventing users from entering text or managing permissions.
Additional Information:
This issue is causing inconvenience and hindering the smooth operation of managing downloadable product permissions for orders. It appears that the display: none; styling is being added by WooCommerce, specifically affecting the Select2 search field associated with the “Downloadable product permissions” field.
Proposed Solution:
The display: none; styling should be removed or adjusted to allow users to interact with the “Downloadable product permissions” field without any restrictions.
Cut CODE
<input class=”select2-search__field” type=”text” tabindex=”0″ autocomplete=”off” autocorrect=”off” autocapitalize=”none” spellcheck=”false” role=”textbox” aria-autocomplete=”list” placeholder=”Search for a downloadable product…” style=”width: 398px;” aria-owns=”select2-grant_access_id-results”>
Thank you for your prompt attention to this matter. I look forward to your response and resolution.
Best Regards,
- The topic ‘Have a issues with’ is closed to new replies.