Displaying Contingents with the WordPress Plugin
If you use Travelmanager’s ticket contingent function, you can display available contingents with the WordPress plugin.
List View
Use the following shortcode to display contingents as a list:
[travelmanager call="contingent" start="this month" stop="+1 month" product_id="starter_tm-1-3-1-3" account="starter.travelmanager.software"]
The parameter product_id corresponds to the external product ID that can be generated in the backend booking screen.
Calendar View
Use this shortcode to display contingents in a calendar:
[travelmanager call="contingent" view="calendar" start="this month" stop="+1 month" product_id="starter_tm-1-3-1-3" account="starter.travelmanager.software"]
You can adapt these examples to display contingents for your own products.