Skip to content

Releases: alma/alma-installments-prestashop

v1.4.4

03 Jun 16:29
Compare
Choose a tag to compare
  • Fixes bug preventing orders status to be correctly handled in some situations

v1.4.3

24 May 23:06
Compare
Choose a tag to compare
  • Adds compatibility for PrestaShop 1.5.3.1+
  • Fixes some missing French translations
  • Fixes support for multi-carrier in shipping info data
  • Fixes bug in module's config that would prevent saving configuration when changing min/max amounts of fee plans
  • Makes sure Alma is activated for all carriers upon module installation
  • Fixes Alma badge not showing up on product pages in some older PrestaShop instances
  • Fixes Alma badge loading when used in conjunction with PrestaShop's JavaScript compaction feature
  • Fixes bug with Alma badge when displayed product doesn't have a selectable wanted quantity
  • Makes category exclusion work with secondary categories
  • Prevents crash from psAdmin cookie being saved automatically by PrestaShop when it is destroyed
  • Switches Alma badge script/css URLs to jsDelivr

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)