143

Product support

Read the theme support instructions.

  • Added on Jun 11, 2026
  • Current version: 1.0.0
  • Platform Compatibility
    v4.x use latest
    v3.x incompatible
    v2.x incompatible
    v1.x incompatible
  • Created by
  • Public repository

Categories

POSMall Theme marketplace details

Theme name

POSMall Theme - PostgreSQL eCommerce Storefront for October CMS

Theme code

KodZero.POSMallTheme

Composer package

kodzero/posmalltheme-theme

Short description

SEO-ready storefront theme for POSMall with catalog, product, services, cart, checkout, account, payment-link and PageSpeed-ready pages.

Long description

POSMall Theme is the official storefront companion for the KodZero POSMall PostgreSQL eCommerce plugin for October CMS and Laravel.

It provides ready customer-facing pages for catalog browsing, category pages, product details, service pages, cart, checkout, payment links, login, registration, customer account, addresses, orders, privacy and terms. The theme is built around the POSMall plugin components, PostgreSQL-backed catalog data, service products, virtual products, item customization, customer accounts and payment workflows.

The theme is designed for real eCommerce projects that need a clean October CMS storefront connected to a structured commerce backend. It keeps the storefront lightweight, SEO-oriented and easy to adapt while the POSMall plugin owns the catalog, checkout, order, payment, shipping, tax and API business logic.

Use this theme together with the POSMall plugin:

https://github.com/TjoBiZ/POSMall https://octobercms.com/plugin/kodzero-posmall

Public repository URL

https://github.com/TjoBiZ/POSMallTheme

Companion plugin URL

https://github.com/TjoBiZ/POSMall https://octobercms.com/plugin/kodzero-posmall

Live demo URL

https://wingsofwin.com

Catalog page with product filters, search, categories, product cards, images, and pricing.

Installation via Command Line

php artisan theme:install KodZero.posmalltheme

POSMall Theme Documentation

POSMall Theme is an October CMS storefront theme for the KodZero POSMall eCommerce plugin.

Requirements

  • October CMS v4
  • PHP 8.2+
  • KodZero POSMall plugin
  • RainLab.User
  • RainLab.Location
  • RainLab.Translate
  • PostgreSQL is recommended for POSMall catalog and search workflows

Installation

Add the POSMall plugin and theme repositories to Composer:

composer config repositories.posmall '{"type":"vcs","url":"https://github.com/TjoBiZ/POSMall.git","no-api":true}'
composer config repositories.posmall-theme '{"type":"vcs","url":"https://github.com/TjoBiZ/POSMallTheme.git","no-api":true}'

Install the plugin and theme:

composer require kodzero/posmall-plugin:dev-main kodzero/posmalltheme-theme:dev-main -W --prefer-source --no-interaction

Run migrations and clear caches:

php artisan october:migrate
php artisan theme:use kodzero-posmalltheme --force
php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear

Demo catalog seed

For a local demo or a clean staging site, seed the prepared WingsOfWin demo catalog:

php artisan posmall:seed-wings-of-win --force
php artisan posmall:index --force
php artisan cache:clear
php artisan view:clear

This creates the demo catalog, services, product images and catalog index used by the public storefront examples.

Theme pages

The theme includes customer-facing pages for:

  • Storefront home page
  • Catalog and category browsing
  • Product details
  • Service list and service details
  • Search
  • Cart
  • Checkout
  • Payment links
  • Customer login and registration
  • Customer account dashboard
  • Addresses and orders
  • Privacy and terms

Relationship with POSMall plugin

The theme does not replace the POSMall plugin. The plugin owns the eCommerce backend: products, variants, prices, services, cart, checkout, orders, payments, shipping, taxes, API and GraphQL workflows.

The theme owns the public storefront experience and calls the plugin components to render catalog, product, cart, checkout and account pages.

Update command

composer update kodzero/posmall-plugin kodzero/posmalltheme-theme -W --prefer-source --no-interaction
php artisan october:migrate
php artisan theme:use kodzero-posmalltheme --force
php artisan cache:clear
php artisan config:clear
php artisan route:clear
php artisan view:clear

Support

Use the GitHub issues page for bug reports and installation questions:

https://github.com/TjoBiZ/POSMallTheme/issues

1.0.0

Initial public POSMall theme release for October CMS.

Jun 10, 2026