CINXE.COM
Help - About Us
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge,Chrome=1" /> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <title>Help - About Us</title> <meta name="keywords" content=""> <meta name="description" content=""> <link type='text/css' rel='stylesheet' href='https://style.infospaceinc.com/myres/css/common.css' media='all' /> <script type="text/javascript" src="https://style.infospaceinc.com/min/?b=myres/js&f=jquery-1.9.1.min.js,jquery-migrate-1.2.1.min.js,jump.js,MSClass.js,projector.js"></script> <link rel="icon" href="https://www.infospaceinc.com/infospaceinc.com.ico"></head> <style> @font-face{font-family:myFirstFont;src:url('/res/fonts/OpenSans-Regular.ttf'),url('/res/fonts/OpenSans-Regular.eot')} </style> <body> <div class="cont_main_whole" id="pageIndex2"> <div class="cont_main_whole_inner"> <script type="text/javascript"> function jumpLogin() { window.location.href = "https://uc.ecer.com/home/login?app_id=200402&app_redirect="+location.href; } </script> <div class="f_head_top"> <table> <tr> <td id ="head_login" class="l"> <span onclick="jumpLogin()" style="cursor:pointer;">Sign In</span> | <a rel="nofollow" href="https://uc.ecer.com/reg.php">Join Free</a> | <strong><a rel="nofollow" href="//www.infospaceinc.com">My infospaceinc.com</a></strong> </td> <td class="r "> <ul class="n"> <li class="l b hl_1" id='dropmenu1'> <span class="m" >For Buyers<i class="p"></i></span> <ul class="u_b" style="display:none" id="menu1"> <li class="u_l"><a href="https://www.infospaceinc.com/product/">Search Products</a></li> <li class="u_l"><a href="https://www.infospaceinc.com/wholesaler/">Find China Suppliers</a></li> <li class="u_l"><a rel="nofollow" href="https://www.infospaceinc.com/index.php?r=report/report">Post Sourcing Request</a></li> </ul> </li> <li class="l b hl_1" id='dropmenu2'> <span class="m" >For Suppliers<i class="p"></i></span> <ul class="u_b" style="display:none" id="menu2"> <li class="u_l"><a href="https://www.infospaceinc.com/wholesaler/">Search Suppliers</a></li> <li class="u_l"><a href="https://www.infospaceinc.com/static/privacy-policy-3164.html">Privacy Policy</a></li> </ul> </li> <li class="l hl_s" ><span class="m" id="cart_top"><i class="c"></i>Inquiry Basket(<span class="num" id="num">0</span>)</span></li> </ul> </td> </tr> </table> <script type="text/javascript"> var domain = 'aHR0cDovL3VjLmVjZXIuY29tL2luZGV4LnBocD9yPXVzZXIvaW5kZXg='; domain = base64decode(domain); function menu(){ var outer=document.getElementById("dropmenu1"); var menu1 = document.getElementById("menu1"); outer.onmouseover=function(){ menu1.style.display="block"; } menu1.onmouseover=function(){ menu1.style.display="block"; } outer.onmouseout=function(){ menu1.style.display="none"; } menu1.onmouseout=function(){ menu1.style.display="none"; } var outer2=document.getElementById("dropmenu2"); var menu2 = document.getElementById("menu2"); outer2.onmouseover=function(){ menu2.style.display="block"; } menu2.onmouseover=function(){ menu2.style.display="block"; } outer2.onmouseout=function(){ menu2.style.display="none"; } menu2.onmouseout=function(){ menu2.style.display="none"; } } function clearCookie(name) { var exp=new Date();exp.setTime(exp.getTime()-10);document.cookie=name+"="+escape(value)+";expires="+exp.toGMTString(); } function logout() { clearCookie('sso_access_token') window.location.href = "https://uc.ecer.com/home/logouts?app_redirect="+location.href; return false; $('#LoadingStatus').show(); $.ajax({ type:"POST", url:"/index.php?r=user/ajaxlogout", dataType:'json', success: function(msg){ if(msg['status'] == true){ $('#LoadingStatus').hide(); $('#login').show(); $('#login_ok').hide(); var html1 = "<a rel='nofollow' href='http://uc.infospaceinc.com/login.php'>Sign In</a> | <a rel='nofollow' href='http://uc.infospaceinc.com/reg.php'>Join Free</a> | <strong><a rel='nofollow' href='//www.infospaceinc.com'>My infospaceinc.com</a></strong>"; $('#head_login').html(html1); $('#publish').attr('href',domain); }else{ $('#LoadingStatus').hide(); alert(msg['error']); } } }); } function updateLoginStatus(msg) { if (msg['status'] == true) { $('#login').hide(); $('#user').text(msg['user']); if (msg['pay']) { $('#pay').text('(' + msg['pay'] + ')'); } if (msg['unpaid']) { $('#unpaid').text('(' + msg['unpaid'] + ')'); } if (msg['pass']) { $('#pro_pass').text('(' + msg['pass'] + ')'); } if (msg['nopass']) { $('#pro_nopass').text('(' + msg['nopass'] + ')'); } $('#login_ok').show(); var html1 = "Welcome,<a href='"+msg['url']+"' >" + msg['user'] + " </a>"; html1 += " | <a href='javascript:void(0)' onclick='logout()'>Sign out </a> | <strong><a href='//www.infospaceinc.com'>My infospaceinc.com</a></strong>"; $('#head_login').html(html1); $('#publish').attr('href', msg['url']); } } function clearCookie(name) { var exp=new Date();exp.setTime(exp.getTime()-10);document.cookie=name+"="+escape("")+";expires="+exp.toGMTString(); } $(function() { //通过code字段去拿已登录sso_access_token //有sso_access_token则存cookie 更新登录态 无则页面不做处理 //链接上没code 取cookie中sso_access_token 检查是否有效 有效则更新登录态 cookie没有sso_access_token则不做任何处理 var sso_access_token = getCookie("sso_access_token"); if(sso_access_token && sso_access_token != "undefined") { $.ajax({ type: "GET", url: "/index.php?r=user/VerifyToken", data: '&token='+sso_access_token, dataType: 'json', cache: 'false', success: function (msg) { updateLoginStatus(msg); } }); } else { s = location.search; if(s) { s = s.split('?'); if(s.length>1){ s = s[1]; var f = s.indexOf('code'); if(f != -1) { var arr = s.split('&'); for(var i = 0;i<arr.length; i++){ var info = arr[i].split('=',2); var n = info[0]; var v = info[1]; if(n == "code") { $.ajax({ type: "GET", url: "/index.php?r=user/ajaxGetLoginUser", data: '&code='+v, dataType: 'json', cache: 'false', success: function (msg) { updateLoginStatus(msg); } }); } } } } } } menu(); }); </script> </div> </div> </div> <div class="cont_main_box" id="pageIndex5"> <div class="cont_main_box_inner"> <div class="f_portal_header_main" id="header"> <div class="top"> <div class="logo"><a href="/"><img src="https://style.infospaceinc.com/myres/logo/infospaceinc.com.png" alt="infospaceinc.com"></a></div> <div class="menu" id="menu"> <ul> <li ><a href="/" title="Home">Home</a><span></span></li> <li ><a href="https://www.infospaceinc.com/product/" title="Porducts">Products</a><span></span></li> <li ><a href="https://www.infospaceinc.com/wholesaler/" title="Suppliers">Suppliers</a><span></span></li> </ul> </div> <div class="clear"></div> </div> <div class="top_search"><span></span> <div class="top_box_y"> <form name="head_search" action="/index.php?r=search/search" method="POST" onsubmit="return check_form();"> <div class="input_box_y"><input name="keyword" id="keyword" placeholder="What are you looking for..." value="" type="text" class="search_text"></div> <dl class="select_box_y"><dd><select name="kwtype" id="kwtype"> <option value="product" selected="true">Products</option> <option value="company">Suppliers</option> </select></dd></dl> <input name="submit" type="submit" value="" class="search_b"> </form> <p><a href="https://www.infospaceinc.com/index.php?r=submiturl/commint" rel="nofollow" title="提交网站">提交网站</a></p> </div> <span class="right_bg"></span> </div> <script type="text/javascript"> function check_form(){ if($('#keyword').val()==''){ alert('Please enter keyword!'); return false; } return true; } </script> <script type="text/javascript"> $(function(){ $('#keyword').focus(); var domain = 'aHR0cDovL3VjLmVjZXIuY29tL2luZGV4LnBocD9yPXVzZXIvaW5kZXg='; domain = base64decode(domain); }); function logout() { $('#LoadingStatus').show(); $.ajax({ type:"POST", url:"https://www.infospaceinc.com/index.php?r=user/ajaxlogout", dataType:'json', success: function(msg){ if(msg['status'] == true){ $('#LoadingStatus').hide(); $('#login').show(); $('#login_ok').hide(); var html1 = '<a href="https://uc.infospaceinc.com/login.php">Sign In</a> | <a href="https://uc.infospaceinc.com/reg.php">Join Free</a> | <strong><a href="//www.infospaceinc.com">My infospaceinc.com</a></strong>'; $('#head_login').html(html1); $('#publish').attr('href',domain); }else{ $('#LoadingStatus').hide(); alert(msg['error']); } } }); } </script> </div> </div> </div> <div class="cont_main_box" id="pageIndex3"> <div class="cont_main_box_inner"> <div class="s_static_intro"> <div style="height:35px;"> <div class="head-nav navbar-fixed-top" id="navID"> <div class="main-nav"> <ul class="about_nav_wrap"> <li ><a href="https://www.infospaceinc.com/static/about-us-3161.html"><span>About Us</span></a></li> <li ><a href="https://www.infospaceinc.com/static/contact-us-3162.html"><span>Contact Us</span></a></li> <li class="active"><a href="https://www.infospaceinc.com/static/help-3163.html"><span>Help</span></a></li> <li ><a href="https://www.infospaceinc.com/static/privacy-policy-3164.html"><span>Privacy Policy</span></a></li> </ul> </div> </div> </div> <div class="main-wrap"> <div class="grid-l fl navbar-fixed-left" id="leftID"> <ul> <li ><a href="https://www.infospaceinc.com/static/about-us-3161.html">About Us</a></li> <li ><a href="https://www.infospaceinc.com/static/contact-us-3162.html">Contact Us</a></li> <li class="active"><a href="https://www.infospaceinc.com/static/help-3163.html">Help</a></li> <li ><a href="https://www.infospaceinc.com/static/privacy-policy-3164.html">Privacy Policy</a></li> </ul> <div class="left_bg"></div> </div> <div class="grid-r fr"> <div class="bg_2014"> <div class="cb"></div> <h1 class="title_about">Help</h1> <div class="cb"></div> <div class="disc_wrap" style="padding-bottom: 60px; padding-left: 0px; padding-right: 0px; background: url(/myres/images/news_21.gif) no-repeat 100% 0px; color: #333; font-size: 13px; padding-top: 0px"> <div class="grid-r"> <p style="white-space: normal;"><br/></p><p><strong><span style="font-family: Verdana; font-size: 14px;">Free Membership</span></strong></p><p style="white-space: normal;"><span style="font-size: 12px; font-family: 微软雅黑, 'Microsoft YaHei';"></span><br/></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">Our site currently holds hundreds of thousands of suppliers and buyers from countries as its members, and thenumber of members is rapidly growing. More than 1million business people are visiting our Web site every month to find their business partners.<br/></span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">To fully utilize benefits and services of </span><span style="font-family: Verdana; font-size: 14px;">infospaceinc.com</span><span style="font-family: Verdana; font-size: 14px;">, should join our site as a member. Click "Join now" to register as a member of <span style="font-family: Verdana; font-size: 14px;">infospaceinc.com</span>.</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;"> </span></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">Free Membership</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">For Buyers</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">It is free to buy on <span style="font-family: Verdana; font-size: 14px;">infospaceinc.com</span>. With a free membership you can use our sourcing tools, send inquiries to suppliers, and post your Buying Leads, all free of charge.</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">For Sellers</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">Free members may also post products to sell, search for buyers and contact certain buyers who accept quotations from free members.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">Where do I start if I want to buy?</span></strong><span style="font-family: Verdana; font-size: 14px;"><br/></span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">we are an online B2B (business to business) trade platform connecting buyers and suppliers worldwide. Finding the products you need right here is simple:<br/></span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">1. Go to the homepage</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">2. Enter the name of the product you want in the search bar</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">3. Click Search</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">Click on a product in the search results to find out more about the product. On each product page, you can send messages to the supplier by clicking Contact Now or Inquire Now. Our platfome is not a trading company or a manufacturer/buying office and we are not involved in transactions between our members. If you are interested in the products on our site, simply contact the supplier directly about the price and transaction details.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">To increase your chances of finding suitable suppliers, post your requirements in a Buying Lead. Buying Leads are free wanted ads that tell suppliers exactly what you want to buy making it easier to attract the right suppliers.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">How to find my interested products?</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">You can find your interested products by two ways: click the categories of Product Directory step by step, or search the product by keyword.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">How to use Search?</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">You can search for products and companies in Homepage and Product Directory; and search for offers in Homepage and Offer Board.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">How do I contact suppliers?</span></strong><span style="font-family: Verdana; font-size: 14px;"><br/></span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">There are many ways to contact suppliers if you are interested in a specific product:<br/></span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">1. Click on the button of Inquire Now or Contact Now either the product listing or product details pages to send an inquiry direct to the supplier</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">2. Try the phone number and/or fax number listed on the showroom of the suppliers.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">For buyers, how to search for China manufacturer, China factory?</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">1. Use keywords or search Product Directory, which is an ever-expanding database of China products and China manufacturers/factories/suppliers. Find detailed company and product information. And contact any company (member only) online.</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">2. Post offers to buy (member only) on Offer Board. Qualified manufacturers may then contact you for further negotiation.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">What is the function of Advanced/Refine Search?</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">Advanced/Refine Search can make your search result more accurate by narrowing down your search scope. You can</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">1. Search products, offers and companies by keywords</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">2. Search under a certain category<br/></span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">3. Search in a certain province</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">4. Search among all the suppliers or Premium China Suppliers only.</span></p><p style="white-space: normal;"><br/></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">How to report fraud supplier?</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">1. Go to the homepage<br/></span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">2. click the button of Report fraud supplier</span></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;"> <br/></span></p><p style="white-space: normal;"><strong><span style="font-family: Verdana; font-size: 14px;">How to delete a Buying Request?</span></strong></p><p style="white-space: normal;"><span style="font-family: Verdana; font-size: 14px;">Any problem you can sending e-mail to <span style="font-family: Verdana; font-size: 14px;">nfospaceinc</span>#maoyt.com. (Please # replaced @)</span></p><p><br/></p> </div> </div> </div> </div> <div class="cb"></div> </div> </div> </div> </div> <div class="cont_main_whole footer_bg" id="pageIndex5"> <div class="cont_main_whole_inner"> <div class="f_feature_company"> <table cellspacing="0" cellpadding="0"> <tbody><tr> <td valign="top"> <ul> <li class="t hl_s"><a href="https://www.infospaceinc.com/static/help-3163.html">Customer Services</a></li> <li class="l"><a rel="nofollow" href="https://www.infospaceinc.com/static/contact-us-3162.html">Contact Us</a></li> <li class="l"><a rel="nofollow" href="//www.infospaceinc.com/index.php?r=report/report">Submit Complaint</a></li> <li class="l"><a rel="nofollow" href="https://www.infospaceinc.com/static/privacy-policy-3164.html">Privacy Policy</a></li> <li class="l"><a rel="nofollow" href="https://www.infospaceinc.com/static/help-3163.html">Help Center</a></li> </ul> </td> <td valign="top"> <ul> <li class="t hl_s"><a href="https://www.infospaceinc.com/static/about-us-3161.html">About Us</a></li> <li class="l"><a rel="nofollow" href="https://www.infospaceinc.com/static/about-us-3161.html">About Us</a></li> <li class="l"><a rel="nofollow" href="https://uc.ecer.com/reg.php?src=infospaceinc.com">Join Us</a></li> </ul> </td> <td valign="top"> <ul> <li class="t hl_s"><a href="//www.infospaceinc.com">Buy On Us</a></li> <li class="l"><a href="https://www.infospaceinc.com/product/">By Category</a></li> <li class="l"><a href="//m.infospaceinc.com" target="_blank">By Mobile</a></li> </ul> </td> <td valign="top"> <ul> <li class="t hl_s"><a href="//www.infospaceinc.com">Sell On Us</a></li> <li class="l"><a rel="nofollow" href="https://www.infospaceinc.com/static_cn/3167.html">Supplier Membership</a></li> <li class="l"><a href="https://www.infospaceinc.com/wholesaler/">Selling Lead</a></li> </ul> </td> <td valign="top"> <div class="w"></div> <ul class="icon hl_s"> <li class="i_t"><a href="javascript: void(window.open('http://www.facebook.com/share.php?u='.concat(encodeURIComponent(location.href)) ));">Like Us</a></li> <li class="i_f"><a href="javascript: void(window.open('http://twitter.com/home/?status='.concat(encodeURIComponent(document.title)) .concat(' ') .concat(encodeURIComponent(location.href))));">Follow Us</a></li> </ul> </td> </tr> </tbody></table> </div> <div class="f_footer_main"> <p> <span style="font-weight: bold;font-family:arial;">Friendly Links: </span> <a href="https://www.everychina.com/" title="www.everychina.com" target="_blank">www.everychina.com</a> </p> <p><a href="//www.infospaceinc.com" title="Home">Home</a>| <a href="https://www.infospaceinc.com/product/" title="Products">Products</a>| <a href="https://www.infospaceinc.com/wholesaler/" title="Supplier">Suppliers</a>| <a href="https://www.infospaceinc.com/sitemap.html" title="Site Map">Site Map</a> |<a href="https://www.infospaceinc.com/static/about-us-3161.html" rel="nofollow" title="About Us">About Us</a> |<a href="https://www.infospaceinc.com/static/contact-us-3162.html" rel="nofollow" title="Contact Us">Contact Us</a> |<a href="https://www.infospaceinc.com/static/help-3163.html" rel="nofollow" title="Help">Help</a> |<a href="https://www.infospaceinc.com/static_cn/3165.html" rel="nofollow" title="关于我们">关于我们</a> |<a href="https://www.infospaceinc.com/static_cn/3166.html" rel="nofollow" title="联系我们">联系我们</a> <div class="bottom"> <p>Copyright © 2009 - 2024 infospaceinc.com. All rights reserved. <a href="http://beian.miit.gov.cn" target="_blank" rel="nofollow" title="beian"></a></p> <p></p> </div> </div> </div> </div> </body> <script type='text/javascript' src='https://style.infospaceinc.com/myres/js/cart-common.js'></script> </html>