silvershop / shopfront
Provides a 'shopfront' page type that can be used to display products or product categories.
Installs: 1 719
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 3
Open Issues: 1
Type:silverstripe-vendormodule
Requires
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-10 17:35:30 UTC
README
An extension to the SilverShop module that provides a custom page type for a 'shop front'. The shop front allows a CMS author to create 'sections', each of which can contain arbitrary products (or a product category).
Maintainer Contact
Requirements
- silvershop/core: ^3
Installation Instructions
- Install via composer:
composer require silvershop/shopfront
- Run
vendor/bin/sake dev/build flush=1
to add the new page types - Create a new 'Shop Front page' in the CMS, define your sections and add products to each one
- The module ships with a super basic template that you are expected to override in your own theme:
- Create a new file under
themes/<your_theme>/templates/SilverShop/ShopFront/Page/Layout/ShopFrontPage.ss
- Add your custom styles and classes to this file, using the existing file as an example
- Create a new file under