跳至主內容
Switzerland (Deutsch)
Switzerland (Français)
Switzerland (Italiano)
Belgium (Nederlands)
Belgium (Français)
我們能幫助您什麼?
搜尋
PRO360 Help Center
PRO360 功能
分店管理
分店管理
PRO360 中的「分店」功能是什麼?
為什麼我需要設置分店?
如何設置主要商店帳號?
如何為我的公司創建或邀請新分店?
為什麼我不能邀請我的層級中的分店?
我可以稍後更改主要商店帳號嗎?
我可以從我的主要帳號刪除分店嗎?
主要商店帳號擁有什麼訪問權限?
當分店加入主要商店帳號時會發生什麼?
分店的員工可以在各帳號之間存取客戶數據嗎?
分店可以屬於多個主要商店帳號嗎?
如果分店管理員未接受邀請會發生什麼情況?
熱門搜索:聯絡
,
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (!block.description) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
找不到您要的內容?
我們的專家團隊隨時為您提供幫助
聯絡我們
類別
<% 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 %>
切換導覽功能表
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
<% if (categories.length) { %>
類別
<% 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) { %>
檢視更多
<% } %>
<% } %>