thelia / free-order-module
Installs: 32 828
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 7
Forks: 1
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
- dev-main
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.5.0-alpha2
- 2.5.0-alpha1
- 2.4.x-dev
- 2.4.5
- 2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.4.0-alpha1
- 2.3.x-dev
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-beta2
- 2.3.0-beta1
- 2.3.0-alpha2
- 2.3.0-alpha1
- 2.2.x-dev
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-beta3
- 2.2.0-beta2
- 2.2.0-beta1
- 2.2.0-alpha2
- 2.2.0-alpha1
- 2.1.x-dev
- 2.1.8
- 2.1.7
- 2.1.6
- 2.1.5
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.1.0-beta2
- dev-api
- dev-master
- dev-dependabot/npm_and_yarn/templates/frontOffice/modern/async-2.6.4
- dev-dependabot/npm_and_yarn/templates/frontOffice/modern/minimist-1.2.6
This package is auto-updated.
Last update: 2024-11-07 21:35:19 UTC
README
This module is used to terminate the order process when the order amount is 0,00. In this case, none of the traditional payment modules applies.
Installation
This module is bundled with Thelia standard distribution.
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is FreeOrder. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/free-order-module:~1.0
Usage
The module is displayed as needed in the payment modules list of the order-invoice page.