As of now, I created a customer from the backend, while creating a customer, it will send the welcome email template to that corresponding customer. In that, how I will add the customer group in the email template while creating a customer
Magento
I have submit extension on marketplace. Marketplace giving error Installation and Varnishacache Log file content: HTTP/1.1 404 Not Found returned for “https://magento2.docker/simple-product-11.html
I need to edit the Register / Login page of my Magento 1.8 site. But I not exactly sure what folder path or folder I need to get to in order to edit the correct file. I knew how to do it awhile ago when I customized my website, but […]
I have a project in which DB access is happening during the DI compilation process. My understanding is that there should be no DB access while running bin/magento setup:di:compile. When I test this theory on a default installation of Magento it holds up. No database access during DI compile. (My […]
I am overriding shipping address in mixin js file , I want id in my controller when we move from checkout page next step. /jshint browser:true jquery:true/ /global alert/ define([ ‘jquery’, ‘mage/utils/wrapper’, ‘mage/storage’, ‘uiComponent’, ‘Magento_Checkout/js/model/quote’ ], function ($, wrapper, storage,Component, quote) { ‘use strict’; return function (setShippingInformationAction) { return wrapper.wrap(setShippingInformationAction, […]
I created a Popup modal. when user click on button i showing the popup form. But the Background is moving top of the page when the popup modal is opened. How to stop the background from moving top when the popup is opened. Thanks. this is my popup modal form […]
I’d like to create a grid (Ui Component) in the Backoffice of Magento 2.4 to display this table sales_order_item and join it with sales_order_grid for the name of the client… (order_id) Could You help me ? Thanks a lot Frédéric (French)