CINXE.COM
Store Decoration
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Store Decoration</title> <meta name="description" content=""/> <link rel="canonical" href="https://i.echemi.com/help-cms/1427828.html" /> <meta property="og:url" content="https://i.echemi.com/help-cms/1427828.html"> <meta property="og:type" content="article"> <meta property="og:title" content="Store Decoration - ECHEMI.com"> <meta property="og:image" content="https://upload.echemi.com/2023/1016/1697447028803.jpg"/> <meta property="og:image:secure_url" content="https://upload.echemi.com/2023/1016/1697447028803.jpg" /> <meta property="og:image:width" content="410"/> <meta property="og:image:height" content="288"/> <meta property="og:image:alt" content="Store Decoration - ECHEMI.com" /> <meta property="og:description" content=""> <meta property="og:site_name" content="ECHEMI"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:site" content="@Echemiqd"> <meta name="twitter:title" content="Store Decoration - ECHEMI.com"> <meta name="twitter:description" content=""> <meta name="twitter:image:src" content="https://upload.echemi.com/2023/1016/1697447028803.jpg"> <meta itemprop="image" content="https://upload.echemi.com/2023/1016/1697447028803.jpg" /> <link rel="shortcut icon" href="https://static-i.echemi.com/static/common/images/favicon.ico"/> <link rel="bookmark" href="https://static-i.echemi.com/static/common/images/favicon.ico"/> <link rel="icon" href="https://static-i.echemi.com/static/common/images/favicon.ico" type="image/gif" /> <link rel="stylesheet" href="https://static-i.echemi.com/static/pc/css/common.min_v52bdce.css"> <link rel="stylesheet" href="https://static-i.echemi.com/static/pc/css/lc_common_v23f2b2.css"> <link rel="stylesheet" href="https://static-i.echemi.com/static/common/css/public_v82ce45.css"> <link href="https://static-i.echemi.com/static/common/css/fonts/iconfont.min_vb243ee.css" rel="stylesheet"> <script src="https://static-i.echemi.com/static/common/js/jquery-3.3.1.min_v4b57cf.js" type="text/javascript"></script> <script src="https://static-i.echemi.com/static/common/js/loading_v69bb30.js" type="text/javascript"></script> <script src="https://static-i.echemi.com/static/common/js/html5_v0ce8f3.js" type="text/javascript"></script> <script src="https://static-i.echemi.com/static/common/js/i18n_vac29a8.js" type="text/javascript"></script> <script src="https://static-i.echemi.com/static/pc/js/func.min_vc69a7e.js" type="text/javascript"></script> <script src="https://static-i.echemi.com/static/common/js/jquery-ui-1.10.4.min_ve47eed.js"></script> <script src="https://static-i.echemi.com/static/common/js/lazysizes.min_v0812d0.js"></script> <script type="text/javascript"> var webRoot = "https://i.echemi.com"; var webRootAjax = "https://i.echemi.com"; var webRootStaticCdn = "https://static-i.echemi.com/static"; var webRootFileCdn = "https://file.echemi.com/fileManage"; var webRootEn = "https://www.echemi.com"; var webRootZh = "https://zh.echemi.com"; var webRootSupplier = "https://supplier.echemi.com"; var echemiNowLang = "en"; var regExpEmail = "^[a-zA-Z0-9\\.\\-\\+\\_\\&]+@([A-Za-z0-9\\-]+\\.)+[A-Za-z0-9]+$"; var regExpNumber = "^[0-9]+(\\.[0-9]+)?$"; var regExpNotChinese = "^[^\\u4e00-\\u9fa5]*$"; var regExpCasno = "^[0-9]{2,7}-[0-9]{1,2}-[0-9]{1}$"; var regExpPassword = "(?=.*([a-zA-Z].*))(?=.*[0-9].*)[a-zA-Z0-9-*/+.~!@#$%^&*()]{8,18}$"; var regExpTelephone = "^[+]?[\\-0-9]+[0-9]$"; </script> <!-- Google Tag Manager start --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-652012140"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-652012140'); gtag('config', 'UA-163721333-1'); (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-PGNVPDK'); </script> <!-- Google Tag Manager end --><!-- Google Tag Manager (noscript) start --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGNVPDK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- Google Tag Manager (noscript) end --> <script> //获取用户customerId $.ajax({ url: webRootAjax + "/getUserProfileInfo.do", type: "post", data: { url: window.location.href }, dataType: "json", success: function (json) { if (json.success) { var map = json.map var browseChannelInfo = map.browseChannelInfo var userProfileInfo = map.userProfileInfo if (userProfileInfo.customerType != null && userProfileInfo.customerType != '') { var customerType = userProfileInfo.customerType var customerTypeName = userProfileInfo.customerTypeName var customerTypes = customerType.split(',') var customerTypeNames = customerTypeName.split(',') for (var i = 0; i < customerTypes.length; i++) { var param = { 'event': 'add_user_profile', user_profile: { main_category_id: userProfileInfo.mainCategoryId == null ? '' : userProfileInfo.mainCategoryId, main_category_name: userProfileInfo.mainCategoryName == null ? '' : userProfileInfo.mainCategoryName, channel_type: browseChannelInfo.channel_type == null ? '' : browseChannelInfo.channel_type, channel_name: browseChannelInfo.channel_name == null ? '' : browseChannelInfo.channel_name } } if (i == 0) { param.page_view = 1; } else { param.page_view = 0; } param.customer_id = map.userId == null ? '' : map.userId; if (map.userId != null && map.userId != '') { param.user_id = map.userId; } param.user_profile.customer_type = customerTypes[i]; param.user_profile.customer_type_name = customerTypeNames[i]; dataLayer.push(param); } } else { var param = { 'event': 'add_user_profile', user_profile: { main_category_id: userProfileInfo.mainCategoryId == null ? '' : userProfileInfo.mainCategoryId, main_category_name: userProfileInfo.mainCategoryName == null ? '' : userProfileInfo.mainCategoryName, channel_type: browseChannelInfo.channel_type == null ? '' : browseChannelInfo.channel_type, channel_name: browseChannelInfo.channel_name == null ? '' : browseChannelInfo.channel_name } } param.page_view = 1; param.customer_id = map.userId == null ? '' : map.userId; if (map.userId != null && map.userId != '') { param.user_id = map.userId; } param.user_profile.customer_type = ''; param.user_profile.customer_type_name = ''; dataLayer.push(param); } } } }); </script><link rel="stylesheet" href="https://static-i.echemi.com/static/pc/css/lc_newUser_v1c4d8d.css"> </head> <body> <div class="header_box"> <div class="header_top"> <div class="width_1260 flex"> <div class="item flex flex_c"> <i class="iconfont icon-denglu"></i> <a href="javascript:void(0)" rel="nofollow" onclick="goLogin()">Sign in</a> <span class="line"></span> <a href="javascript:void(0)" rel="nofollow" onclick="goRegister()">Join free</a> </div> <div class="item flex flex_c"> <p>For Buyer</p> <i class="iconfont icon-xuelexialajiantou"></i> <ul> <li><a href="https://www.echemi.com/credit.html" target="_blank">Enterprise Credit Report</a></li> <li><a href="https://www.echemi.com/trade-service/market-insights-introduction.html" target="_blank">Market Price & Insight</a></li> <li><a href="https://www.echemi.com/trade-service/trade-data.html" target="_blank">Trade Data</a></li> </ul> </div> <div class="item flex flex_c"> <p>For Supplier</p> <i class="iconfont icon-xuelexialajiantou"></i> <ul> <li><a href="https://www.echemi.com/vipApply.html" target="_blank">Supplier Member Service</a></li> <li><a href="https://www.echemi.com/searchInquiry.html" target="_blank">Accurate Inquiry</a></li> <li><a href="https://www.echemi.com/trade-service/trade-data.html" target="_blank">Trade Data</a></li> <li><a href="https://i.echemi.com/credit/index.html">Buyer Credit Investigation</a></li> <li><a href="https://www.echemi.com/trade-service/market-insights-introduction.html" target="_blank">Market Price & Insight</a></li> </ul> </div> <div class="item flex flex_c"> <p>EN</p> <i class="iconfont icon-xuelexialajiantou"></i> <ul> <li><a href="javascript:void(0)" onclick="changeLang('en')">EN</a></li> <li><a href="javascript:void(0)" onclick="changeLang('zh-cn')">CHN</a></li> </ul> </div> </div> </div> <div class="header_bottom"> <div class="width_1260 flex flex_b"> <div class="logo_box flex flex_c"> <a href="https://www.echemi.com"> <img class="logo" src="https://static-i.echemi.com/static/pc/images/common/logo_v0e95fd.svg" alt="ECHEMI"> </a> <div class="line"></div> <img src="https://static-i.echemi.com/static/pc/images/lc_index/learning%20center.svg" alt=""> <!-- 英文是图片 --> </div> <div class="header_right flex flex_c"> <a href="https://i.echemi.com/help.html">Home</a> <a href="https://i.echemi.com/help/new-user.html">New User</a> <a href="https://i.echemi.com/help/platform-rules.html">Platform Rules</a> <a href="https://i.echemi.com/help/q-as.html">Q&As</a> <a href="https://i.echemi.com/help/echemi-premium-courses.html">ECHEMI Premium Courses</a> </div> </div> </div> </div> <script type="text/javascript"> function changeLang(lang) { $.ajax({ type : "POST", dataType : "JSON", url : webRootAjax + "/common/changeLang.do", data : { lang : lang }, success : function(data) { if (data.success) { //跳转到学习中心首页 window.location.href="https://i.echemi.com/help.html"; } } }); } </script> <div class="main_cont"> <div class="banner_box"> <img src="https://static-i.echemi.com/static/pc/images/lc_index/new-user-banner-pc_vd868b0.png" alt=""> <div class="width_1260"> <div class="crumbs_box"> <a href="https://i.echemi.com/help.html">Learning Center</a> > <a href="https://i.echemi.com/help/new-user.html">New User</a> > <a href="https://i.echemi.com/help/new-user-store-decoration.html">Store Decoration</a> > <span class="comm-results">Store Decoration</span> </div> <!-- 中文的没有下面这个div --> <div class="jump_text"> <span class="span1">Hi,</span> <span class="span2">how can we</span> <span class="span3">help?</span> </div> <div class="search_box"> <input type="text" placeholder="Please enter keywords..." id="searchKeywords" value="" onkeypress="searchKeywordsOnKeypress(event.keyCode)" maxlength="50"> <div onclick="helpCentreSearch()"><i class="iconfont icon-sousuo"></i></div> </div> <form id="helpCentreSearchForm" action="https://i.echemi.com/help/search.html" method="get"> <input type="hidden" id="helpCentreSearchKeyword" name="keywords"/> </form> <script> //按键按下 function searchKeywordsOnKeypress(keyCode) { if (keyCode == 13){ //回车键按下,搜索 helpCentreSearch() } } function helpCentreSearch() { var searchKeywords = $("#searchKeywords").val(); var keywords = encodeURI($.trim(searchKeywords)); $("#helpCentreSearchKeyword").val(keywords); $("#helpCentreSearchForm").submit(); } </script></div> </div> <div class="width_1260"> <div class="flex flex_b m_t_30"> <div class="left_cate_box"> <div class="cate_box"> <div class="cate1_box active"> <div class="cate1_name flex flex_b"> <a href="https://i.echemi.com/help/new-user.html"> <div class="flex flex_c"> <img src="https://static-i.echemi.com/static/pc/images/lc_index/new_v13c1b1.svg" alt=""> <p>New User</p> </div> </a> <i class="iconfont icon-xuelexialajiantou"></i> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/new-user-login-sub-account-management.html"> <div class="cate2_name flex flex_b"> <p>Login & Sub-account Management</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/new-user-company-information-maintenance.html"> <div class="cate2_name flex flex_b"> <p>Company Information Maintenance</p> </div> </a> </div> <div class="cate2_box active"> <a href="https://i.echemi.com/help/new-user-store-decoration.html"> <div class="cate2_name flex flex_b"> <p>Store Decoration</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/new-user-product-upload.html"> <div class="cate2_name flex flex_b"> <p>Product Upload</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/new-user-product-operations.html"> <div class="cate2_name flex flex_b"> <p>Product Operations</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/new-user-store-marketing.html"> <div class="cate2_name flex flex_b"> <p>Store Marketing</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/new-user-quotation-management.html"> <div class="cate2_name flex flex_b"> <p>Quotation Management</p> </div> </a> </div> </div> <div class="cate1_box"> <div class="cate1_name flex flex_b"> <a href="https://i.echemi.com/help/platform-rules.html"> <div class="flex flex_c"> <img src="https://static-i.echemi.com/static/pc/images/lc_index/rule_v899bbf.svg" alt=""> <p>Platform Rules</p> </div> </a> </div> </div> <div class="cate1_box"> <div class="cate1_name flex flex_b"> <a href="https://i.echemi.com/help/q-as.html"> <div class="flex flex_c"> <img src="https://static-i.echemi.com/static/pc/images/lc_index/qa_v49edb0.svg" alt=""> <p>Q&As</p> </div> </a> <i class="iconfont icon-xuelexialajiantou"></i> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-about-echemi-com.html"> <div class="cate2_name flex flex_b"> <p>About ECHEMI.COM</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-login-and-register.html"> <div class="cate2_name flex flex_b"> <p>Login and Register</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-center-of-settlement.html"> <div class="cate2_name flex flex_b"> <p>Center of Settlement</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-shop-administration.html"> <div class="cate2_name flex flex_b"> <p>Shop Administration</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-product-launch-and-management.html"> <div class="cate2_name flex flex_b"> <p>Product launch and management</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-in-site-promotion.html"> <div class="cate2_name flex flex_b"> <p>In-site promotion</p> </div> </a> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/q-as-quotation-management.html"> <div class="cate2_name flex flex_b"> <p>Quotation Management</p> </div> </a> </div> </div> <div class="cate1_box"> <div class="cate1_name flex flex_b"> <a href="https://i.echemi.com/help/announcement.html"> <div class="flex flex_c"> <img src="https://static-i.echemi.com/static/pc/images/lc_index/announce_v2ebce1.svg" alt=""> <p>Announcement</p> </div> </a> <i class="iconfont icon-xuelexialajiantou"></i> </div> <div class="cate2_box"> <a href="https://i.echemi.com/help/announcement-about-trade-data.html"> <div class="cate2_name flex flex_b"> <p>About Trade Data</p> </div> </a> </div> </div> </div> </div> <script> $(function (){ $('.cate1_name i').click(function () { $(this).parents('.cate1_box').toggleClass('active') }) $('.cate2_name i').click(function () { $(this).parents('.cate2_box').toggleClass('active') }) }) </script><div class="detail_cont"> <h1 class="title special_font"> Store Decoration</h1> <div class="flex flex_b m_t_30"> <div class="tag_box flex"> </div> <div class="time_box"> <div><i class="iconfont icon-fabu"></i> <span>ECHEMI</span></div> <div><i class="iconfont icon-31shijian"></i> <span>2023-10-16</span></div> </div> </div> <div class="detail_div"> <p><p style="text-align: center;"> <iframe src="https://upload.echemi.com/2023/1218/1702865893651.mp4" width="400" height="300" allowfullscreen="true"></iframe></p> <p>ECHEMI has customized exclusive store templates for all VIP stores. Suppliers can directly choose to use these templates. The templates come with default banner images that can be used, and you can upload your own designed banner promotional images according to your requirements.</p> <p>The specific steps are as follows:</p> <p>Go to "My Online Store" - "Supplier Information" - "Store Display Management" and select a template that matches your VIP package.</p> <p>Click on "Use Now"</p> <p style="text-align: center;"><img src="https://upload.echemi.com/2023/1016/1697446917680.png" border="0" alt="图片53" /></p> <p style="text-align: center;"><img src="https://upload.echemi.com/2023/1016/1697446918534.png" border="0" alt="图片54" /></p> <p>If you need to add other banner images, select suitable-sized images and upload them to the corresponding positions. Click "Save".</p> <p>If you confirm using all the default content of the template, simply click "Save".</p> <p style="text-align: center;"><img src="https://upload.echemi.com/2023/1016/1697446941489.png" border="0" alt="图片55" /></p> <p>* If you upload other banner images within the decoration template, ECHEMI will review your image information. The review process will be completed within 24 business hours. Until the review is completed, you cannot make further modifications to that section. If you need to make modifications again, you must do so after the review is completed.</p> <p>Note: Some templates do not support In Display a banner in the middle section. If you need a middle section banner, please select an appropriate template. You can use the system's default images or upload your own banner images. Uploaded images will be displayed after they pass the review.</p></p> </div> <div class="other_article"> <div class="flex"> </div> <div class="flex"> <span>Next:</span> <a href="https://i.echemi.com/help-cms/1428455.html">Logo Upload</a> </div> </div> </div> <div> <div class="share_box"> <p>SHARE</p> <ul> <li> <a href="javascript:void(0);" rel="nofollow" id="shareToFacebook" target="_blank"> <span class="facebook"></span> </a> </li> <li> <a href="javascript:void(0);" rel="nofollow" id="shareToLinkdin" target="_blank"> <span class="linkedin"></span> </a> </li> <li> <a href="javascript:void(0);" rel="nofollow" id="shareToTwitter" target="_blank"> <span class="twitter"></span> </a> </li> <li> <a href="javascript:void(0);" rel="nofollow" onclick="wxShow()"> <span class="weixin"></span> </a> </li> </ul> </div> </div> </div> </div> </div> <div class="weixin_modal"> <div class="weixin_cont"> <div class="title"> <p>Scan the QR Code to Share</p> <i class="iconfont" onclick="wxHide()"></i> </div> <div class="code"> <div class="qrcode"></div> </div> </div> </div> <script type="text/javascript" src="https://static-i.echemi.com/static/common/js/jquery.qrcode.min_v05f0b1.js"></script> <div class="index_footer"> <div class="width_1050"> <div class="icon_box"> <span>Follow Us</span> <a href="https://www.facebook.com/echemii/" target="_blank"><i class="iconfont"></i></a> <a href="https://x.com/Echemiqd" target="_blank"><i class="iconfont"></i></a> <a href="http://www.linkedin.com/company/qingdao-echemi-technology-co-ltd" target="_blank"><i class="iconfont"></i></a> </div> <div class="footer_box2"><a href="https://www.echemi.com/cms/1416504.html">China's Top 100 Industrial Digitalization Enterprises List</a> <br> The Drafting Unit of the "Specification for Operation and Management of Self-build Cross-border E-commerce Website" of the CCPIT</div> <p class="reference"><a href="http://beian.miit.gov.cn" style="color: #AAB7CC;" target="_blank" rel="nofollow">鲁ICP备16009155号-1</a> | Copyright@Qingdao ECHEMI Digital Technology Co., Ltd.</p> </div> </div> <div class="aside_box aside_box_en"> <div class="aside_btn go_top"> <i class="iconfont"></i> <span>TOP</span> </div> <a href="tel:86-532-55729510" rel="nofollow"> <div class="aside_btn"> <i class="iconfont"></i> <div class="tips">86-532-55729510</div> </div> </a> <a href="javascript:void(0);" rel="nofollow" onclick="openSkypeChat('live:.cid.c0ad877627c63191')"> <div class="aside_btn skype"> <i class="iconfont"></i> <div class="tips">Skype</div> </div> </a> <a href="https://api.whatsapp.com/send?phone=8615853232676" target="_blank" rel="nofollow"> <div class="aside_btn"> <i class="iconfont"></i> <div class="tips">WhatsApp</div> </div> </a> </div> <script> $(document).ready(function () { /*动态修改分享连接*/ var shareToTwitterUrl = "https://x.com/intent/tweet?url=" + encodeURIComponent(document.location.href) + "&text=" + encodeURIComponent(document.title); $("#shareToTwitter").attr("href", shareToTwitterUrl); $("#shareToTwitter1").attr("href", shareToTwitterUrl); var shareToFacebookUrl = "https://www.facebook.com/sharer.php?u=" + encodeURIComponent(document.location.href) + "&t=" + encodeURIComponent(document.title); $("#shareToFacebook").attr("href", shareToFacebookUrl); $("#shareToFacebook1").attr("href", shareToFacebookUrl); var shareToLinkdinUrl = "https://www.linkedin.com/shareArticle?mini=true&url=" + encodeURIComponent(document.location.href) + "&title=" + encodeURIComponent(document.title); $("#shareToLinkdin").attr("href", shareToLinkdinUrl); $("#shareToLinkdin1").attr("href", shareToLinkdinUrl); /*动态修改分享连接*/ }) /* 点微信图标,触发二维码弹出层显示 */ function wxShow() { $('.qrcode').html(""); /* 生成二维码 */ $(".qrcode").qrcode({ text: document.location.href, //设置二维码内容 correctLevel:0, width: 200, //设置宽度,默认生成的二维码大小是 256×256 height: 200, //设置高度 typeNumber: -1, //计算模式 background: "#ffffff", //背景颜色 foreground: "#000000" //前景颜色 }); $('.weixin_modal').show(); } /* 关闭二维码弹出层 */ function wxHide() { $('.weixin_modal').hide(); } </script> <style> .footer_zh { margin-top: 70px; } </style> </body> </html>