qoliber / m2-optional-terms-and-conditions
1.0.1
2024-12-23 13:28 UTC
Requires
- php: >=8.1
README
qoliber Magento 2 Optional Terms And Conditions
qoliber OptionalTermsAndConditions
is a Magento Open Source extension that enhances the checkout experience by
allowing certain terms and conditions to be marked as optional. This simple yet powerful feature provides flexibility
for merchants while maintaining compatibility with Hyvä Checkout.
Installation:
composer require qoliber/m2-optional-terms-and-conditions
Enable the module, compile DI and static content:
php bin/magento module:enable Qoliber_OptionalTermsAndConditions php bin/magento setup:di:compile
For Luma based themes, compile static files:
There is one mixin
defined for Luma based themes, so it requires to be
compiled:
php bin/magento setup:static-content:deploy
Module Compatibility:
Luma Checkout:
Optional FIelds are not check or validated during checkout process
Hyvä Checkout:
Optina Terms and Conditions are not checked during checkout process.