spree-contrib / spree-multi-domain

Multiple Spree stores on different domains - single unified backed for processing orders
https://guides.spreecommerce.org
194 stars 191 forks source link

Different views for different stores? #101

Closed Ximik closed 10 years ago

Ximik commented 10 years ago

Is there a way to do this? I think it's rather common goal, because you'll probably want to have different home pages for different stores at least.

JDutil commented 10 years ago

You can assign different layouts per store as mentioned in the README: https://github.com/spree/spree-multi-domain/blob/master/lib/spree_multi_domain/engine.rb#L20-L42

If you would like other templates to be on a per store basis you'll have to program that logic yourself.