Skip to main content
Support Center
Toggle navigation menu
info@stelorder.com
+34 968 39 35 98
STEL Order
Submit a request
Sign in
Search
Help
Shop
Shop
Shop
Can I block the sale of out-of-stock products in the shop?
Can I configure the stock of my products in Shop?
Can I put more than one image of my product in Shop?
In which currency are my products displayed in Shop?
When a customer places an order in Shop, how do I visualize it in my STEL Order?
Will my customers see their invoices or any document in their customer section in Shop?
Will my customers be able to create incidents within the Shop customer section?
How do my customers recover their password to access Shop again?
Can I delete my Shop products or just some of them?
Can I upload my products to Shop or just some of them?
Can I keep each customer in Shop at their established rate?
Can I put a different price in Shop than the one I have in my product catalog?
How can I remove a customer's access to Shop?
What happens if a customer does not accept Shop's invitation?
Can I give permissions to my users to configure STEL Shop?
How can I indicate the prices with taxes in Shop?
Can I change the Shop URL?
Preguntas frecuentes
<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 30) %>
Leer más
<% }); %>
<% } else { %>
empty
<% } %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= 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 (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>