Skip to content

Dotpay payment module for PrestaShop 1.7

Compare
Choose a tag to compare
@wpawel wpawel released this 14 Mar 15:05
· 4 commits to master since this release

Wtyczka dodająca bramkę płatności Dotpay dla PrestaShop v1.7

Testowane na:

  • PrestaShop 1.7.1.2, 1.7.3.3, 1.7.5.1, 1.7.6.3, 1.7.7.2, 1.7.7.7, 1.7.8.4
  • PHP 5.6.40, 7.1.19, 7.2.24, 7.3.26, 7.3.29, 7.4.28

Instrukcja:

  1. Pobierz wtyczkę PrestaShop1.7-Dotpay_module_v1.4.0.zip LINK
  2. Zainstaluj i skonfiguruj wtyczkę zgodnie z instrukcją: LINK

Plugin adding Dotpay payment gateway for PrestaShop v1.7

Tested on:

  • PrestaShop 1.7.1.2, 1.7.3.3, 1.7.5.1, 1.7.6.3, 1.7.7.2, 1.7.7.7, 1.7.8.4
  • PHP 5.6.40, 7.1.19, 7.2.24, 7.3.26, 7.3.29, 7.4.28

Instructions:

  1. Download the plugin PrestaShop1.7-Dotpay_module_v1.4.0.zip LINK
  2. Install and configure the plugin following manual: LINK

last changes:

  • v1.4.0:
  • fixing the acceptance of consents and regulations (javascript),
  • improvement of the refund mechanism in the transaction preview in the administration panel,
  • improvement of messages when returning to the store after payment,
  • adding a new status for the transaction "Order overpaid" if more than 1 payment for one order is registered,
  • fix receipt of notification in case of receiving additional information (for credit card),
  • minor changes
  • v1.3.2:
  • the behavior of the buttons for accepting regulations in the payment process has been corrected (Prestashop 1.7.8)
  • minor fixes
  • v1.3.1:
  • improving exception handling
  • minor fixes
  • v1.3.0:
  • important: added new addresses to whitelist for notifications!
  • security change: added a new version of the API in the context of calculating the checksum ('chk')
  • an additional setting has been added in the configuration: whether the server uses a proxy. The setting determines how the ip address of notifications received from dotpay will be checked. Disable the options only if you have a problem with receiving notifications.
  • small changes