respinar / contao-products
Products Bundle for Contao
Package info
github.com/respinar/contao-products
Type:contao-bundle
pkg:composer/respinar/contao-products
0.39.1
2026-05-04 03:55 UTC
Requires
- php: ^8.3
- contao/core-bundle: ^5.7
Requires (Dev)
- contao/easy-coding-standard: ^6.14
- contao/manager-plugin: ^2.13
- contao/rector: ^1.3
Suggests
- contao/comments-bundle: Adds comments to the product detail and catalog pages.
Provides
None
Conflicts
None
Replaces
None
- dev-main
- 0.39.1
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.1
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.1
- 0.29.0
- 0.28.0
- 0.27.2
- 0.27.1
- 0.27.0
- 0.26.2
- 0.26.1
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.2
- 0.23.1
- 0.23.0
- 0.22.1
- 0.22.0
- 0.21.1
- 0.21.0
- 0.20.1
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.6
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.12
- 0.16.11
- 0.16.10
- 0.16.9
- 0.16.8
- 0.16.7
- 0.16.6
- 0.16.5
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.0
- 0.14.2
- 0.14.1
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.2
- 0.11.1
- 0.11.0
- v0.10.2
- v0.10.1
- v0.10.0
- v0.9.11
- v0.9.10
- v0.9.9
- v0.9.8
- v0.9.7
- v0.9.6
- v0.9.5
- v0.9.4
- v0.9.3
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.7
- v0.8.6
- v0.8.5
- v0.8.4
- v0.8.3
- v0.8.2
- v0.8.1
- v0.8.0
- v0.7.9
- v0.7.8
- v0.7.7
- v0.7.6
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.1
- v0.6.0
- v0.5.1
- v0.5.0
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.4.0
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.0
- v0.1.0
- dev-product-content-element
- dev-11-attempted-to-load-class-error
- dev-related
- dev-comments
- dev-dev
- dev-bugfix
- dev-bundle
- dev-without-changelanguage
- dev-test
This package is auto-updated.
Last update: 2026-09-02 04:04:16 UTC
README
A simple and flexible products extension for Contao CMS 5.
Features
- Catalogs – Organize products into catalogs (categories) with protected access support
- Products – Manage products with title, alias, date, price, availability, brand, model, SKU, purchase URL, images, and more
- Frontend modules – Product List, Product Detail, and Related Products
- Content elements – Product List, Product Catalog, and Single Product
- Twig templates – Fully customizable templates for lists and detail views
- Comments support – Optionally integrate with
contao/comments-bundle - Access control – Catalog-level protection with member group restrictions
Requirements
- PHP
^8.3 - Contao
^5.7
Installation
composer require respinar/contao-products
After installation, run a database update and rebuild the Symfony cache:
vendor/bin/contao-console contao:migrate vendor/bin/contao-console cache:clear
Usage
- Create a catalog in the Contao back end under Products.
- Add products to the catalog.
- Create a frontend module (e.g., Product List) and assign it to a page layout, or insert a Product List content element into an article.
- Customize templates by copying Twig templates from
contao/templates/to your theme.
Templates
| Template | Description |
|---|---|
frontend_module/product_list.html.twig |
List view with pagination |
frontend_module/product_detail.html.twig |
Single product detail view |
frontend_module/product_related.html.twig |
Related products list |
product_full.html.twig |
Full product output |
product_short.html.twig |
Short product output |
product_simple.html.twig |
Simple product output |
License
This bundle is released under the MIT license.