PHPackages                             sandstein/magento2-module-negative-price-options - 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. sandstein/magento2-module-negative-price-options

ActiveMagento2-module

sandstein/magento2-module-negative-price-options
================================================

This Module allows negative deviations for product options eg. children reductions for events

01ShellCI failing

Since Sep 8Pushed 5y agoCompare

[ Source](https://github.com/sandstein/magento2-module-negative-price-options)[ Packagist](https://packagist.org/packages/sandstein/magento2-module-negative-price-options)[ RSS](/packages/sandstein-magento2-module-negative-price-options/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Snm\_NegativePriceOptions Magento Module
========================================

[](#snm_negativepriceoptions-magento-module)

[![Latest Version on Packagist](https://camo.githubusercontent.com/bf32508b7b6efedd1f07564dfdc16cb45a2cb12185abd849b97d2b0b9fb8032b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616e64737465696e2f6d6167656e746f322d6d6f64756c652d6e656761746976652d70726963652d6f7074696f6e732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sandstein/magento2-module-negative-price-options)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/541a80e0161161dbd1f409fa994418a87d259d5fecc986ef78d856e682effe7d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f73616e64737465696e2f6d6167656e746f322d6d6f64756c652d6e656761746976652d70726963652d6f7074696f6e732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/sandstein/magento2-module-negative-price-options)[![Supported Magento Versions](https://camo.githubusercontent.com/9ed5791720f2ffedbafae77652cf1b618a933fd402b89ea95da52833f2fb7f29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e32253230253743253230322e33253230253743253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/9ed5791720f2ffedbafae77652cf1b618a933fd402b89ea95da52833f2fb7f29/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e32253230253743253230322e33253230253743253230322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)

[![Coverage Status](https://camo.githubusercontent.com/e89efc4fc32ad983b34b815703a2072f3fcafbe47ade05906464f00f579bb401/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f73616e64737465696e2f6d6167656e746f322d6d6f64756c652d6e656761746976652d70726963652d6f7074696f6e733f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sandstein/magento2-module-negative-price-options/code-structure)[![Quality Score](https://camo.githubusercontent.com/e329d9c26a7c0cda55eae5fd0f76bd744efe218e6213f8902ba8a944fcd9d19b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f73616e64737465696e2f6d6167656e746f322d6d6f64756c652d6e656761746976652d70726963652d6f7074696f6e732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/sandstein/magento2-module-negative-price-options)[![Maintainability](https://camo.githubusercontent.com/7e428a22f9dfafac6d07b0d946b8e65f590fb488a7caaf48635fd1c3cd4276c7/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6d61696e7461696e6162696c6974792f73616e64737465696e2f6d6167656e746f322d6d6f64756c652d6e656761746976652d70726963652d6f7074696f6e733f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/sandstein/magento2-module-negative-price-options)

---

This Module allows negative deviations for product options eg. children reductions for events

Installation
------------

[](#installation)

1. Install it into your Magento 2 project with composer:

    ```
    composer require sandstein/magento2-module-negative-price-options

    ```
2. Enable module

    ```
    bin/magento setup:upgrade

    ```

Configuration
-------------

[](#configuration)

Usage
-----

[](#usage)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Testing
-------

[](#testing)

### Unit Tests

[](#unit-tests)

```
vendor/bin/phpunit tests/unit

```

### Magento Integration Tests

[](#magento-integration-tests)

1. Configure test database in `dev/tests/integration/etc/install-config-mysql.php`. [Read more in the Magento docs.](https://devdocs.magento.com/guides/v2.4/test/integration/integration_test_execution.html)
2. Copy `tests/integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.
3. In that directory, run

    ```
    ../../../vendor/bin/phpunit
    ```

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Wilfried Wolf](https://github.com/sandstein)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3265792?v=4)[schnumsel](/maintainers/schnumsel)[@schnumsel](https://github.com/schnumsel)

---

Top Contributors

[![wilfriedwolf](https://avatars.githubusercontent.com/u/23700116?v=4)](https://github.com/wilfriedwolf "wilfriedwolf (2 commits)")

### Embed Badge

![Health badge](/badges/sandstein-magento2-module-negative-price-options/health.svg)

```
[![Health](https://phpackages.com/badges/sandstein-magento2-module-negative-price-options/health.svg)](https://phpackages.com/packages/sandstein-magento2-module-negative-price-options)
```

PHPackages © 2026

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