Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapalm/blockbackorder
PrestaShop module that allows back-ordering when a product is out of stock
https://github.com/zapalm/blockbackorder
hacktoberfest order-creation prestashop-module
Last synced: 4 days ago
JSON representation
PrestaShop module that allows back-ordering when a product is out of stock
- Host: GitHub
- URL: https://github.com/zapalm/blockbackorder
- Owner: zapalm
- Created: 2015-02-09T05:56:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-22T05:48:08.000Z (about 3 years ago)
- Last Synced: 2024-10-11T00:48:12.885Z (26 days ago)
- Topics: hacktoberfest, order-creation, prestashop-module
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# Pre-order form: the module for PrestaShop
## Description
The module displays the pre-order form for a product that is out of stock.**The module's home page and the support page: [prestashop.modulez.ru][1]**.
The full description, how to use, and the stable release for download are available there.## Installation & Update
The module has a normal installation and update (as usual, no extra knowledge needed).## How to help the project grow and get updates
Give the **star** to the project. That's all! :)## Contributing to the code
### Requirements for code contributors
Contributors **must** follow the following rules:
* **Make your Pull Request on the *dev* branch**, NOT the *master* branch.
* Do not update the module version number.
* Follow [PSR coding standards][2].### Process in details for code contributors
Contributors wishing to edit the project's files should follow the following process:
1. Create your GitHub account, if you do not have one already.
2. Fork the project to your GitHub account.
3. Clone your fork to your local machine.
4. Create a branch in your local clone of the project for your changes.
5. Change the files in your branch. Be sure to follow [the coding standards][2].
6. Push your changed branch to your fork in your GitHub account.
7. Create a pull request for your changes **on the *dev* branch** of the project.
If you need help to make a pull request, read the [Github help page about creating pull requests][3].
8. Wait for the maintainer to apply your changes.**Do not hesitate to create a pull request if even it's hard for you to apply the coding standards.**
[1]: https://prestashop.modulez.ru/en/express-order-checkout/40-pre-order-form.html
[2]: https://doc.prestashop.com/display/PS16/Coding+Standards
[3]: https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests