Download the PHP package chuckbe/chuckcms-module-order-form without Composer
On this page you can find all versions of the php package chuckbe/chuckcms-module-order-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package chuckcms-module-order-form
Order Form module for ChuckCMS
Requirements
- Laravel v6.2 or higher
- ChuckCMS v0.1.39 or higher
- Bootstrap v4.0 or higher
- jQuery v3.2.1 or higher
Installation
-
Use composer to install
-
Publish config
-
Publish migrations
-
Publish assets
- Publish views
Or publish all at once!
-
Run migrations
- Install module in ChuckCMS
Usage
- After installation make sure to add a location, add a category and a product.
- Create a page for the order form in ChuckCMS and use a custom template file
-
Inside that custom template file you can use the following method to call the necessary files
- Create a page for the order followup in ChuckCMS and use another custom template file
-
Inside that custom template file you can use the following method to call the necessary files
- Update config file for necessary settings
- Add products
- Start accepting orders!
Methods
This method accepts a location key as used in the config file and will return the first available date for ordering
This method accepts a location key as used in the config file and will return the first available date for ordering in number of days from now
The total amount of sales returned as formatted (no thousands separator, 2 decimals, ',' as a decimal separator) result
The total amount of sales of the last 7 days returned as formatted result
The total number of sales of the last 7 days returned as integer
Security
Any security bugs discovered, please email to [email protected] instead of using the issue reporter.
License
© MIT License
All versions of chuckcms-module-order-form with dependencies
laravel/framework Version ^6.20.26||^7.30.4||^8.82.2||^9.0||^10.0
maatwebsite/excel Version ^3.1