I am trying to create a multi-image upload field in customer_form. Referring the official docs, I used ImageUploader Uicomponent. Since, it extends FileUploader UiComponent I have added isMultipleFiles configuration to true. But I am not able to select multiple files. I tried this in a fresh Magento 2.4.3 install, still […]
Daily Archives: November 7, 2021
Added “grunt-contrib-livereload”: “^0.1.2” to sass compile grunt config. Yes, it’s reloading, but whole DOM. Magento 2 native config reloader reloading just the styles, not page reload. How I can setup grunt in this way? module.exports = function (grunt) { const sass = require('node-sass'); const timer = require('grunt-timer'); require('time-grunt')(grunt); require('load-grunt-tasks')(grunt); timer.init(grunt, […]
I need a free module like this https://www.ulmod.com/image-gallery-for-magento-2.html with the same functionality which I can add images and videos to existing album gallery and manage galleries and albums from admin panel
Is it possible to set the shipping address in the cart if I have 2 inputs(county and city)? What I want is to have that estimated delivery to have a real price, not 0.00. Thank you! I use Magento 2.3
We just recently tested upgrading from M2.2.4 to M2.3.7 and have ironed out most of the issues, however when trying to load a page, we get the following error: Fatal error: Uncaught Error: Object of class MagentoFrameworkViewPageTitle could not be converted to string in /app/code/CleverSoft/Base/Model/Renderer.php:141 Stack trace: #0 /app/code/CleverSoft/Base/Model/Renderer.php(141): str_replace(Array, […]
(Как убрать всплывающие подсказки … из за них не могу нажимать кнопки … всегда мешают) How to remove tooltips ?… because of them I can’t press buttons … they always interfere …. Sorry I speak bad English … enter image description here When Moving the cursor … to move the […]
I have just bought a new laptop and installed windows 11 on it, my username was called ‘eigenaar’ at the beginning, which is ‘owner’ in my native language. So I changed that in the control panel >> user account settings to MSM. Now I have this: Now when I opened […]
Trying to apply round borders to nftbg.png after generating the nftbgmask.png (of the same size: 492×246) but ImageMagick isn’t recognizing the very commands it recommended for years. Commands used in Bash: convert -size 492x246 xc:none -draw "roundrectangle 0,0,492,246,15,15" nftbgmask.png convert nftbg.png -matte nftbgmask.png -compose DstIn -composite nftbgtest.png It successfully generates […]
I can not for the life of me figure out how to run firefox on kali linux using the terminal. when I try to run firefox, I get the message: Running Firefox as root in a regular user’s session is not supported. ($XAUTHORITY is /home/kali/.Xauthority which is owned by kali.) […]