Aller au contenu principal
Détaillants (série X)
Détaillants (série X)
Commerce électronique (série E)
Détaillants (série R)
Commerce électronique (série C)
Restaurateurs (série K)
Restaurateurs (série L)
Golf
Ouvrir/Fermer le menu de navigation
Ressources
Centre d’assistance vidéo
Lightspeed Trust Center
Blogue Lightspeed
<% 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 (Canada)
English (US)
Nederlands
Connexion
Catégories
Bonjour. Comment pouvons-nous vous aider ?
rechercher
Lightspeed détaillants (série X)
Traitement des paiements
Paiements Lightspeed
Paiements Lightspeed
Configuration de Paiements Lightspeed
Inscription à Paiements Lightspeed
Article à la une
Configuration de Paiements Lightspeed
Modification des renseignements de votre compte avec Paiements Lightspeed
Configuration de Paiements Lightspeed pour la plateforme Commerce électronique (série E) avec PDV détaillants (série X)
Mode hors ligne de Paiements Lightspeed avec PDV détaillants (série X)
Afficher les 6 articles
Ventes avec Paiements Lightspeed
Réception de paiements avec Paiements Lightspeed pour PDV détaillants (série X)
Traitement des remboursements avec Paiements Lightspeed pour PDV détaillants (série X)
Utilisation de l’écran de terminal de paiement avec Paiements Lightspeed
Traitement des paiements en mode autonome et en mode hors ligne
Enregistrement des modes de paiement du client avec Paiements Lightspeed
Afficher les 10 articles
Rapports Paiements Lightspeed
Rapports avec Paiements Lightspeed
Réception de paiements avec Paiements Lightspeed pour PDV détaillants (série X)
Réception de versements instantanés avec Paiements Lightspeed
Articles
FAQ sur Paiements Lightspeed
Article à la une
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 %>
<% }) %>
<% } %>