cssoft/checkoutdetails

Custom checkout fields

Installs: 3

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.4.1 2025-01-09 11:43 UTC

This package is auto-updated.

Last update: 2025-01-09 11:45:18 UTC


README

Installation

For clients

There are several ways to install extension for clients:

  1. If you've bought the product at Magento's Marketplace - use Marketplace installation instructions
  2. Otherwise, you have two options:

For developers

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

cd <magento_root>
composer config repositories.cssoft composer http://cssoft.github.io/packages/
composer require cssoft/checkout-fields:dev-master --prefer-source
bin/magento module:enable\
    CSSoft_Core\
    CSSoft_Checkout\
    CSSoft_CheckoutDetails
bin/magento setup:upgrade