Blog

Subscribe and stay up-to-date with the latest in ecommerce and web development.

Building a buy now, pay later payment module for Magento 2 from scratch

A shopper stalls at the total, not because they don't want it but because they don't want the whole price this month. We spent eight weeks building a Magento 2 payment module for Float, the South African provider that splits a purchase into interest-free monthly instalments on the credit card a shopper already carries while the merchant is paid upfront. What it took: why the instalment preview has to reach shoppers on the product page rather than at checkout, how we built it on Magento's own gateway facade, command pool and validator pool instead of around them, and the unglamorous work (multi-site scope, multishipping, configurable order status, its own debug log) that decides whether a merchant trusts a payment method.
Float Magento Adobe Commerce BNPL Payments Payment Gateway

New Features in PHP 7.4: A Practical Guide with Code Examples

PHP 7.4, released in November 2019, brought a host of new features, syntax improvements, and performance enhancements. As the last major release before PHP 8, it serves as a crucial stepping stone for developers aiming to modernize their codebase. Below, we explore the most impactful additions, complete with code examples to help you get started.

PHP 7.4 Web Dev

0%