This document explains how to create and distribute the Frak Integration PrestaShop module.
To create a distribution-ready zip file of the module:
./bundle.shThis will create a file named frakintegration-v1.0.0.zip that contains all necessary module files.
The bundle script includes:
- ✅ Core module files (
frakintegration.php,config.xml) - ✅ Module logos (
logo.gif,logo.png) - ✅ Classes directory (
classes/) - ✅ Controllers directory (
controllers/) - ✅ Views and templates (
views/) - ✅ Override directory (
override/)
The bundle script automatically excludes:
- ❌ Test directory (
test/) - ❌ Git files (
.git,.gitignore) - ❌ Development files (
README.md, this file) - ❌ macOS system files (
.DS_Store) - ❌ Python cache files
Send these instructions to your clients along with the zip file:
-
Login to PrestaShop Admin Panel
- Go to your PrestaShop back office
- Navigate to
Modules & Services
-
Upload the Module
- Click on
Upload a modulebutton - Select the
frakintegration-v1.0.0.zipfile - Click
Upload this module
- Click on
-
Install and Configure
- After upload, click
Install - Once installed, click
Configureto set up the module settings
- After upload, click
- Extract the zip file on your local machine
- Upload via FTP the
frakintegrationfolder to/modules/directory on your PrestaShop server - Go to Modules & Services in your admin panel
- Find "Frak Integration" in the modules list and click
Install
- PrestaShop Version: 1.7 or higher
- PHP Version: Compatible with your PrestaShop installation
- Dependencies: None (module is self-contained)
For installation support or issues, contact the Frak team.
- v1.0.0: Initial release with core Frak integration features