Skip to content

Create Custom Shipping method based on a percentage of cart price.

Notifications You must be signed in to change notification settings

vijayrami/Magelearn_PercentageShipping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magelearn_PercentageShipping

Create Custom Shipping method based on a percentage of cart price.

Screenshots

Admin Configuration

Configuration-Settings-Stores-Magento-Admin-1.png

Frontend checkout page

Checkout-3.png

Installation

Using Composer (Recommended)

  • Install the module composer by running composer require magelearn/module-percentageshipping
  • Enable the module by running php bin/magento module:enable Magelearn_PercentageShipping
  • apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Manual File Transfer

  • Clone or unzip this repository to app/code/Magelearn/PercentageShipping
  • Enable the module by running php bin/magento module:enable Magelearn_PercentageShipping
  • Apply database updates by running php bin/magento setup:upgrade
  • Flush the cache by running php bin/magento cache:flush

Configuration

This module adds new shipping method to the Store >> Configuration >> Sales >> Shipping Method of your stores configuration.

How to Configure

Compatibility

This module has been tested and validated to work on Magento versions 2.3 to 2.4.2.

Bugs & Issues

If you find a bug or issue please create a new issue here and include as much detail and context as possible including screenshots.

License

This module is licensed under the Open Software License V3.0 which you can refer to here.

Releases

No releases published

Packages

No packages published

Languages