We are using Magento 2.3.5 version when we are trying to override file of vendor/magento/module-checkout/view/frontend/templates/cart/shipping.phtml to app/design/frontend/Infortis/base/Magento_Checkout/templates/cart/shipping.phtml It showing error on browser console – VM2090:4 [2023-11-27 11:58:20] [ERROR] Failed to load the "Magento_Checkout/js/view/cart/totals" component. ConsoleOutputHandler.show @ VM2090:4 VM2090:4 [2023-11-27 11:58:20] [ERROR] Failed to load the "Magento_Checkout/js/view/summary/subtotal" component. ConsoleOutputHandler.show @ VM2090:4 […]
Magento
We are using the WeltPixel Peal theme. Ultimately, I’d like to prevent specific User Roles from having access to the Custom CSS/JS fields that WeltPixel adds. These are the file paths where these fields are getting set currently: /app/code/WeltPixel/DesignElements/view/adminhtml/ui_component/category_form.xml /app/code/WeltPixel/DesignElements/view/adminhtml/ui_component/cms_block_form.xml /app/code/WeltPixel/DesignElements/view/adminhtml/ui_component/cms_page_form.xml I think I can do this by moving them […]
I added some customer address thanks to generator https://mage2gen.com/ but now I want to remove it and I can’t!!! Things I did: module:disable Vendor_Module module:uninstall Vendor_Module cache:flush setup:di:compile setup:upgrade setup:static-content:deploy remove var/cache, var/view_preprocessed, pub/static/frontend remove folder Module remove fields from database sales_order_address and quote_address And nothing works! What I’m missing? […]
For some specific categories we would like to change the default value for Products per Page on Grid Default Value. By default it’s set to 24. In our custom theme we create a custom page_layout with the following code. But sadly it does not work, it still use the default […]
I’m attempting to install Magento 2.3.5 on Ubuntu 22. However, I’m unable to install Composer version 1, as it’s deprecated on Ubuntu 22. Additionally, I’ve already downloaded the Magento 2.3.5 codebase from https://meetanshi.com/blog/download-magento/. Also, I am try to install composer 2 through magento 2.3.5 version after show the below screenshot […]
I’ve followed some online article to adjust the order number by editing the database table “sales_sequence_profile”. As I’ve got 2 different websites, I’ve make it into 3 different start_value: 10301, 30301, 70301, and setup the step as 7 I was expecting the number will be starting from 30301, then the […]
How to Create Multi Select UI Field on customer account page Frontend same as Admin in Hyva Theme Magento2 (Frontend Using ALPINE JS).
Magento2 Order status is getting set to pending when partial refund is done from processing This happens only in case of store pickup & not in case of home delivery. Please suggest how to move forward I need to keep status to processing
I did a Module with the generator of https://mage2gen.com/ It is about 4 new fields in Customer Address (all required) It show in form at checkout, admin, etc. All perfect. But! If I realize a payment it doesn’t save the data at DB or in Sales -> Orders. All fields […]