Download the PHP package pdaleramirez/super-payment-adjuster without Composer
On this page you can find all versions of the php package pdaleramirez/super-payment-adjuster. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pdaleramirez/super-payment-adjuster
More information about pdaleramirez/super-payment-adjuster
Files in pdaleramirez/super-payment-adjuster
Package super-payment-adjuster
Short Description Adds ability to adjust order amount based on the payment method selected.
License MIT
Informations about the package super-payment-adjuster
Super Payment Adjuster for Craft CMS 3.x
Adds ability to adjust order amount based on the payment method selected.
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
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require pdaleramirez/super-payment-adjuster
- In the Control Panel, go to Settings -> Plugins and click the “Install” button for Super Payment Adjuster.
- Go to Super Payment Adjuster -> Payment Adjust and click New Payment Adjuster button to start adding payment adjuster.
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.
Contact me for inquiries or if you require more customization. [email protected]