Skip to content

Engineering

Notes from the engineers building FluentCart — architecture decisions, performance work, and lessons from production.

RSS feed ↗

Adding Custom Pages to the Customer Dashboard

The FluentCart customer portal is a Vue SPA, but adding a page to it takes one PHP call and no build step. Here's the routing trick behind addCustomerDashboardEndpoint — and everything it deliberately leaves to you.

Read more

FluentCart developer documentation