A placed booking's ticket does not show its seat. The ticket builder exposes hook_yoyaku_ticket_units_alter and the ticket template renders a meta.place row, but nothing fills it: no module implements the hook, so a ticket for a seated event omits its seat.
Add a yoyaku_ticket_placement bridge submodule (like yoyaku_ticket_orchestra), depending on yoyaku_ticket and yoyaku_placement, that implements the alter to add each placed booking's seat label to its ticket unit's meta. Neither yoyaku_ticket nor yoyaku_placement gains a dependency on the other; the bridge references both.
The label is the place's section and printed number, for example "Parterre - L15", matching the cart.
Issue fork yoyaku-3612723
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedComment #5
mably commentedComment #7
mably commented