dynamic / foxystripe

FoxyStripe is a SilverStripe ecommerce module that integrates with FoxyCart.
http://foxystripe.org
BSD 3-Clause "New" or "Revised" License
8 stars 11 forks source link

Option Groups - create default #86

Closed jsirish closed 10 years ago

jsirish commented 10 years ago

On a fresh install, a default Option Group should be created (similar to ProductCategory). Maybe create a couple of common ones, such as size and color, instead of 'default'.

When adding Product Options, Option Group drop down will be empty until Option Groups are created. However, OG's are buried in the Products Model Admin, and non-savvy users may not be able to find them.

Open to suggestion on how best to un-bury OG's without adding too much noise to Products in CMS. QuickAddNew for Option Group would be ideal, but until that works would we need to setup a RecordEditor instead on the ProductOptions tab?

jsirish commented 10 years ago

Would Option Groups (and maybe FoxyCart Categories) make more sense in the CMS > Settings, vs. the Product Admin where they are currently?