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

Display store-association of Taxonomy in Store #85

Closed ghost closed 10 years ago

ghost commented 10 years ago

Having 5 stores with pretty similar Taxonomys causing problem with selecting the right taxonomy while editing products.

lets assume, we have 5 different fashion-shops, but every shop is having a taxonomy "Accessoires". If we edit any product, we struggle with finding the correct taxonomy. That leads us to display the store_code next to the taxonomy_name. Same usability problem appears at the taxonomy-list (configuration)

Solution: Worth a pull request?

1 1

To fix this, we need to override the javascript of spree/backend. I'm not sure if that is the best way, but couldn't find any other.