Blog Sections Open
sCommerce v1.3.0: Dashboard Analytics, Product Characteristics, and Manager URL Fixes
sCommerce v1.3.0 makes the store manager more useful day to day: better dashboard data, a cleaner characteristics accessor for product templates, and safer manager URL handling.
sCommerce v1.3.0 is a practical store-management update for Evolution CMS projects. It focuses on product data access, manager dashboard clarity, safer module URLs, and a wider localized manager experience.
What changed
- Added
sProduct::characteristics()for visible product attributes bound to the active category. - Refreshed the manager dashboard with sales analytics, order summaries, and product summaries.
- Updated the configuration UI with system Tabler icons.
- Fixed CSRF token handling in manager module URLs.
- Added German, French, and Polish dashboard translations.
Why it matters
The new product characteristics accessor is useful for storefront templates that need to show only relevant visible attributes. The dashboard changes make sCommerce feel more like a real control panel instead of a configuration-only module, while the CSRF URL fix improves reliability inside the manager.
Upgrade notes
This release should be a straightforward update for existing sCommerce 1.x installations. After updating, review product templates that can benefit from sProduct::characteristics() and check manager dashboard translations if the project uses German, French, or Polish.
sLang v1.1.1: Language Folder Routing and Editor Sync Fixes
sLang v1.1.1 improves language folder routing for non-default frontend languages and fixes editor synchronization in multilingual manager forms.