eugene-petrov / magento2-expand-discount-code-box
Magento 2 在结账页扩展折扣码框
dev-main
2021-10-22 19:39 UTC
Requires
- php: ^7.2.0
This package is auto-updated.
Last update: 2024-09-23 02:34:22 UTC
README
ReadyToGo_ExpandDiscountCodeBox
任务: 在结账购物车中扩展折扣码框
要扩展此框,需要重写以下模板:Magento_Checkout::cart/coupon.phtml 
要启用此模块,执行以下命令:
composer require eugene-petrov/magento2-expand-discount-code-box或如果上面的命令不起作用:composer config repositories.readyToGoExpandDiscountCodeBox vcs git@github.com:eugene-petrov/magento2-expand-discount-code-box.gitphp bin/magento setup:upgradephp bin/magento cache:clean

