The Wayback Machine - https://web.archive.org/web/20220509193935/https://github.com/topics/octobercms
Here are
346 public repositories
matching this topic...
Self-hosted CMS platform based on the Laravel PHP Framework.
🛍️ #1 e-commerce platform for October CMS
A webpack starting point for single page apps with October CMS and Vue
-
Updated
May 9, 2021
-
JavaScript
Dockerized October CMS: PHP, Composer, October core and dependencies
-
Updated
May 6, 2022
-
Shell
Theme and plugins used in Godot Engine's OctoberCMS instance
Easily bootstrap a new October CMS project
Create easy (and almost magic) AJAX forms
🍂 Simple: Docker + OctoberCMS
Adds global search capabilities to October CMS.
This is the simple news and newsletter plugin for October CMS and Winter CMS.
Adds reponsive images capabilities to October CMS
🧰 Toolbox plugin for October CMS
Integrates PHP Debugbar with October CMS
Powerful e-Commerce Engine Powered with OctoberCMS
Edit your content in page - plugin for OctoberCMS
October CMS plugin to make websites GDPR and ePrivacy compliant
A Menu Management Plugin for October CMS
An ecommerce platform for October CMS.
Tools for building RESTful HTTP + JSON APIs for OctoberCMS.
-
Updated
Feb 10, 2022
-
HTML
Backend toolkit plugin for October CMS and Winter CMS.
📰 News (blogging) plugin for October CMS
An extension to the existing RainLab.User plugin for OctoberCMS
Base API Plugin for OctoberCMS
Advanced redirect plugin for October CMS.
A curated list of awesome things related to OctoberCMS.
Clean, simple and responsive landing page build on Vue.js with backend editing
-
Updated
Mar 9, 2018
-
JavaScript
Demo theme for the oc-mall-plugin
-
Updated
Jun 15, 2021
-
SCSS
Improve this page
Add a description, image, and links to the
octobercms
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
octobercms
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Hello,
I noticed a small bug during checkout, can be reproduced on the demo theme offline.swiss.
When the user is logged on checkout, the submit checkout button is disabled until you accept terms, but there are no server side validation.
So if you just remove the disabled attribute on the button with developper tool, and click the submit order button, you order is accepted.
I think tha