I have built this exact setup. The stores all share the same inventory. We have a retail store and a wholesale store.
The main things that I had to change was FastTrack's ExampleUiHelper. It uses a method called GetStoreRoot which just returns the first instance of ftStore. This didn't cut it for us so we had to hack around it.
I was able to determine the difference between two stores (retail vs wholesale) by using an umbraco property on the ftStore node called storeType which was just a textbox with RETAIL or WHOLESALE.
Another thing you might note is that by default, a product's URL looks like this:
/product-name
Which is irrespective of any store. You'd need to write your own custom content finder and make sure you output all links relative to the relevant store node
I have a multi tenant Umbraco instance and would like to add Merchello to it and have a couple of the tenants with their own stores but they can't share things.
Can we add multiple stores to the Roadmap?
Multiple Stores within a single umbraco instance?
Is this possible with Merchello? We have a need to have multiple unique stores within our umbraco site for different businesses within our community.
I have built this exact setup. The stores all share the same inventory. We have a retail store and a wholesale store.
The main things that I had to change was FastTrack's ExampleUiHelper. It uses a method called GetStoreRoot which just returns the first instance of ftStore. This didn't cut it for us so we had to hack around it.
I was able to determine the difference between two stores (retail vs wholesale) by using an umbraco property on the ftStore node called storeType which was just a textbox with RETAIL or WHOLESALE.
Another thing you might note is that by default, a product's URL looks like this:
/product-name
Which is irrespective of any store. You'd need to write your own custom content finder and make sure you output all links relative to the relevant store node
Thanks Alex
I have a multi tenant Umbraco instance and would like to add Merchello to it and have a couple of the tenants with their own stores but they can't share things. Can we add multiple stores to the Roadmap?
is working on a reply...