Zend Anwar

Full stack web developer

Month: September 2021

Magento 2 Custom Shipping Method based on Weight & Size

# Magento 2 Custom Shipping Method based on weight & size This module provide a custom shipping method on the site. ## Condition Shipping charge will be calculated according to product size and weight. a. If weight is more than 10 KG and size is less than 100 CM, Shipping Charge will be 100 TK […]

Read More

Magento 2 Hello World Module Development

Magento 2-Hello World Module Learn how to create a hello world module in Magento 2 After create the module if you run the command as: php bin/magento module:status To enable a module in Magento 2 php bin/magento module:enable Zendanwar_Magetigers Please upgrade your database: Run bin/magento setup:upgrade from the Magento root directory. Let run the following […]

Read More