Skip to content

Releases: alma/alma-installments-prestashop

v1.4.2

21 Jan 17:52
Compare
Choose a tag to compare
  • Register product price hooks on upgrade so that Alma badges are visible by default on product pages after upgrading
  • Update UNPKG URLs to use the unpkg.com domain instead of unpkg.io one, which is apparently a test domain name
  • Fixes the "show product eligibility" setting not being properly deactivated when unchecked
  • Revert use of use syntax in alma.php as it makes PrestaShop fail on module code evaluation

v1.4.1

25 Dec 12:15
Compare
Choose a tag to compare
  • fix paths case to prevent errors on case-sensitive file systems

v1.4.0

22 Dec 10:11
Compare
Choose a tag to compare
  • All logos have been updated to our latest branding
  • Adds an "Excluded categories" custom tab/page to let merchants deactivate Alma for categories of
    products that are not compatible with our legal terms. The exclusion configuration is accessible via a new Tab in the
    PrestaShop backoffice.
  • Display a detailed payment plan for the selected Alma payment method at checkout.
  • Display a "badge" on product pages, which shows customers whether they can pay products with Alma and, if that's the
    case, what the payment plan would be.
  • Correctly syncs fee plans display and information with Alma's API data
  • Temporarily removes the sending of shipping information as it causes a bug with orders with multiple carriers.
  • Fixes the appearance of config buttons in PrestaShop 1.5.
  • Fixes a bug in the IPN processing code that caused an exception to be thrown when the order had already been
    processed.
  • Fixes issues with eligibility messages display when there are multiple activated fee plans
  • By default, display the module's own confirmation page template on PrestaShop 1.5 & 1.6 (only for new installations)
  • Added some code quality tooling to the repository

v1.3.1

22 Apr 12:41
Compare
Choose a tag to compare
  • Fixes an issue that could prevent all payment options to show in PrestaShop 1.7

v1.3.0

17 Apr 15:48
Compare
Choose a tag to compare
  • Compatibility with the Advance EU Compliance module (PrestaShop 1.6)
  • Round prices using PrestaShop's internal method, to comply with merchant's configured preferences
  • Include cart contents & shipping information in payment data to improve customer UX & fraud detection

v1.2.7

30 Mar 22:39
Compare
Choose a tag to compare
  • Dependencies update
  • Send order reference to Alma upon payment confirmation, to make it easier for merchants to
    associate Alma payments with actual orders in their PrestaShop orders

v1.2.6

07 Nov 14:16
Compare
Choose a tag to compare
  • Dependencies update
  • Improves paid amount comparison in payment validation to limit false positives

v1.2.5

19 Sep 19:01
Compare
Choose a tag to compare
  • Dependencies update (to include bug fix in Alma PHP Client)

v1.2.4

03 Sep 08:19
Compare
Choose a tag to compare
  • Fixes a bug that could prevent Alma from working on PrestaShop installed in a subdirectory of the main domain

v1.2.3

01 Aug 21:31
Compare
Choose a tag to compare
  • New attempt at overcoming float rounding issues on payment validation
  • Improves onboarding UX: more guidance for the merchant, and less constraints on API keys requirements