Create a shop that is to be used

1 Go to Products -> Shops

1.2. Expand the Actions drop down menu beneath some shop and click Clone


1.3. Name the shop to match store's URL

1.4. Uncheck the Default checkbox

1.5. Scroll down and click the SaveĀ button



Reconfigure store to use the newly created shop


2.a. Create a transformation file like bellow and store it in the C:\Program Files (x86)\Atomia\Store\Transformation Files folder


<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform"> 
  <unity xmlns="http://schemas.microsoft.com/practices/2010/unity">
    <container>
      <register type="IShopNameProvider" mapTo="DomainShopNameProvider" xdt:Locator="Match(type)" xdt:Transform="SetAttributes(mapTo)" />
    </container>
  </unity>
</configuration>



2.b. Recreate Store's configuration filesĀ