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)
eCom Lightspeed (série E)
eCom Lightspeed (série E)
À propos de eCom Lightspeed (série E)
À propos de eCom Lightspeed (série E)
Premiers pas avec eCom (série E)
Comment associer eCom Lightspeed (série E) à PDV détaillants (série X)
Création d’une vitrine virtuelle générée par IA pour votre catalogue de produits
Utilisation de l’onglet Vente en ligne dans PDV détaillants (série X)
Parcourir l’arrière-boutique eCom Lightspeed (série E)
Gestion des produits dans eCom (série E)
Ajout, mise à jour et suppression de produits dans eCom (série E)
Catégories et sous-catégories de produits dans eCom (série E)
Paramètres des produits dans eCom (série E)
Configuration de votre site instantané eCom (série E)
Commencer avec le créateur de sites Commerce électronique Lightspeed
Conception d’une boutique en ligne avec eCom (série E)
Configuration initiale d’une boutique en ligne dans eCom Lightspeed (série E)
Configuration d'expédition et livraison dans eCom Lightspeed (série E)
Configuration du processus de paiement en ligne
Personnalisation de votre boutique eCom Lightspeed (série E)
Gestion des commandes dans eCom (série E)
Fonctionnement des commandes eCom (série E) avec PDV détaillants (série X)
Gestion des stocks de plusieurs établissements avec l’intégration eCom (série E)
Rembourser une vente eCom Lightspeed (série E) à partir de PDV détaillants
Notifications poussées envoyées aux clients dans l’app Portefeuille d’Apple pour les achats eCom (série E)
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 %>
<% }) %>
<% } %>