Aller au contenu principal
Restaurant (K-Series)
Retail (X-Series)
eCom (E-Series)
Retail (R-Series)
eCom (C-Series)
Retail (S-Series)
Restaurant (K-Series)
Restaurant (L-Series)
Restaurant (U-Series)
Restaurant (O-Series)
Restaurant (G-Series)
Lightspeed Golf
Ouvrir/Fermer le menu de navigation
Ressources
Centre d’assistance vidéo
Blogue Lightspeed
Lightspeed Community
<% if (indicator) { %>
<% if (indicator === "critical") { %>
<% } %> <% if (indicator === "major") { %>
<% } %> <% if (indicator === "minor") { %>
<% } %> <% if (indicator === "none") { %>
<% } %> <% if (["critical", "major", "minor", "none"].indexOf(indicator) === -1) { %>
<% } %>
<%= description %>
<% } %>
Nous joindre
Français (France)
Deutsch
English (US)
Français (Canada)
Nederlands
Connexion
Catégories
Bonjour. Comment pouvons-nous vous aider ?
Recherche
Lightspeed Restaurant (K-Series)
Modules et intégrations
Cartes Lightspeed Loyalty
Cartes Lightspeed Loyalty
À propos de Lightspeed Loyalty
À propos des cartes de fidélité
Cartes VIP
À propos des cartes VIP
Modification du nom des lots de cartes VIP
Recherche de cartes VIP
Modification des configurations de lots de cartes VIP
Exportation de lots de cartes VIP
Cartes-cadeaux 2.0
À propos des cartes-cadeaux 2.0
Configuration des cartes-cadeaux 2.0
Impression des cartes-cadeaux 2.0
Vente de cartes-cadeaux 2.0 en ligne
Utilisation des cartes-cadeaux 2.0 sur la caisse
Cartes-cadeaux
À propos des cartes-cadeaux
Création d’un programme de bonus pour cartes-cadeaux
Attribution d’un programme de bonus à un lot de cartes-cadeaux
Modification du nom des lots de cartes-cadeaux
Recherche de cartes-cadeaux
Cartes à points
À propos des cartes à points
Modification du nom des lots de cartes à points
Recherche de cartes à points
Modification des configurations de lots de cartes à points
Exportation de lots de cartes à points
Cartes d’identité
À propos des cartes d’identité
Modification du nom des lots de cartes d’identité
Recherche de cartes d’identité
Exportation de lots de cartes d’identité
Utilisation des cartes d’identité sur la caisse
Recherches les plus fréquentes:
Catégories
<% if (typeof defaultActiveCategories === 'string') { defaultActiveCategories = defaultActiveCategories .split(',') .map(category => category.trim()); } else { defaultActiveCategories = []; } categories = categories.filter(function(category) { return (window.Theme.excludedObjects || []).indexOf(category.id) === -1; }) %>
<% categories.forEach(function(category, index) { var isLastCategory = (index + 1) === categories.length; var isActiveCategory = activeCategoryId ? !!category.isActive : defaultActiveCategories.indexOf(category.name) !== -1; %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% sections = sections.filter(function(section) { return (window.Theme.excludedObjects || []).indexOf(section.id) === -1; }) %> <% if (sections.length) { %>
<% sections.forEach(function(section) { %> <% var isTopLevelSection = section.parent_section_id === null; %> <% var articlesInSection = section.articles.filter(function(article) { return (window.Theme.excludedObjects || []).indexOf(article.id) === -1; }) %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (articlesInSection.length) { %>
<% articlesInSection.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (children.length) { %>
<% children.forEach(function(child, index) { %>
<%= child.title %>
<% }); %>
<% children.forEach(function(child, index) { %>
<%= child.innerHTML %>
<% }) %>
<% } %>