I created mixin. When I comment out “confirm({})” in core sidebar.js it works as expected, but my mixin doest work. It does’t remove popup. requirejs-config.js: var config = { config: { mixins: { 'Magento_Checkout/js/sidebar': { 'Magento_Checkout/js/sidebar-mixin': true } } } }; Created js/sidebar-mixin.js define([ 'jquery', ], function ($) { 'use […]
Magento
I’m having an issue with a discount cart price rule for bundle products. To understand the issue you might want to know we mostly sell USED hardware. The NEW products are not sold much and not much on stock. I want to give customers a 20% discount for certain bundle […]
When we use Login as Customer for any customer from the admin panel it will redirect to frontend able to view all the pages for the particular customer and it is working. But the banner is not showing when navigating to any custom module as shown in the below picture. […]
I have a simple store running on Magento 2.4.6 p2, with guest checkout disabled. I have added Google captcha on registration as well as login form. Still, once in a while, I receive spam orders like this. I am unable to find where the vulnerability is on site. How to […]
I am trying to build magento 2 project community edition locally. I am on a windows machine using ubuntu. Here is my process: I run these commands: composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition community composer require --no-update --dev magento/ece-tools magento/magento-cloud-docker composer update ./vendor/bin/ece-docker build:compose --mode="developer" --sync-engine="mutagen" docker-compose up -d bash mutagen.sh docker […]
Please help me, my magento backend has error in Catalog Products, I want to search SKU to edit listings. How to remove this error please? Thanks.
In Magento PWA Venia [ React frontend ] We have src/ServiceWorker/sw.js by default. In the same way, we need to add custom service worker file. When i added the file in src/ServiceWorker/Customsw.js and try to access through website.com/customsw.js i got the below error :
After upgrading, I encountered an issue with the checkout page. After adding the product to the cart and proceeding to checkout, the page appears blank without any data. It doesn’t even show any errors in developer mode despite having display errors enabled. I’m using the Argento theme.