https://github.com/zapalm/blockcounterz
JavaScript code addition helper: the module for PrestaShop
https://github.com/zapalm/blockcounterz
hacktoberfest prestashop-module script-add visit-counter
Last synced: 11 months ago
JSON representation
JavaScript code addition helper: the module for PrestaShop
- Host: GitHub
- URL: https://github.com/zapalm/blockcounterz
- Owner: zapalm
- Created: 2015-03-15T11:36:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-19T08:44:42.000Z (over 3 years ago)
- Last Synced: 2025-08-03T20:50:37.460Z (11 months ago)
- Topics: hacktoberfest, prestashop-module, script-add, visit-counter
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# JavaScript code addition helper: the module for PrestaShop
## Description
The module help to add any JavaScript code, for example, analytic counter, advertisement or other script.
**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/frontend-features/43-javascript-code-addition-helper.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