/dpdbaltics

Official DPD plugin for PrestaShop 1.7

Primary LanguagePHP

DPDbaltics official#

Prerequisites

  • PHP 5.6 or above
  • Composer

Installation

  • Clone git repository
  • Make sure folder name is the same as "dpdbaltics.php" file name
  • Unzip vendor folder to project folder or, use composer install command

Installation for production steps

  • Clone git repository
  • Make sure folder name is the same as "dpdbaltics.php" file name
  • Unzip vendor folder to project folder or, use composer install command
  • Remove vendor.zip file
  • Remove folders: .git, tests
  • Compress folder to .zip format
  • Install to prestashop via back office

Contribution guidelines

  • Fork project repository
  • Clone forked repository git clone URL_OF_LOCAL_PROJECT
  • Add original repository as the "upstream remote" git remote add upstream URL_OF_PROJECT
  • Pull latest changes from upstream repository git pull upstream BRANCH_NAME
  • More information
  • Make sure to create git tags when adding new version. Use git tag -a vx.x.x commit-hash -m 'release of vx.x.x'

Code of conduct

  • Follow PSR-4 code standarts, more info

Who do I talk to?

Usage