<% if(hotLabels.length != 0) { %> <% hotLabels.forEach(function (item) { %>
<%= item.label_name %>
<% }) %> <% } %>
<% if(hotLabels.length != 0) { %> <% hotLabels.forEach(function (item) { %>
<%= item.label_name %>
<% }) %> <% } %>
<% if( status == 200) { %>
Personal Center
My Orders
My Account
Sign out
<% } else { %>
Login
<% } %>
Customer Service
English
English
German
SHOP ALL CATEGORIES
Cart
0
<% if(categories.length != 0){ %> <% categories.forEach(function (item) { %>
<%= item.firstCategory %>
(<%= item.firstCount %>)
<% if(item.secondCategory.length != 0) { %> <% item.secondCategory.forEach(function(secondItem) { %>
<%= secondItem.secondTitle %>
(<%= secondItem.secondCount %> )
<% if(secondItem.thirdTitles.length != 0) { %> <% secondItem.thirdTitles.forEach(function (thirdItem) { %>
<%= thirdItem.thirdTitle %>
<% }) %> <% } %>
<% }) %> <% } %>
<% }) %> <% } %>
Menu
<%- body %>
<% include ../footer/en.ejs %>