i-lateral / silverstripe-themes-kube-commerce
A simple Silverstripe theme that makes use of the Kube CSS framework and is designed to work with the Commerce extension.
Installs: 178
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 2
Language:JavaScript
Type:silverstripe-theme
Requires
Suggests
- i-lateral/silverstripe-commerce: Add ecommerce functionality (beta)
This package is auto-updated.
Last update: 2024-10-20 23:21:04 UTC
README
A simple Silverstripe theme using the Kube CSS framework, found at:
This version of the theme has been customised to work with the Commerce module
Using this theme
-
Copy the theme into the
themes/
directory of your SilverStripe project. If you've named it correctly, there should be a directory calledthemes/kube-commerce
. -
Add the following to your
mysite/_config.php
file. Remove any existingSSViewer::set_theme
lines.SSViewer::set_theme("kube-commerce"); HtmlEditorConfig::get('cms')->setOption('theme_advanced_styles', 'highlight=highlight;no-border=no-border,break=break');