Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Brand Browsing Ecommerce Extension
author: Jeremy Shipman

This 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 exist

NOTA BENE: this module is currently out of date.