Joomla CMS and Freeway ecommerce
Notes from a Joomla user-group session: easy CMS uptake, Freeway as an osCommerce-derived shop, and payment-security pressure.
Joomla’s install path is deliberately simple. That — more than specialist developer fashion — drove wide adoption: people with little web ops background could stand up a site. Same niche PHP and MySQL once owned for “good enough” web stacks.
Freeway
Freeway (GPL ecommerce, osCommerce lineage) covered goods plus services, events, and subscriptions, with migration paths from osCommerce and XenCart and integration hooks into Joomla. Payment-brand security audits were already a live requirement for shops; packages that moved toward Visa-era controls mattered more than feature checklists.
Database angle
CMS + cart means session writes, catalog reads, and order transactions on the same MySQL instance unless you split them. Index the real filters, keep order workflows short and transactional, and treat password storage in cart admin paths as a first-class review — see one-way password flaws.