X

Add captcha to contact form for magento1

NameSpace : MyPackage and Module: MyModule Module configuration location : app/etc/modules/MyPackage_MyModule.xml [crayon-6746a060c4adb682106547/] Create config file…

Kien Wiliam

How to fix error can’t login to Magento admin panel

You have installed Magento. It works well for a time. Then one day you can…

Cao Hồng Quang

How to translation text by csv file in magento2

To add translation csv file in magento2, you just need to add a folder named:…

Kien Wiliam

How to enable or disable modules in magento2

You can always use CLI command for managing modules. Disable module: [crayon-6746a060c5733376981621/] Enable module: [crayon-6746a060c573b930832531/]…

Kien Wiliam

How to get selected shipping method in magento

Magento 1 : [crayon-6746a060c73c0081178482/] Magento 2 : You can do this by calling the \Magento\Checkout\Model\Session.…

Kien Wiliam

How to change product price by code for magento

Magento 1 : The code for change price of product, you can put on controller,…

Kien Wiliam