...
- "Large room" with 6 categories, labelled Cat 1 to Cat 6
- "Medium room" with only 3 categories, labelled Cat 1 to Cat 3
You will need For each category in the season ticket, you have to declare which categories are allowed in each concert hall when someone buy a season ticket in Category 1.Click .
In our example, we want the following:
Season ticket category | Seat category in Large room | SEat category in Medium room |
---|---|---|
Category 1 | Cat 1 | Cat 1 |
Category 2 | Cat 2 | Cat 2 |
Category 3 | Cat 3 | Cat 3 |
Category 4 | Cat 4 | Cat 3 |
Category 5 | Cat 5 | Cat 3 |
Category 6 | Cat 6 | Cat 3 |
In order to create season ticket catory 4, click onĀ :
And fill the following:
...
Code (max 8 char) : code of the mapped category. This code must be unique per mapping table
Seat category (logial): Then i need to apply select (drop to the left frame) the categories from the different logical configuration that you want to group in the mapped category.
In the screen shot above, Cat 4 of the season ticket will grant access to seats in Cat 4 in the Large room and in Cat 3 in the Medium room
Then you need to repeat the same method for each different category until i've mapped all the needed category :to be sold in the composed product.
Next Step: When you set up a new package or a season ticket, make sure you associate the mapping table :
...