Atish Bachhar

Magento 2 Developer

WordPress Developer

Shopify Developer

E-commerce Specialist

ERP Developer

Atish Bachhar
Atish Bachhar
Atish Bachhar
Atish Bachhar

Magento 2 Developer

WordPress Developer

Shopify Developer

E-commerce Specialist

ERP Developer

PHP

March 21, 2022 How to Install Magento 2.4 via Command Line

Method to Install Magento 2.4 via Command Line: Run the below command in the command line: php bin/magento setup:install –base-url=”http://localhost/mag24/” –db-host=”localhost”…

July 13, 2021 Plus, Minus, automatic cart update on Magento 2

vendor\magento\module-checkout\view\frontend\web\template\minicart\item\default.html Copy to default.html app\design\yourvendor\yourtheme\Magento_Checkout\web\template\minicart\item\default.html add + and – button as span tag in line number 74 and 84. Or…