https://github.com/zapalm/zimport
Enhanced import tool: module for PrestaShop 1.3
https://github.com/zapalm/zimport
data-import hacktoberfest prestashop-module
Last synced: 10 months ago
JSON representation
Enhanced import tool: module for PrestaShop 1.3
- Host: GitHub
- URL: https://github.com/zapalm/zimport
- Owner: zapalm
- Created: 2016-12-25T12:22:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T01:28:50.000Z (almost 5 years ago)
- Last Synced: 2025-02-13T04:42:14.615Z (over 1 year ago)
- Topics: data-import, hacktoberfest, prestashop-module
- Language: PHP
- Homepage:
- Size: 11 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: FUNDING.yml
Awesome Lists containing this project
README
# Enhanced import tool: the module for PrestaShop
## Description
The module imports categories, products, balances, comments, combinations, customers, manufacturers, suppliers, addresses. Supports Excel XML format.
**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/import-and-export-data/14-enhanced-import-tool.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