element119/expanded-checkout-order-summary

A Magento 2 module to expand the order summary block by default in the checkout.


Keywords
magento, magento-checkout, magento-order, magento2, magento2-checkout, magento2-extension, magento2-extension-free, magento2-module, magento2-module-free, magento2-order
License
Other

Documentation

element119 | Expanded Order Summary

status github release github release date magento php license packagist downloads


paypal


📝 Table of Contents


⛓️ Requirements

  • Magento 2.3.*
  • PHP >=7.0

🔌 Installation

Run the following command to install this module:

composer install element119/expanded-checkout-order-summary
php bin/magento module:enable Element119_ExpandedCheckoutOrderSummary
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

Updating

Run the following command to update this module:

composer update element119/expanded-checkout-order-summary
php bin/magento module:enable Element119_ExpandedCheckoutOrderSummary
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

Uninstallation

Run the following command to uninstall this module:

composer remove element119/expanded-checkout-order-summary
php bin/magento module:enable Element119_ExpandedCheckoutOrderSummary
php bin/magento setup:di:compile
php bin/magento static:content:deploy
php bin/magento setup:upgrade --keep-generated

✔️ Features

This module...


📚 User Guide

...


© Kiel Pykett