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 […]
Yearly Archives: 2023
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 have copied a music folder into a SanDisk 16 Gb card from a Win10 computer. The folder has been well copied, and I can play the files inside the folder. I dismount the SD card (Windows “eject” menu command), remove it from the computer, reinsert it, and the folder […]
I am very new to Linux I have an existing Windows 10 Pro PC I added Ubuntu 22.04 as a dual boot. Windows 10 pro and the ubuntu are on separate drives. If I go into the Bios I can switch drives to boot to either OS. both OS’s will […]
How to make MIDI-files play on Linux in editor like Qtractor or MidiEditor? Why it is not working when vlc can play these MIDI files Details: I was able to make vlc play .mid files on Ubuntu 22.04 LTS by installing: sudo apt-get install fluid-soundfont-gm fluid-soundfont-gs sudo apt-get install vlc-plugin-fluidsynth […]
Is there a way to reduce the Windows Licensing cost on GCP? I’m not a Licensing expert, but it appears that licensing itself costs more than the actual compute. I can’t imagine this is what Microsoft intends, so asking here. We’re currently using the on-demand licensing where it’s charged per […]
I was trying to download a list of videos from youtube including english subtitles. I used the following command yt-dlp -f 'bv*[height=720]+ba' --write-subs https://www.youtube.com/watch?list=PL3gtZ9HNlGiRROYZ-xv6170CX5MfHzwvX -o '%(channel)s/%(title)s.%(ext)s' to download and combine the video, subtitles and original audio on one file each. But it seems that command downloads the subtitles in some […]
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? […]
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 […]