Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunnysideup/silverstripe-ecommerce_brandbrowsing
This module allows browsing by: manufacturer/brand. It filters the product group pages to only show products from the selected.
https://github.com/sunnysideup/silverstripe-ecommerce_brandbrowsing
Last synced: 15 days ago
JSON representation
This module allows browsing by: manufacturer/brand. It filters the product group pages to only show products from the selected.
- Host: GitHub
- URL: https://github.com/sunnysideup/silverstripe-ecommerce_brandbrowsing
- Owner: sunnysideup
- License: other
- Created: 2013-08-13T23:17:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T04:03:27.000Z (over 6 years ago)
- Last Synced: 2024-11-02T15:10:28.402Z (2 months ago)
- Language: PHP
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Brand Browsing Ecommerce Extension
author: Jeremy ShipmanThis module allows browsing by: manufacturer/brand
It filters the product group pages to only show products from the selected.Setup Instructions:
Copy the ecommerce_brandbrowsing directory to your silverstripe site's directory.Add the brand control to your ProductGroup.ss template:
<% include ProductGroupBrandControl %>Run mysite/dev/build?flush=all
TODO:
* Brand dropdown menu on product pages
* Only show brands with products in them
* Allow creating brands that don't existNOTA BENE: this module is currently out of date.