주 콘텐츠로 건너뛰기
z3nkocommerce
탐색 메뉴 토글
Back to website
커뮤니티
문의 등록
로그인
ZenKo커머스
커뮤니티
기능 요청
기능 요청
모두 표시
모두
예정됨
예정되지 않음
완료
답변함
상태 없음
최신 게시물별 정렬
최신 게시물
최근 활동
투표 수
댓글 수
사용자들이 기능 요청을 제출할 수 있도록 하는 방법이 있습니까?
Zendesk Support
2024년 06월 17일 13:54
0
표
0
댓글
원하는 것을 찾지 못하셨나요?
새 게시물
Popular searches:
,
<% var getColumnClasses = function(columnNumber) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Additional resources
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Can't find what you're looking for?
Get assistance from our helpful team
Contact us
<% if (activeSectionId) { var activeSection = sections.filter(function(section) { return section.id === activeSectionId; })[0] || null; if (activeSection) { sections = sections.filter(function(section) { if (activeSection['parent_section_id'] === null) { return section['category_id'] === activeSection['category_id'] && section['parent_section_id'] === null; } return section['parent_section_id'] === activeSection['parent_section_id']; }); } } else if (activeCategoryId) { sections = sections.filter(function(section) { return section['category_id'] === activeCategoryId && section['parent_section_id'] === null; }); } %>
All topics
All topics
<% sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
카테고리
카테고리
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% 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) { %>
더보기
<% } %>
<% } %>
Zendesk 제공