Saltar al contenido principal
| Centro de ayuda
Abrir/cerrar menú de navegación
Volver a Yupop
Enviar una solicitud
Búsqueda
Categorías
FAQS
¿Qué es Yupop?
Artículo promovido
¿Qué puedo vender en mi tienda Yupop?
Artículo promovido
¿Estás experimentando un problema y necesitas ayuda? Contáctanos
¿Cómo accedo a mi tienda Yupop?
Cambiar nombre, subdominio y/o email de mi tienda online
Permanencia de mi tienda
¿Cómo puedo hacer cross-selling?
¿Cómo puedo cambiar la cuenta del banco donde recibir mis ventas?
¿Cómo puedo añadir videos en mi tienda online?
¿Cómo puedo ver mi tienda cuando está offline?
¿Quieres "pausar" las compras en tu tienda?
Banner de cookies en tu tienda online
¿Necesitas que te ayudemos?
Estamos aquí para escucharte
Escríbenos
Categorías
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% categories.forEach(function(category) { %>
<%= category.name %>
<% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
<% categories.forEach(function(category, index) { %>
<%= 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 }) %>
<% }); %>
<% var maxSections = 5 %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categorías
<% 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) { %>
Más información
<% } %>
<% } %>