Store Mapping
Store Mappnig is used to control permissions for your website
Possible Entity Keys
Store Mapping import templates supprot keys from entity that you are using mapping for.
Your entity key must be unique. If you have two products with same Name fields, you will not be able to use Name as entity key.
Column Destinations
Column destination | Explanation |
---|---|
Key | The value that you selected as entity key for this template. |
Store '<Store Name>' | TRUE or FALSE value, wether to show this product in this store. |
If you don't have Store Mapping set up for this product/category/manufacturer, all stores would show this product. If you set up any restrictions, all, except stores with TRUE value, will not have access.
Example table
This is an example table for ACL Mapping of Product
SKU | Store 'My store 1' | Store 'My store 2' |
---|---|---|
001 | TRUE | TRUE |
002 | FALSE | TRUE |
003 | FALSE | FALSE |
With the import above being the only Store mapping rules that are set up for products with SKU 001, 002 and 003, the following scenario would be executed. 1. Store 1 and 2 would have product 001. No other store would have it. 2. Only store 2 would have product 002. 3. No store would have product 003.
Last updated