Add Custom developments to add to cart

This is based on the event happening before adding a product to the cart. Using this event we may modify the qty and price of the product if the requirements are pointed out. This can be achieved with a help of a module Create a module with etc/frontend/di.xml After that create an observer to modify… Continue reading Add Custom developments to add to cart

Magento Uninstall Database using terminal

To reinitialize the Magento 2 database with defaults, you can use the setup:install command with the –use-sample-data option. This command will remove all existing data from the database and install the Magento 2 sample data along with the default configuration. Remove all existing data from the database by running the following command: Run the following… Continue reading Magento Uninstall Database using terminal

Bigpost Integration with Magento 2

BigPost is a shipping carrier that provides a REST API for developers to integrate their shipping services into e-commerce platforms. To integrate BigPost API with Magento, you can follow these general steps: -Obtain API credentials: You need to register with BigPost and obtain API credentials such as API Key, API Secret, and Merchant ID. -Install… Continue reading Bigpost Integration with Magento 2

Extension for Speed optimization Magento 2

‘Magepow’ is having a free extension to optimize the website and increase the performance MagePow Speed Optimizer The speed of your website is slow, which has a negative effect on Google rating and ranking and especially on the customer experience. Magento 2 Speed Optimizer or Magento 2 Speed Optimize (also known as Google page speed… Continue reading Extension for Speed optimization Magento 2