ixopay / pgc-prestashop

Whitelabel PrestaShop Payment Provider Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whitelabel PrestaShop Payment Provider Extension

Requirements

Build

  • Clone or download the source from this repository.
  • Update src/logo.png, src/logo.gif and images in src/views/img/creditcard.
  • Comment/disable adapters insrc/paymentgatewaycloud.php - see getCreditCards() method.
  • Run the build script to apply desired branding and create a zip file ready for distribution:
php build.php gateway.mypaymentprovider.com "My Payment Provider"
  • Verify the contents of build to make sure they meet desired results.
  • Find the newly versioned zip file in the dist folder.
  • Test by installing the extension in an existing shop installation (see src/README).
  • Distribute the versioned zip file.

Docker

We supply ready to use Docker environments for development & testing. Please take a look at the supplied docker directory for instructions.

Provide Updates

  • Fetch the updated source from this repository (see CHANGELOG).
    Note: make sure to not overwrite any previous changes you've made for the previous version, or re-apply these changes.
  • Run the build script with the same parameters as the first time:
php build.php gateway.mypaymentprovider.com "My Payment Provider"
  • Find the newly versioned zip file in the dist folder.
  • Test by updating the extension in an existing shop installation (see src/README).
  • Distribute the newly versioned zip file.

About

Whitelabel PrestaShop Payment Provider Extension

License:MIT License


Languages

Language:PHP 90.9%Language:Shell 6.0%Language:Smarty 1.6%Language:JavaScript 0.9%Language:CSS 0.5%