電商代購系統;海外代購系統

Noah_WB發表於2023-03-02


什麼是代購系統?

代購業務近年興起的一種購物模式,是幫國外客戶購買中國商品。主要透過外貿代購模式,把淘寶、 等電商平臺的全站商品透過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>
 
            <ul>
                                    <li>
                    <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></span></div>
    <div>
        <ul class="userbox clearfix">
            <li><a href="">工具<span></span></a>
                <ul>
                    <div></div>
                    <li>
<a href="/index/sizecomparison/index.html">
    尺寸對照    </a> </li>                        <li>
                        <a
                            href="/index/page/estimate.html">運費測算</a>
                    </li>
                                        </ul>
            </li>
            <li>
                <a href="/index/help/index.html" target="_blank">幫助中心</a>
            </li>
            <li>
                <a href="">我的賬號<span></span></a>
                <ul>
                    <div></div>
                    <li>
                        <a href="/index/user/index.html">會員中心</a>
                    </li>
                    <li>
                        <a
                            href="/index/member/order/index.html">我的訂單</a>
                    </li>
                    <li>
                        <a
                            href="/index/member/sendorder/index.html">我的運單</a>
                    </li>
                    <li>
                        <a
                            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>
                <a href="/index/user/logout.html" title="注 銷">注 銷</a>
            </li>
                        </ul>
    </div>
</div> </nav>
<div id="SearchNav">
<div class="wrap clearfix">
    <div>
        <a href="/" title="一站式中國代購">
            <img src="/uploads/20200213/80fcadc61ace84f5bfb74947e66a2402.png" alt="一站式中國代購">
        </a>
    </div>
    <div>
        <ul class="select-tab clearfix" style="margin-left: 80px;">
                            <li @click="handlerSelectTp"  data-type="1688" >
                1688                </li>
                            <li @click="handlerSelectTp"  data-type="taobao" >
                淘寶/天貓                </li>
                            <li @click="handlerSelectTp"  data-type="jd" >
                京東                </li>
                        </ul> 
        <div id="searchURLs">
            <div>
                <select name="search-lang" id="search-lang" v-model="searchlang">
                                            <option value="zh-cn">簡體中文</option>
                                            <option value="en">English</option>
                                        </select>
            </div>
            <input type="text" 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 style="background: #FF6904">
                <button type="submit" id="search_btn" @click="handlerKeyword" 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 v-for = "(row,index) in RecommendKeywordList " :key="index">
                <div :data-keywords="row.keyword" @click="handlerHot" v-html="row.keyword"> </div>
            </div>
        </div>
    </div>
    <div>
        <a href="/index/cart/index.html">
            <i class="fa fa-shopping-cart"></i>
            <span id="cart_num">1</span>
        </a>
    </div>
</div>
</div>
<div class="nav_bar ">
<div id="getCategory">
    <ul class="nav_bar_menu clearfix">
        <li id="shipclassli">
            <a> <i></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> > >女裝男裝</span>
                            <i>+</i>
                        </a>
                        <ul>
                                                            <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>


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70026910/viewspace-2937826/,如需轉載,請註明出處,否則將追究法律責任。

相關文章