so i need to override this file vendor/magento/module-page-builder/etc/view.xml i already tried doing it by copying it here: app/design/frontend/My_Vendor/My_Theme/etc/view.xml and it works! but only on the frontend. i need the changes i made to reflect in admin as well, so i tried creating some folders with the same file here: app/design/adminhtml/My_Vendor/My_Theme/etc/view.xml […]
Magento
How to reload cart item and cart summery data on cart page in Hyva theme or Alpine js ajax response.
I had these type of text in my pagebuilder’s HTML element : https://prnt.sc/dqb1EYcPIqgK but in frontend it is showing like this : https://prnt.sc/EGisDha1RV0k can anyone help me about this ?
I just called the custom method inside the knockout js initialize function to show the list of customers by default in my custom module. I can return the data, but I’m getting the error “Cannot read properties of undefined (reading ‘push’)“. Here is my code: define([ 'ko', 'uiComponent', 'mage/url', 'mage/storage', […]
Is there any plugin that allows grouping attribute values on filters? I want to achieve a situation where when someone chooses the “notebooks” category on our website, the filtering section does not show all screen dimensions individually (e.g., 13.1, 13.3, 13.6), but instead groups them into categories such as 13 […]
I’m trying to change the size of the images of the upsell products shown on the product page, but can’t figure out how to do it.’
In Magento2 / Adobe commerce, create order through admin panel, select the payment method mandatory create the order, I want to remove the payement method from create order from admin case only in magento 2.4.x version, How can I place admin create order without mandatory select payment method Page: http://domainame.com/admin/sales/order_create/index/
There is data in my table as you can see in below image when i disable the extension from command line & reenable it the data is getting remove from database as i attached the picture below here is my database picture here is my db_schema.xml –>
I am doing the Magento Cloud Docker setup in my Ubuntu server, however I need to bypass the 2 factor authentication because I am setup in local. I know that we can disable the related module for the normal setup, but how to do it with Magento Cloud Docker? I […]