flagshipcompany / flagship-for-prestashop
FlagShip Courier Solutions module
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 1
Open Issues: 5
Type:prestashop-module
Requires
README
PrestaShop module that allows you to ship with FlagShip. We strongly recommend you to use the latest version of PrestaShop.
NOTE: FlagShip for Prestashop requires you to increase PHP upload_max_filesize to at least 3M. This can be done in your php.ini. Based on your server, the location of this file may vary. For apache, the file can be found at /etc/php/apache2/php.ini. For nginx, it is at /etc/php/7.4/fpm/php.ini
Requirements
We recommend using the latest version of PHP. The minimum requirement is PHP 7.4
Compatibility and support
Compatible with PrestaShop 1.7.x and Prestashop 8. In case of any issues, please send an email to developers@flagshipcompany.com
Installation
Module Upload
Login to PrestaShop Admin
Modules > Module Manager > Upload a module (top right)
Upload flagship-for-prestashop.zip provided above
Composer
cd <PATH_TO_PRESTASHOP_INSTALLATION_DIR>/modules
composer create-project flagshipcompany/flagship-for-prestashop flagshipshipping
Manual
Download the module from github, unzip the archive and move it to @Prestashop/modules/.
unzip flagship-for-prestashop.zip
mv flagship-for-prestashop flagshipshipping
cp -r flagshipshipping <PATH_TO_PRESTASHOP_INSTALLATION_DIR>/modules/
cd <PATH_TO_PRESTASHOP_INSTALLATION_DIR>/modules/flagshipshipping
composer install
Login to PrestaShop Admin.
Navigate to Modules > Module Catalog
Search for Flagship and click on install.
Usage
Make sure store address is set. To set this,
Login to PrestaShop Admin > Configure > Shop Parameters > Contact > Select Stores Tab > Scroll down to Contact details and save address.
Configure the module. Set API token, markup percentage and handling fee. Add dimensions for shipping boxes here.
Customer can select the shipping method.
Admin gets an option to Send orders to FlagShip.