Running a Magento 2 store can be challenging. To make your store work better, you need the right tools. Webkul offers many useful extensions that help improve your store’s features and user experience.
In this blog, we’ll talk about five top Webkul extensions for Magento 2:
Magento 2 Payment Restrictions
Magento 2 Admin Action Logs
Magento 2 GeoIP Redirect
Magento 2 Cash On Delivery
Magento 2 Custom Registration Form
Each extension solves a different problem and adds more control to your store. Let’s take a closer look.
Not all payment methods work for all orders or customers. Magento 2 Payment Restrictions extension helps you show the right payment options to the right people.
Show or hide payment methods based on country, region, or ZIP code
Set rules based on shipping methods or cart totals
Allow or block payment options by customer group
Restrict payments for certain products or categories
Use these commands to install the extension:
bash
CopyEdit
composer require webkul/payment-restriction
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Then go to your admin panel to set your payment rules.
Want to track what your team does in the admin panel? Magento 2 Admin Action Logs extension helps you keep a full record of all admin activities.
Log every action done by admin users
See which user changed what and when
Track changes to products, customers, and settings
Filter logs by user, time, or module
Install with these commands:
bash
CopyEdit
composer require webkul/admin-activity
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
After setup, view logs under System > Admin Logs.
Do you have customers from different countries? Magento 2 GeoIP extension helps by sending users to the right store view based on where they are.
Detects a visitor’s country from their IP address
Sends users to the correct store view automatically
Lets users change the store view if needed
Supports many store views and languages
Works with cookie consent rules
Run this in your terminal:
bash
CopyEdit
composer require webkul/geoip
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Set up your redirect rules in Webkul > GeoIP Redirect.
Cash On Delivery (COD) is still a popular choice in many places. Magento 2 Cash On Delivery extension gives you more control over how COD works.
Allow COD only in selected areas or ZIP codes
Add extra fees for COD orders
Limit COD for specific products or categories
Let users check if COD is available in their area
Install using:
bash
CopyEdit
composer require webkul/cash-on-delivery
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
You can manage all COD settings in the admin panel.
Need more info from customers when they sign up? Magento 2 Custom Registration Form extension lets you create your own signup form with extra fields.
Add custom fields like dropdowns, text, date pickers, and checkboxes
Choose which fields are required
Show fields only for certain customer groups
Send the custom data in registration emails
Use the following:
bash
CopyEdit
composer require webkul/custom-registration
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Create and manage form fields under Webkul > Registration Form Builder.
These five Webkul extensions make your Magento 2 store more and easier to manage. Whether you want to:
Control payment methods
Track admin actions
Redirect users by location
Improve cash-on-delivery
Or collect more customer data during sign-up
There’s a tool here to help. Each extension is easy to install and simple to use. They also come with Webkul’s support and regular updates.
If you want to grow your Magento store and give your customers a better experience, try these extensions today. You can find them all on the Webkul Store.