Magento 2.4.6-p2 When trying to add my custom payment I’ve got an error in console when going to checkout/#payment page. Something like that: [ERROR] Failed to load the “Alex_Mypay/payment/mypay-form” template requested by “checkout.steps.billing-step.payment.payments-list.mypay” Does anybody know where this bug is from? Copy/paste from Magento_OfflinePayments app/code/Alex/Mypay/view/frontend/web/js/view/payment/method-renderer/mypay-method.js defaults: { template: 'Alex_Mypay/payment/mypay-form' }, […]
Magento
I need to validate a form-key / CSRF Token for a graphql mutation. Is there any way in Magento 2 to validate form-key or CSRF token for graphQl mutation. We know default Magento2 controller already have the fork-key validation functionality but I need to validate it for GraphQl mutation . […]
When I’m trying to log as a customer from the admin page on my local environment, who’s running on warden, and on my staging. Production work just find. It take a really long time to open. About 2-5 min to open and then it show the message “Fail to get […]
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 , […]
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