I have a fieldset in my UI component. Depending on certain conditions, I show/hide fields within it. All fields are initially marked as required in the UI component. However, I want to remove the ‘required’ validation when the fields are hidden. if (response.success == true) { $('[name="customer_image"]').closest('.admin__field').hide(); $('[name="kyc_type"]').closest('.admin__field').hide(); $('[name="kyc_proof"]').closest('.admin__field').hide(); $('[name="proof_number"]').closest('.admin__field').hide(); […]
Magento
Hello Magento Community, We’re encountering a challenging issue with our Magento 2.4.5-p5 project, where product prices for approximately 7,000 out of our 800,000 SKUs (all configurable products) unexpectedly drop to 0 (both min and max prices). This problem seems to be related to our indexers, but we’re unable to pinpoint […]
In my custom module, I am able to set the description of an existing product like this: $product = $this->productRepository->get('q783'); $product->setData('description','hello world'); $this->productRepository->save($product); The description shows on product page albeit a little differently than when you save description via page builder eg on the product page there are no tabs […]
i tried the widget in localhost is shown , nto in live site ichecked the difference the Enable WYSIWYG Editor was disabled , i enabled it it worked the next day i checked it , it wasnt working again , not sure what happened
I want to create a UI select in the customer account area in ADMIN for custom attributes. something like this -> https://dolphinwebsolution.com/magento-2-add-ui-select-component-with-search-filter-in-admin-form I am not sure how to get this even in the admin area for attributes. When I created the attribute with InsallData I set it for multi-select so […]
We are using Venia PWA 2.4.5 setup where frontend is displaying from ReactJs I have added New Widgets in backend. How to display those content in Frontend of the website ?
It appears that the downloadable products bundle and grouped products are not functioning properly in the PWA Venia setup. I have examined the Vue frontend, and it seems there is no support for downloadable products. Despite the Vue Storefront documentation clearly indicating support, there is no mention of it in […]
In one of my scripts, calling createOrder() ( from vendor/magento/module-sales/Model/AdminOrder/Create.php ) causes an exception: {"error":{"root_cause":[{"type":"action_request_validation_exception","reason":"Validation Failed: 1: id is missing;"}],"type":"action_request_validation_exception","reason":"Validation Failed: 1: id is missing;"},"status":400} I’m very confused at these results. Any thoughts? The rest of the exception text: #0 /vendor/opensearch-project/opensearch-php/src/OpenSearch/Connections/Connection.php(328): OpenSearchConnectionsConnection->process4xxError() #1 /vendor/react/promise/src/FulfilledPromise.php(28): OpenSearchConnectionsConnection->OpenSearchConnections{closure}() #2 /vendor/ezimuel/ringphp/src/Future/CompletedFutureValue.php(65): ReactPromiseFulfilledPromise->then() #3 /vendor/ezimuel/ringphp/src/Core.php(341): […]