eugene-petrov/magento2-expand-discount-code-box

Magento 2 Expand discount code box on the checkout page

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:magento2-module

dev-main 2021-10-22 19:39 UTC

This package is auto-updated.

Last update: 2024-09-23 02:34:22 UTC


README

M2 Coding Standard M2 Mess Detector M2 PHPStan

ReadyToGo_ExpandDiscountCodeBox

Task: expand discount code box on checkout cart

Before: before

After: after

To make this box expanded checkout_page.png 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-box or if the cmd above is not working: composer config repositories.readyToGoExpandDiscountCodeBox vcs git@github.com:eugene-petrov/magento2-expand-discount-code-box.git
  • php bin/magento setup:upgrade
  • php bin/magento cache:clean