eugene-petrov / magento2-expand-discount-code-box
Magento 2 Expand discount code box on the checkout page
Package info
github.com/eugene-petrov/magento2-expand-discount-code-box
Language:HTML
Type:magento2-module
pkg:composer/eugene-petrov/magento2-expand-discount-code-box
dev-main
2021-10-22 19:39 UTC
Requires
- php: ^7.2.0
This package is auto-updated.
Last update: 2026-03-23 05:32:51 UTC
README
ReadyToGo_ExpandDiscountCodeBox
Task: expand discount code box on checkout cart
To make this box expanded
you will need to rewrite this template: Magento_Checkout::cart/coupon.phtml
To enable this module execute:
composer require eugene-petrov/magento2-expand-discount-code-boxor if the cmd above is not working:composer config repositories.readyToGoExpandDiscountCodeBox vcs git@github.com:eugene-petrov/magento2-expand-discount-code-box.gitphp bin/magento setup:upgradephp bin/magento cache:clean

