https://github.com/backendorf/magento2-installment
This module allows you to view the values of installments and discounts on the frontend.
https://github.com/backendorf/magento2-installment
ecommerce javascript magento2 magento2-extension magento2-module php
Last synced: 5 months ago
JSON representation
This module allows you to view the values of installments and discounts on the frontend.
- Host: GitHub
- URL: https://github.com/backendorf/magento2-installment
- Owner: backendorf
- License: mit
- Created: 2021-05-19T20:33:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-27T09:36:34.000Z (8 months ago)
- Last Synced: 2025-10-27T10:36:08.786Z (8 months ago)
- Topics: ecommerce, javascript, magento2, magento2-extension, magento2-module, php
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Installment
A simple Magento 2 module that displays installment values and discounts on the storefront.
## Installation
- composer require backendorf/module-installment
- bin/magento setup:upgrade && bin/magento setup:di:compile
- Stores > Configuration > Backendorf > Installment — configure options
- Clear the cache (bin/magento cache:flush)
## Compatibility
- Magento 2.x
## Dependency
- Magento_Catalog
## Features
- Show installment options and first installment
- Configure maximum installments and minimum installment value
- Choose interest calculation (simple or compound)
- Set interest per installment (up to 12)
- Show the lowest installment in the cart
- Multiple discounts
- Price templates for main catalog pages