PHPackages                             faonni/module-shipping-tweaks - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. faonni/module-shipping-tweaks

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

faonni/module-shipping-tweaks
=============================

Extension hides any other shipping methods if free shipping is available.

2.4.1(4y ago)4527.9k—5%15[4 issues](https://github.com/karliuka/m2.ShippingTweaks/issues)OSL-3.0PHP

Since Oct 3Pushed 3y ago6 watchersCompare

[ Source](https://github.com/karliuka/m2.ShippingTweaks)[ Packagist](https://packagist.org/packages/faonni/module-shipping-tweaks)[ RSS](/packages/faonni-module-shipping-tweaks/feed)WikiDiscussions master Synced today

READMEChangelog (9)Dependencies (5)Versions (12)Used By (0)

Magento2 Shipping Tweaks
========================

[](#magento2-shipping-tweaks)

[![Total Downloads](https://camo.githubusercontent.com/211e35c196f7fa0a2bdce0b904e52796acea81605847914085c6f29ab343850d/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d7368697070696e672d747765616b732f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-shipping-tweaks)[![Latest Stable Version](https://camo.githubusercontent.com/c7684e693478873b9d5c0d910e3f873bc51f4125ea47326b79bef0119a92609b/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d7368697070696e672d747765616b732f762f737461626c65)](https://packagist.org/packages/faonni/module-shipping-tweaks)

Extension hides any other shipping methods if free shipping is available.

### No method of free shipping

[](#no-method-of-free-shipping)

[![Magento2 Shipping Tweaks](https://camo.githubusercontent.com/fdbc87cf28423120f8625005a45cb90ca93814ef6fe9f35f0e36b3f1791ed5b6/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f7368697070696e672d747765616b732f6e6f2d667265652d7368697070696e672e706e67)](https://camo.githubusercontent.com/fdbc87cf28423120f8625005a45cb90ca93814ef6fe9f35f0e36b3f1791ed5b6/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f7368697070696e672d747765616b732f6e6f2d667265652d7368697070696e672e706e67)

### There is a method of free shipping

[](#there-is-a-method-of-free-shipping)

[![Magento2 Shipping Tweaks](https://camo.githubusercontent.com/2807288a16036fe0c7cfe21d60d23e5e3104d107c2c2d7572a1965298fef1cd3/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f7368697070696e672d747765616b732f667265652d7368697070696e672e706e67)](https://camo.githubusercontent.com/2807288a16036fe0c7cfe21d60d23e5e3104d107c2c2d7572a1965298fef1cd3/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f7368697070696e672d747765616b732f667265652d7368697070696e672e706e67)

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

1. Go to Magento2 root folder

    For Magento CE (EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x

    ```
    composer require faonni/module-shipping-tweaks:2.0.*
    ```

    For Magento CE (EE) 2.4.x

    ```
    composer require faonni/module-shipping-tweaks:2.4.*
    ```

    Wait while dependencies are updated.
2. Enter following commands to install module:

    ```
    composer require faonni/module-shipping-tweaks
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/ShippingTweaks
2. Download the corresponding [latest version](https://github.com/karliuka/m2.ShippingTweaks/releases)
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ShippingTweaks)

### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

### Configuration

[](#configuration)

In the Magento Admin Panel go to *Stores &gt; Configuration &gt; Sales &gt; Shipping Settings &gt; Behavior of Methods*.

[![Magento2 Shipping Tweaks](https://camo.githubusercontent.com/01010f1bd2b83a75678196b7ec7605d396c58a7b5f561d8c00719e8ce836e340/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f7368697070696e672d747765616b732f636f6e6669672e706e67)](https://camo.githubusercontent.com/01010f1bd2b83a75678196b7ec7605d396c58a7b5f561d8c00719e8ce836e340/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f7368697070696e672d747765616b732f636f6e6669672e706e67)

Uninstall
---------

[](#uninstall)

This works only with modules defined as Composer packages.

#### Remove database data

[](#remove-database-data)

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_ShippingTweaks
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-shipping-tweaks
    ```

### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 83% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~197 days

Recently: every ~219 days

Total

11

Last Release

1222d ago

PHP version history (2 changes)2.0.6PHP ~5.5.0|~5.6.0|~7.0.0

2.0.7PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (44 commits)")[![faonni](https://avatars.githubusercontent.com/u/16167146?v=4)](https://github.com/faonni "faonni (7 commits)")[![FSGrunt](https://avatars.githubusercontent.com/u/22212491?v=4)](https://github.com/FSGrunt "FSGrunt (1 commits)")[![vy-shmal](https://avatars.githubusercontent.com/u/14836183?v=4)](https://github.com/vy-shmal "vy-shmal (1 commits)")

---

Tags

magento2magento2-extensionshipping

### Embed Badge

![Health badge](/badges/faonni-module-shipping-tweaks/health.svg)

```
[![Health](https://phpackages.com/badges/faonni-module-shipping-tweaks/health.svg)](https://phpackages.com/packages/faonni-module-shipping-tweaks)
```

###  Alternatives

[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[joseph-leedy/module-custom-fees

Adds configurable custom fees to orders

361.1k](/packages/joseph-leedy-module-custom-fees)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
