-
Following Google guidance TourCMS will now automatically refresh Google Place IDs that are older than 12 months to avoid them becoming stale.
- A new token for TourCMS email templates to allow for display of supplier_tour_code. Please, visit the support article here for more information.
- A small improvement to the pickup api to allow the new supplier_pickup_code field to be used, improving subsystem mapping support for pickups. Please, visit our API official documentation here.
- An improvement to the pickup endpoints to better allow adding/removing routes. Please, visit our API official documentation here.
Search
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>