The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1064 Modules
570 Ready
490 Need Help
🏆 Leaderboard
Potentially Abandoned v0.0.11

Checkout Street Number for Magento 2

mediarox/module-checkout-street-number

Splits the first street line in checkout into separate street and house-number fields using a layout processor and matching Knockout components.

2,805
Downloads
Below average
3
GitHub Stars
Below average
3y ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
36 warnings
L4 PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v0.0.11 on Magento 2.4.9
Jun 1, 2026

Share This Module's Status

Checkout Street Number for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

Checkout street number

Description

Short

Divides the first street line into street & house number.

Long

We use a checkout LayoutProcessor to find all street fields and insert the new fields "street_main" and "street_number" in front of them. Matching knockout components street-main and street-number exist, where street-main contains the logic for updating the original street field. CSS is then used to hide the original first street field.

Installation

composer require mediarox/module-checkout-street-number
bin/magento setup:upgrade

Configuration

Backend

STORES > (Settings) Configuration > SALES > Checkout > Checkout Options

Shell

bin/magento config:set checkout/options/split_street_into_name_and_number 1

Before

After

Compatible with

Notes

General

The extension was created from various live projects with themes based on Luma. It is to be considered as "beta" and does not claim to be perfect. The main reason of the release is to share this module with others and improve it together.

Helpful posts on the topic

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.