Shipping Per Customer Group extension for Magento 2 permits business/ store owners to offer custom shipping rates per customer group. It helps improve purchase experiences while polishing the checkout process for customers. Business/ store owners can charge higher shipping rates for not-logged in customers while low rates for registered ones.These extra privileges nurture the existing customers.
Table of Content
Features
- Choice to set your shipping title and method name.
- Set default shipping cost for all if no customer groups are assigned any charges.
- Different shipping costs based on customer groups.
- Assign different shipping charges to different customer groups.
- Select specific countries or select all for this shipping method.
Steps:
- Extension Installation Guide
- How To Configure?
- Front-End Screenshots
- Extension Installation
- Download the zip file
- Extract and put it into <Magento-Directory>/app/code/
- Open CLI in magento directory and Run magento installation commands
- php bin/magento setup:upgrade
- php bin/magento setup:di:compile
- php bin/magento setup:static-content:deploy
- php bin/magento indexer:reindex
- php bin/magento cache:flush
- Configuration:
- Login to the Magento Admin Store > Configuration > Sales>delivery methods> shipping per customer Group
- Enable the extension module
- Enter your custom title for shipping.
- Enter the shipping method name.
- Set default shipping cost. Default shipping costs will be applied when no customer group is selected.
- Add customer groups and their specific shipping rates.
- Select applicable countries for this shipping method. You can select specific countries or select all.
- Front-End Screenshots
- No customer group is selected, Default shipping is rate applied.
- ALL customer group selected, Shipping per customer group rate applied of not-logged in customer.