Multishop

Overview

The multishop is a concept where you have a parent shop where you add all your products, and then you can have multiple subshops that will fetch the products from the parent shop.


Name Description
   
   

 

Set up subshop

To link a parent shop and a sub shop together you need to go into the API settings of your parent shop, e.g. https://link-to-parent-shop.wm3.se/admin/settings/api

There you create a "New API access" and give it a name and enters the URL to the subshop eg. https://link-to-sub-shop.wm3.se


Cart widget

To use a cart in a multishop you use a different approach than in i a regular webshop. You create 3 regular templates and name them

  • cart.tpl
  • checkout.tpl
  • complete.tpl

cart.tpl

<div id="cart-widget" data-domain="https://link-to-parent-shop.wm3.se/"></div>  

 

checkout.tpl

<div id="cart-widget-checkout" data-domain="https://link-to-parent-shop.wm3.se/"></div>  

 

complete.tpl

<div id="cart-widget-checkout" data-domain="https://link-to-parent-shop.wm3.se/"></div>

 

Updated: 2021-01-05