PHPackages                             pdaleramirez/super-payment-adjuster - 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. pdaleramirez/super-payment-adjuster

ActiveCraft-plugin

pdaleramirez/super-payment-adjuster
===================================

Adds ability to adjust order amount based on the payment method selected.

1.4(9mo ago)12782[1 issues](https://github.com/pdaleramirez/super-payment-adjuster/issues)MITPHP

Since Mar 14Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/pdaleramirez/super-payment-adjuster)[ Packagist](https://packagist.org/packages/pdaleramirez/super-payment-adjuster)[ RSS](/packages/pdaleramirez-super-payment-adjuster/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (8)Used By (0)

Super Payment Adjuster for Craft CMS 3.x
========================================

[](#super-payment-adjuster-for-craft-cms-3x)

Adds ability to adjust order amount based on the payment method selected.

[![Screenshot](resources/img/super-payment-adjuster-demo.gif)](resources/img/super-payment-adjuster-demo.gif)

Features
--------

[](#features)

- Adds ability to adjust order amount based on the payment method selected.
- The plugin allows you to add multiple adjustment for different payment gateways.
- Allows you to choose adjustment types which are discount, shipping and tax for your payment adjustment.
- Allows you to add or deduct cost based on amount type which are flat amount or percentage off from the order total.

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

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
    cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
    composer require pdaleramirez/super-payment-adjuster

    ```
3. In the Control Panel, go to Settings -&gt; Plugins and click the “Install” button for Super Payment Adjuster.
4. Go to Super Payment Adjuster -&gt; Payment Adjust and click **New Payment Adjuster** button to start adding payment adjuster.

Template
--------

[](#template)

Once you added your payment adjusters, you can call the order adjustments in the twig template like how the example template does it. E.g.

```

   {% for adjustment in cart.orderAdjustments %}
      Adjustment Name: {{ adjustment.name }}

      Description: {{ adjustment.description }}

      Type: {{ adjustment.type }}

      Amount: {{ adjustment.amount }}
   {% endfor %}

```

Contact me for inquiries or if you require more customization.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~267 days

Recently: every ~401 days

Total

7

Last Release

280d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/80ecfeba39735012c4d9816b834a200b55b09e5338357329edb98ecbb2bfe183?d=identicon)[pdaleramirez](/maintainers/pdaleramirez)

---

Top Contributors

[![pdaleramirez](https://avatars.githubusercontent.com/u/4172750?v=4)](https://github.com/pdaleramirez "pdaleramirez (17 commits)")

---

Tags

cmsCraftcraftcmscraft-pluginsuper payment adjuster

### Embed Badge

![Health badge](/badges/pdaleramirez-super-payment-adjuster/health.svg)

```
[![Health](https://phpackages.com/badges/pdaleramirez-super-payment-adjuster/health.svg)](https://phpackages.com/packages/pdaleramirez-super-payment-adjuster)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[wrav/oembed

A simple plugin to extract media information from websites, like youtube videos, twitter statuses or blog articles.

36205.0k3](/packages/wrav-oembed)[verbb/hyper

A user-friendly links field for Craft.

24130.9k9](/packages/verbb-hyper)[verbb/social-poster

Automatically post entries to social media.

918.5k](/packages/verbb-social-poster)

PHPackages © 2026

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