trungkienpvt / demo_booking
A Magento 2 module that add booking page in frontend
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-04-17 01:06:21 UTC
README
Example module to add custom fee effect on work flow checkout
Feature list
- Add booking page to frontend
- Validate form in frontend
- Validate form in BO
- Sava data using model factory
- Show message result
How can I set up?
Run the following command lines below
$ composer require trungkienpvt/demo_booking $ bin/magento setup:upgrade $ bin/magento cache:clean
Reference link
- stackoverflow