yireo-training / magento2-example-dealers-storefront-checkout
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.3.0
- magento/framework: ^101.0|^102.0|^103.0
- magento/module-checkout: *
- magento/module-store: *
- yireo-training/magento2-example-dealers-storefront: *
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is not auto-updated.
Last update: 2025-03-30 11:31:35 UTC
README
Magento 2 module showing how to add a step in the checkout
This module is abandoned and no longer maintained. We have moved to our new LokiCheckout instead.
Installation
composer require yireo-training/magento2-example-dealers-storefront-checkout:dev-master
Features
- Adds an additional step in the checkout
- Loads data from an AJAX URL
exampleDealersCheckout/ajax/selectOptions
- Allows you to select a preferred dealer in the checkout step
- Selected field is saved to
exampleDealersCheckout/ajax/savePreferredDealer
- Saved field is reloaded again in the CustomerData section
cart