railsdog / spree-multi-domain

Multiple Spree stores on different domains - single unified backed for processing orders
http://railsdog.com
46 stars 233 forks source link

Make Spree::Config mutli-store aware #2

Closed BDQ closed 2 years ago

BDQ commented 14 years ago

Spree::Config should try to return @store.code + "_preference_name" by default, and fall back to core value if not present

nwb commented 14 years ago

Some sort of flag that controls whether a config value must, may, or may not set for a store would be an important addition.

A generalized ui for editing any config values (radiant does this rather well, I think) makes store specific configs feasible in a network (one site owner, many independent store owners) situation.