Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • John Bergman 483 posts 1132 karma points
    Jan 17, 2018 @ 05:34
    John Bergman
    1

    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.

  • Alex Clavelle 13 posts 124 karma points
    Feb 02, 2018 @ 19:17
    Alex Clavelle
    101

    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

  • John Bergman 483 posts 1132 karma points
    Feb 03, 2018 @ 01:25
    John Bergman
    0

    Thanks Alex

  • Ben Norman 167 posts 276 karma points
    Jan 03, 2019 @ 06:37
    Ben Norman
    1

    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?

Please Sign in or register to post replies

Write your reply to:

Draft