i have two product pages whose images are different in sizes when they are rendered , even though i have used the media backup from production in local and and all code base are same without any changes , and i have also ran the command – bin/magento catalog:image:resize , […]
Magento
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(); […]
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 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 […]
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
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 […]