CINXE.COM

ECHEMI Learning Center - Mastering Tactics, Effortlessly Closing Deals

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>ECHEMI Learning Center - Mastering Tactics, Effortlessly Closing Deals</title> <meta name="keywords" content="ECHEMI system practical training, learning about Internet products"/> <meta name="description" content="ECHEMI Learning Center offers a diverse range of contents, including New User, Platform Rules, and Q&amp;As; Online Course provides real-time insights into international trade and effective customer development techniques and more."/> <link rel="canonical" href="https://i.echemi.com/help.html" /> <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/common/css/swiper-bundle.min_ve677de.css"> <link rel="stylesheet" href="https://static-i.echemi.com/static/pc/css/lc_index_v629630.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"> <div class="swiper banner_swiper"> <div class="swiper-wrapper"> <div class="swiper-slide"> <img src="https://static-i.echemi.com/static/pc/images/lc_index/hp-banner-pc_v54f6de.png" alt="Learning Center"> <div class="text"> <h1>Learning Center</h1> <p>Mastering ECHEMI Tactics, Effortlessly Closing Deals</p> </div> </div> </div> </div> </div> <div class="part1"> <div class="width_1260"> <div class="flex flex_b flex_c"> <h2 class="common_title special_font">Recommended Courses</h2> <a class="viewMore" href="https://i.echemi.com/help/echemi-premium-courses.html">More Recommended Courses</a> </div> <div class="recommend_box flex flex_b"> <div class="left_part"> <div class="img_box"> <img class="lazyload" data-src="https://upload.echemi.com/2023/1207/1701916788675.png" alt="Conquering the Global Market Stage Through Chemical Exhibitions Worldwide"> </div> <a href="https://i.echemi.com/course-cms/1524944.html"> <h3 class="title" title="Conquering the Global Market Stage Through Chemical Exhibitions Worldwide">Conquering the Global Market Stage Through Chemical Exhibitions Worldwide</h3> </a> <ul class="flex"> <li class="color2 bg2">intermediate</li> <li class="color3 bg3">Email Marketing Strategies</li> <li class="color4 bg4">premium courses</li> <li class="color5 bg5">2023</li> </ul> <div class="intro"></div> </div> <div class="right_part"> <div class="item"> <div class="img_box"> <img class="lazyload" data-src="https://upload.echemi.com/2023/1026/1698300638695.jpg" alt="Egypt - Chemcial Market Online Insight"> </div> <a href="https://i.echemi.com/course-cms/1434488.html"> <h3 class="title" title="Egypt - Chemcial Market Online Insight">Egypt - Chemcial Market Online Insight</h3> </a> </div> <div class="item"> <div class="img_box"> <img class="lazyload" data-src="https://upload.echemi.com/2023/1026/1698300724558.jpg" alt="Turkey - Chemical Market Online Insight"> </div> <a href="https://i.echemi.com/course-cms/1434487.html"> <h3 class="title" title="Turkey - Chemical Market Online Insight">Turkey - Chemical Market Online Insight</h3> </a> </div> <div class="item"> <div class="img_box"> <img class="lazyload" data-src="https://upload.echemi.com/2023/1026/1698300820717.jpg" alt="Thailand - Food & Nutrition Online Insight"> </div> <a href="https://i.echemi.com/course-cms/1434486.html"> <h3 class="title" title="Thailand - Food & Nutrition Online Insight">Thailand - Food & Nutrition Online Insight</h3> </a> </div> <div class="item"> <div class="img_box"> <img class="lazyload" data-src="https://upload.echemi.com/2023/1026/1698300905146.jpg" alt="UK - Food & Nutrition Online Insight"> </div> <a href="https://i.echemi.com/course-cms/1434485.html"> <h3 class="title" title="UK - Food & Nutrition Online Insight">UK - Food & Nutrition Online Insight</h3> </a> </div> </div> </div> </div> </div> <div class="part2"> <div class="width_1260"> <div class="flex flex_b flex_c"> <h2 class="common_title special_font">New User</h2> <a class="viewMore" href="https://i.echemi.com/help/new-user.html">More New User Courses</a> </div> <div class="newUser_box"> <div class="item"> <a href="https://i.echemi.com/help-cms/1428455.html"> <img class="lazyload" data-src="https://file.echemi.com/fileManage/upload/20231030/y1_20231030145511213.png" alt="Logo Upload"> <h3 class="title" title="Logo Upload">Logo Upload</h3> </a> </div> <div class="item"> <a href="https://i.echemi.com/help-cms/1427828.html"> <img class="lazyload" data-src="https://file.echemi.com/fileManage/upload/20231030/y2_20231030145658813.png" alt="Store Decoration"> <h3 class="title" title="Store Decoration">Store Decoration</h3> </a> </div> <div class="item"> <a href="https://i.echemi.com/help-cms/1427560.html"> <img class="lazyload" data-src="https://file.echemi.com/fileManage/upload/20231030/y3_20231030145756404.png" alt="Sub-account Management - Adding, Setting, and Modifying"> <h3 class="title" title="Sub-account Management - Adding, Setting, and Modifying">Sub-account Management - Adding, Setting, and Modifying</h3> </a> </div> <div class="item"> <a href="https://i.echemi.com/help-cms/1418977.html"> <img class="lazyload" data-src="https://file.echemi.com/fileManage/upload/20231030/y4_20231030145841287.png" alt="Single Product Upload"> <h3 class="title" title="Single Product Upload">Single Product Upload</h3> </a> </div> </div> </div> </div> <div class="part3"> <div class="width_1260"> <div class="flex flex_b flex_c"> <div class="flex"> <img class="title_img lazyload" data-src="https://static-i.echemi.com/static/pc/images/lc_index/wap-5_v3660cf.jpg" alt="Platform Rules"> <h2 class="common_title special_font">Platform Rules</h2> </div> <a class="viewMore" href="https://i.echemi.com/help/platform-rules.html">More Platform Rules</a> </div> <div class="rule_box"> <div class="item"> <img class="lazyload" data-src="https://static-i.echemi.com/static/pc/images/lc_index/pc-1.png" alt="Platform Rules Picture 1"> <a href="https://i.echemi.com/help-cms/1434554.html"><h3 class="title " title="Rules for the Release of Hazardous Chemicals">Rules for the Release of Hazardous Chemicals</h3></a> <div class="text">“Hazardous chemicals” refers to the highly toxic chemicals and other chemicals which are toxic, corrosive, explosive, flammable or combustion-supporting and can harm people, facilities or the environment. Such products are prohibited from being published</div> <a class="detail" href="javascript:void(0)" onclick="viewDetail('https://i.echemi.com/help-cms/1434554.html')" rel="nofollow">VIEW DETAILS</a> </div> <div class="item"> <img class="lazyload" data-src="https://static-i.echemi.com/static/pc/images/lc_index/pc-2.png" alt="Platform Rules Picture 2"> <a href="https://i.echemi.com/help-cms/2054829.html"><h3 class="title " title="Rules for Penalty against Non-compliance on ECHEMI">Rules for Penalty against Non-compliance on ECHEMI</h3></a> <div class="text">These Rules are formulated in order to better regulate the operation order of www.echemi.com, purify its ecological environment and protect the legitimate rights and interests of buyers and sellers. The rules are scheduled to take effect on Oct. 14, 2024.</div> <a class="detail" href="javascript:void(0)" onclick="viewDetail('https://i.echemi.com/help-cms/2054829.html')" rel="nofollow">VIEW DETAILS</a> </div> <div class="item"> <img class="lazyload" data-src="https://static-i.echemi.com/static/pc/images/lc_index/pc-3.png" alt="Platform Rules Picture 3"> <a href="https://i.echemi.com/help-cms/1434561.html"><h3 class="title " title="Announcement on the list of prohibited sales of Prohibited and Controlled Items on ECHEMI">Announcement on the list of prohibited sales of Prohibited and Controlled Items on ECHEMI</h3></a> <div class="text">Echemi.com members must and are responsible for complying with the relevant laws and regulations applicable to their country and any country/region of sale when posting products and transactions.</div> <a class="detail" href="javascript:void(0)" onclick="viewDetail('https://i.echemi.com/help-cms/1434561.html')" rel="nofollow">VIEW DETAILS</a> </div> <div class="item"> <img class="lazyload" data-src="https://static-i.echemi.com/static/pc/images/lc_index/pc-4.png" alt="Platform Rules Picture 4"> <a href="https://i.echemi.com/help-cms/1449327.html"><h3 class="title " title="Specification for Product Release">Specification for Product Release</h3></a> <div class="text">Ensure that the products published on the platform meet the requirements of laws and regulations, and have good quality, safety and compliance.</div> <a class="detail" href="javascript:void(0)" onclick="viewDetail('https://i.echemi.com/help-cms/1449327.html')" rel="nofollow">VIEW DETAILS</a> </div> </div> </div> </div> <div class="part4"> <div class="width_1260"> <div class="flex flex_b flex_c"> <h2 class="common_title special_font">Q&As</h2> <a class="viewMore" href="https://i.echemi.com/help/q-as.html">More Q&As</a> </div> <div class="question_box"> <div class="item"><a href="https://i.echemi.com/help-cms/1429119.html">• Why can not I see anything in the "Verification Code" section when registering?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1429661.html">• Are there any requirements for e-mail addresses when signing up? What should I do if it says "this email has already been used" during registration?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1429883.html">• What are the factors that influence product search rankings?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1430494.html">• How can a free member upgrade to a paid member?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434396.html">• How can I post details of quality products?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434397.html">• Can contact information be added to the product details page?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434406.html">• How to set product keywords?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434403.html">• What is search advertising? How do you set it up?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434398.html">• What is a store inquiry?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434399.html">• What is an RFQ inquiry?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434400.html">• What are the platform's quote rules?</a></div> <div class="item"><a href="https://i.echemi.com/help-cms/1434401.html">• What is the mechanism of inquiry assignment?</a></div> </div> </div> </div> </div> <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">&#xe602;</i></a> <a href="https://x.com/Echemiqd" target="_blank"><i class="iconfont">&#xe86f;</i></a> <a href="http://www.linkedin.com/company/qingdao-echemi-technology-co-ltd" target="_blank"><i class="iconfont">&#xe605;</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">&#xe638;</i> <span>TOP</span> </div> <a href="tel:86-532-55729510" rel="nofollow"> <div class="aside_btn"> <i class="iconfont">&#xe76f;</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">&#xe72b;</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">&#xe810;</i> <div class="tips">WhatsApp</div> </div> </a> </div> <script src="https://static-i.echemi.com/static/common/js/swiper-bundle.min_vd98aff.js"></script> <script> $(function () { var mySwiper = new Swiper('.banner_swiper', { autoplay: { delay: 5000, pauseOnMouseEnter: true, disableOnInteraction: false, },//可选选项,自动滑动 pagination: { el: '.swiper-pagination', clickable :true, }, navigation: { nextEl: '.swiper-next', prevEl: '.swiper-prev', }, }) }) function viewDetail(url) { window.location.href = url; } </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10