Carrier Module made for PrestaShop to easily print PDF Labels of a given Shipment.
- DisplayAdminOrderMain Hook
- Create Custom Carrier
- Save Customer's information to the Database
- Generate PDF Label of a given customer
- Automatically Install & Uninstall Carrier on module's Installation and Uninstallation
- Github CI/CD Pipelines (Automatically create .zip Artifact to use in Production)
- Information is prefilled already, change it according to your needs
- After information is saved, the "Print Label" button appears
- Press it & PDF file should open in a new tab automatically!
- Clone repository
git clone https://github.com/SteponasK/Prestashop-Shipping.git
- Add it to modules folder on a PrestaShop system
- Install module in: Modules -> Module Manager -> Others
- Downloaded ERP Repository: GitHub link
- Running Symfony Server
- Composer
- PHP >= 8.2
- Prestashop >= 1.7.6.5
- SteponasK - Initial Work
This project is licensed under the MIT License - see the LICENSE file for details