cssoft/ordercheckout

Order Checkout Module

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:JavaScript

Type:magento2-module

1.5.2 2025-01-22 09:23 UTC

This package is auto-updated.

Last update: 2025-06-22 11:52:34 UTC


README

Dummy checkout module. It's purpose is to add cssoft menu and config sections.

Installation

For clients

Please do not install this module. It will be installed automatically as a dependency.

For developers

Use this approach if you have access to our private repositories!

cd <magento_root>
composer config repositories.cssoft composer https://docs.cssoftsolutions.com/packages/
composer require cssoft/module-checkout --prefer-source
bin/magento module:enable CSSoft_OrderCheckout
bin/magento setup:upgrade