Customer tab admin
How to add edit button to populate columns? use this tuturial https://www.rakeshjesadiya.com/create-tab-in-admin-customer-edit-page-in-magento-2/
How to add edit button to populate columns? use this tuturial https://www.rakeshjesadiya.com/create-tab-in-admin-customer-edit-page-in-magento-2/
I have 2 servers, 1 server installed with nginx+php+mysql+Magento2.4.2 Another elasticsearch7.13.4 installed on the server. I want to connect the magento2 search engine to the elastcsearch server. How to configure my elasticsearch server, Does anyone know? Please tell me how… Read More »Magento2 how to connect to ealsticsearch
I want to have the validation for my Html code, I have added the related code to it, but still does not work, please help. <div class=”component-wrapper”> <div class=”field”> <label class=”label” for=”email”><span data-bind=”i18n: ‘New Customer'”></span></label> <div class=”control” data-mage-init='{“validation”:{}}’> <input name=”customername”… Read More »Magento js validation
We have taken on a new client’s webstore and have cloned it to our server. The clone seemed to work absolutely perfectly, however after doing some custom work, and creating a child theme for template overrides, we noticed that we… Read More »Can’t change Magento 2 theme
how i can add custom css in magento2 transitional Email Template . I want add some ccs in file is it possible to add css in file and use in Template ?
I’m working with magento 2.4.3-p3 and I want to know to reset reCaptcha in checkout? In general reCaptcha is working fine but the problems comes when PayPal payment fails and customer wants to try again or customer simply cancel payment… Read More »ReCaptcha validation failed, please try again. How to reset ReCaptcha in checkout?
can you please help me How to upgrade magento cloud 2.4.3-p1 to 2.4.3-p3 ? I have tried below command but it’s displaying the 2.4.3-beta1 version. composer require “magento/magento-cloud-metapackage”:”>=2.4.3-p3 <2.4.5″ –no-update composer update
How can I add special price in email “New order” template? Product block in email template: {{layout handle=”sales_email_order_items” order_id=$order_id area=”frontend”}} This is a product row with price. vendor/magento/module-sales/view/frontend/templates/email/items/price/row.phtml Now the price is the product of the number of pieces and… Read More »How to add special price in new order email template?
I’m trying to move the breadcrumbs into the header, right now it displays outside of it. What I mean is as follows: the above shows the breadcrumbs being outside of the header, I want it to be a part of… Read More »Magento 2.3.5: Move breadcrumbs into the header
Can Anybody Please tell me when we should use %1 or {0} in the Magento Translation? In my opinion, I think One is used for the guest and the other is used for the Login Customer.