X

How to add tracking url in shipment email for customer in magento 2

You can copy vendor/magento/module-sales/view/frontend/email/shipment_new.html to your theme and edit line 56 (here you can change…

Kien Wiliam

How to Solve error (Uncaught Error: Cannot instantiate interface CopyConstructorInterface)

Creating an upgrade script for cloning a product with \Magento\Catalog\Model\Product\Copier has a bug. [crayon-673ba52e2c000314976249/] Then…

Kien Wiliam

How to show error when checkout with magento 2 (An error occurred on the server. Please try again)

Go to the file : vendor/magento/module-checkout/Model/PaymentInformationManagement.php vendor/magento/module-checkout/Model/GuestPaymentInformationManagement.php Change function savePaymentInformationAndPlaceOrder() from [crayon-673ba52e2ee85887614103/] To [crayon-673ba52e2ee90997901754/] Check log and…

Kien Wiliam

How to import and export a database via SSH or cPanel

You can easily import/export your database using phpMyAdmin menu in cPanel. To do so, it allows processing only…

Kien Wiliam

How to install Magento Extension via Magento Connect

Before starting installation via Magento connect, you would like read this post from step 1…

Cao Hồng Quang

How to Install a Magento Extension Using FTP

Usually you can install Magento Extension by using Magento connect (check here), however, sometimes you have…

Cao Hồng Quang