How to switch to use Shop
This guide shows how to switch to use Shop in BCP, HCP and Public order page.
1. Changing C:\Program Files (x86)\Atomia\BillingCustomerPanel\Web.config on GUI box
In C:\Program Files (x86)\Atomia\BillingCustomerPanel\Web.config change <register type="IProductsProvider" mapTo="BillingApiXmlProductsProvider"> to <register type="IProductsProvider" mapTo="PublicApiShopProductsProvider">
All changes should be done through transformation files, the bellow transformation file put in an appropriate folder and start C:\Program Files (x86)\Atomia\HostingControlPanel\Recreate config files, as per http://support.atomia.com/solution/articles/4000010876-atomia-configuration-files-and-transformations guide.
The same way for HCP.
2. Changing C:\Program Files (x86)\Atomia\PublicOrderPage\Web.config on GUI box (if customer uses default public order page)
In C:\Program Files (x86)\Atomia\PublicOrderPage\Web.config
change
<register type="IProductsProvider" mapTo="OrderApiXmlProductsProvider">
to
<register type="IProductsProvider" mapTo="PublicApiShopProductsProvider">
All changes should be done through transformation files, the bellow transformation file put in an appropriate folder and start C:\Program Files (x86)\Atomia\HostingControlPanel\Recreate config files, as per http://support.atomia.com/solution/articles/4000010876-atomia-configuration-files-and-transformations guide.
3. Create a default shop in admin panel, as per the following guide
http://documentation.atomia.com/Billing/latest/html/scroll-bookmark-8.html#scroll-bookmark-96