DEV Community

victorstackAI
victorstackAI

Posted on • Originally published at victorstack-ai.github.io

Review: Centarro: Any Drupal Commerce Site Can Have a B2B Portal

The Hook
Centrarro argues you can deliver a B2B portal experience on top of a standard Drupal Commerce store without spinning up a separate platform or domain.

Why I Built It
I wanted a concrete, extendable starting point for the portal experience described in the post: a gated landing page, clear account highlights, and a place to route buyers to the next action.

The Solution
I built a small Drupal module that creates a B2B portal route, lets admins tune portal labels, and surfaces a summary table. The summary builder is isolated so it can be swapped for real Commerce order data, customer profiles, or pricing logic.

The Code
View Code

What I Learned

  • Centarro’s guidance centers on keeping B2B and B2C on the same Drupal Commerce install while differentiating catalog access, price lists, and payment terms.
  • A portal doesn’t need a bespoke front end to start; a clear authenticated landing page plus targeted account data gets you most of the way there.
  • The companion Commerce Kickstart webinar on February 26, 2026 is positioned as a hands-on walkthrough for implementing these portal patterns.

References


Originally published at VictorStack AI Blog

Top comments (0)