代购业务场景:

代购业务近年兴起的一种购物模式,是帮国外客户购买中国商品。主要通过外贸代购模式,把淘宝、 天猫等电商平台的全站商品通过API接入到你的网站上,瞬间就可以架设一个有数亿产品的大型网上商城,而且可以 把这些中文的商品全部自动翻译成各国语言,能让国外客户看懂,直接在网站上下单,然后网站运营方代为购买再邮 寄给客户,收取商品差价以及代购费和运费,利润可观,市场巨大。目前跨境电子商务基本上都是采取的这种模式。 代购系统支持: 1.代购流程:国外用户选择当地语言当地货币支付选择订购淘宝商品并且支付商品费用,后台根据前端用户采购商品属性进行淘宝采购下单,然后发货至中国物流仓,中国物流仓打包称重后前端用户根据收货地址选择对应的物流下单付款,后台收到付款后安排配套物流派送,前端收货。 2.代运流程:支持电商平台以外商品下单,流程和代购流程后续流程一致 3.OEM外贸工厂定制流程:系统可接受国外用户打样定制 4.自营商城模式:系统支持后台上传自营商城至前端展示 5.代购app支持上架至谷歌市场和苹果ios市场,支持微信小程序,公众号 6.支持在线支付,线下支付,多语言,多货币,优惠券系统,积分系统,会员等级,拼团,拼邮等功能。 7.支持定制

只演示一部分源码:

<meta charset="utf-8"> <title>OneBuy – 淘宝、天猫、京东、1688海量商品代购服务</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="renderer" content="webkit">

货币

        <div class="dropdown">


           <ul class="lang">

                                   <li class="active">

                   <a href="?lang=zh-cn">简体中文                            <i class="fa fa-check"></i>

                                               </a>

               </li>

                                   <li class="">

                   <a href="?lang=en">English                        </a>

               </li>

                               </ul>

       </div>

   </div>

   <div class="topbar__toggle text-default" id="datetime" style="display: none;"><span>北京时间:</span><span class="time"></span></div>

   <div class="topbar__user">

       <ul class="userbox clearfix">

           <li class="userbox__item"><a href="">工具<span class="arrowDG"></span></a>

               <ul>

                   <div class="pull_arrow"></div>

                   <li>

<a href="/index/sizecomparison/index.html" class="userbox__list">

   尺寸对照    </a> </li>                        <li>

                       <a class="userbox__list"

                           href="/index/page/estimate.html">运费测算</a>

                   </li>

                                       </ul>

           </li>

           <li class="userbox__item">

               <a href="/index/help/index.html" target="_blank">帮助中心</a>

           </li>

           <li class="userbox__item">

               <a href="">我的账号<span class="arrowDG"></span></a>

               <ul>

                   <div class="pull_arrow"></div>

                   <li>

                       <a class="userbox__list" href="/index/user/index.html">会员中心</a>

                   </li>

                   <li>

                       <a class="userbox__list"

                           href="/index/member/order/index.html">我的订单</a>

                   </li>

                   <li>

                       <a class="userbox__list"

                           href="/index/member/sendorder/index.html">我的运单</a>

                   </li>

                   <li>

                       <a class="userbox__list"

                           href="/index/member/shipforme/index.html">国际转运</a>

                   </li>

               </ul>

           </li>

                           <li class="userbox__item user">

               <a title="会员中心" href="/index/user/index.html">

                   <i class="fa fa-user"></i>

                   test                    </a>

                               </li>

           <li class="userbox__item">

               <a href="/index/user/logout.html" title="注 销">注 销</a>

           </li>

                       </ul>

   </div>

</div> </nav>

<div class="header-warp" id="SearchNav">

<div class="wrap clearfix">

   <div class="head-logo">

       <a href="/" title="一站式中国代购">

           <img src="/uploads/20200213/80fcadc61ace84f5bfb74947e66a2402.png" alt="一站式中国代购">

       </a>

   </div>

   <div class="searchcon">

       <ul class="select-tab clearfix" style="margin-left: 80px;">

                           <li @click="handlerSelectTp"  data-type="1688" >

               1688                </li>

                           <li @click="handlerSelectTp"  data-type="taobao" class="selected" >

               淘宝/天猫                </li>

                           <li @click="handlerSelectTp"  data-type="jd" >

               京东                </li>

                       </ul>  

       <div class="input-group" id="searchURLs">

           <div class="input-group-addon">

               <select name="search-lang" id="search-lang" class="form-control" v-model="searchlang">

                                           <option value="zh-cn">简体中文</option>

                                           <option value="en">English</option>

                                       </select>

           </div>

           <input type="text" class="form-control" id="myPanli" name="keyword" v-model="keyword"

           placeholder="请输入商品Url或者关键字" value="" >

                           <div class="input-group-addon camera" >

               <i class="fa fa-camera"></i>

               <input type="file" accept="image/*" @change="handlerSelectImage" >

           </div>

                           <span class="input-group-btn" style="background: #FF6904">

               <button type="submit" id="search_btn" @click="handlerKeyword" class="btn-u" style="width: 100%;">搜索</button>

           </span>

       </div>

       

       <div v-clock id="recommendKeyword" :class="{show:!!isDisplayRecommend}" v-if="!!isDisplayRecommend && RecommendKeywordList && RecommendKeywordList.length > 0"  

           @mouseleave="handlerMouseLeve"

           @mouseenter="handlerMouseEnter"

           >

           <div class="kword" v-for = "(row,index) in RecommendKeywordList " :key="index">

               <div :data-keywords="row.keyword" @click="handlerHot" v-html="row.keyword"> </div>

           </div>

       </div>

   </div>

   <div class="head-cart">

       <a href="/index/cart/index.html" class="head-cart-a">

           <i class="fa fa-shopping-cart"></i>

           <span id="cart_num">1</span>

       </a>

   </div>

</div>

</div>

<div class="nav_bar ">

<div class="wrap" id="getCategory">

   <ul class="nav_bar_menu clearfix">

       <li id="shipclassli">

           <a class="menu_categories"> <i class="category-icon"></i>分类</a>

                           <div>

               <ul id="shipclassul" class="navbarbox arrowDG_menu">

                                           <li class="">

                       <a target="_blank" title="女装男装" href="/index/shop/index.html?tp=taobao&keyword=%E5%A5%B3%E8%A3%85%E7%94%B7%E8%A3%85">

                           <span class="text"> &gt; &gt;女装男装</span>

                           <i class="cate_right">+</i>

                       </a>

                       <ul class="subcat">

                                                           <li>

                               <h4><a href="/index/shop/index.html?tp=taobao&keyword=%E7%BE%BD%E7%BB%92%E6%9C%8D">羽绒服</a></h4>

                               <div>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E8%BD%BB%E8%96%84%E6%AC%BE">轻薄款</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E9%95%BF%E6%AC%BE">长款</a>

                                                                       </div>

                           </li>

                                                           <li>

                               <h4><a href="/index/shop/index.html?tp=taobao&keyword=%E5%A4%96%E5%A5%97%E4%B8%8A%E8%A1%A3">外套上衣</a></h4>

                               <div>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E5%A4%96%E5%A5%97">外套</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E9%A3%8E%E8%A1%A3">风衣</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E7%9C%9F%E7%9A%AE%E7%9A%AE%E8%A1%A3">真皮皮衣</a>

                                                                       </div>

                           </li>

                                                           <li>

                               <h4><a href="/index/shop/index.html?tp=taobao&keyword=%E5%AE%B6%E5%B1%85%E6%9C%8D">家居服</a></h4>

                               <div>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E7%9D%A1%E8%A1%A3%E5%A5%97%E8%A3%85">睡衣套装</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E7%9D%A1%E8%A3%99">睡裙</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E5%A4%96%E7%A9%BF%E5%AE%B6%E5%B1%85">外穿家居</a>

                                                                       </div>

                           </li>

                                                           <li>

                               <h4><a href="/index/shop/index.html?tp=taobao&keyword=%E6%97%B6%E5%B0%9A%E7%94%B7%E8%A3%85">时尚男装</a></h4>

                               <div>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E7%88%B8%E7%88%B8%E8%A3%85">爸爸装</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E7%A7%8B%E5%86%AC%E5%A4%96%E5%A5%97">秋冬外套</a>

                                                                       </div>

                           </li>

                                                           <li>

                               <h4><a href="/index/shop/index.html?tp=taobao&keyword=%E6%BD%AE%E6%B5%81%E5%A5%B3%E8%A3%85">潮流女装</a></h4>

                               <div>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E7%BE%BD%E7%BB%92%E6%9C%8D">羽绒服</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E6%AF%9B%E5%91%A2%E5%A4%A7%E8%A1%A3">毛呢大衣</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E6%AF%9B%E8%A1%A3">毛衣</a>

                                                                           <a href="/index/shop/index.html?tp=taobao&keyword=%E5%86%AC%E5%AD%A3%E5%A4%96%E5%A5%97">冬季外套</a>