AllValue

中文

  • 中文
  • 繁体中文
  • English
  • 日本語

AllValue

中文

  • 中文
  • 繁体中文
  • English
  • 日本語
  • 首页
  • 产品特性
  • 解决方案

    • 经营场景

      • 国货品牌DTC出海解决方案
      • 国际版微信小程序解决方案
      • B2B解决方案
      • 品牌区域多站点解决方案
    • 运营与营销

      • 分销联盟解决方案
      • 社群营销解决方案
      • 极致移动解决方案
    • 出海国家

      • 北美出海解决方案
  • 商家服务

    • 品牌出海

      • 装修与建站服务
      • 选品指导服务
      • 中国100品牌出海计划
    • 社交营销

      • 网红营销服务
      • 北美社群营销服务
    • 广告投放

      • Google广告投放服务
      • Facebook广告投放服务
  • 套餐价格
  • 跨境学堂

    • 有料学堂

      • 有料学堂
      • 有料公开课
      • 系列专业课
    • 头条博客

      • 头条博客
      • 公司动态
    • 跨境社区

      • 跨境社区
  • 主题模板

    • 全部模板

    • 精选模板

  • 关于我们

    • 品牌故事

    • 联系我们

    • 合作伙伴

  1. 头条博客
  2. 独立站
  3. 建立代码精彩片段若想为礼品包装选择

建立代码精彩片段若想为礼品包装选择

2022-05-30 13:42:10

建立代码精彩片段

若想为礼品包装选择项建立代码精彩片段,请实行下列实际操作:

PC:

在Shopify后台管理中,转到在线商店模板。

寻找要编写的模板,随后点击实际操作编写代码。

在Snippets文件目录中点击加上新精彩片段。

将您的代码片段取名为gift-wrapping,随后点击建立代码精彩片段。您的代码片段文档将在代码编辑软件开启。

在这里过程中,您必须将一些代码粘贴到新的gift-wrapping代码精彩片段文档中。您粘贴的代码在于您要怎样向顾客扣除礼品包装服务项目的花费:

ios系统:

在Shopify运用中,轻触店铺。

在营销渠道一部分中,轻触在线商店。

轻触Managethemes(管理方法模板)。

寻找要编写的模板,随后点击实际操作编写代码。

在Snippets文件目录中点击加上新精彩片段。

将您的代码片段取名为gift-wrapping,随后点击建立代码精彩片段。您的代码片段文档将在代码编辑软件开启。

在这里过程中,您必须将一些代码粘贴到新的gift-wrapping代码精彩片段文档中。您粘贴的代码在于您要怎样向顾客扣除礼品包装服务项目的花费:

安卓手机系统:

在Shopify运用中,轻触店铺。

在营销渠道一部分中,轻触在线商店。

轻触Managethemes(管理方法模板)。

寻找要编写的模板,随后点击实际操作编写代码。

在Snippets文件目录中点击加上新精彩片段。

将您的代码片段取名为gift-wrapping,随后点击建立代码精彩片段。您的代码片段文档将在代码编辑软件开启。

在这里过程中,您必须将一些代码粘贴到新的gift-wrapping代码精彩片段文档中。您粘贴的代码在于您要怎样向顾客扣除礼品包装服务项目的花费:

为礼品包装加上固定不动利率

粘贴下列代码并储存:

{%iflinklists.gift-wrapping.links.size0andlinklists.gift-wrapping.links.first.type==product_link%}divid=is-a-giftstyle=clear:left;margin:30px0class=clearfixrtepinputid=gift-wrappingtype=checkboxname=attributes[gift-wrapping]value=yes{%ifcart.attributes.gift-wrapping%}checked=checked{%endif%}style=float:none/labelfor=gift-wrappingstyle=display:inline;padding-left:5px;float:none;For{{linklists.gift-wrapping.links.first.object.price|money}}pleasewraptheproductsinthisorder./label/pplabelstyle=display:blockfor=gift-noteGiftmessage(freeandoptional):/labeltextareaname=attributes[gift-note]id=gift-note{{cart.attributes.gift-note}}/textarea/p/div{%assignid=linklists.gift-wrapping.links.first.object.variants.first.id%}{%assigngift_wraps_in_cart=0%}{%foritemincart.items%}{%ifitem.id==id%}{%assigngift_wraps_in_cart=item.quantity%}{%endif%}{%endfor%}style#updates_{{id}}{display:none;}/stylescriptShopify.Cart=Shopify.Cart||{};Shopify.Cart.GiftWrap={};Shopify.Cart.GiftWrap.set=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:1},attributes:{gift-wrapping:true}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}Shopify.Cart.GiftWrap.remove=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:0},attributes:{gift-wrapping:,gift-note:}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}//Ifwehavenothingbutgift-wrapitemsinthecart.{%ifcart.items.size==1andgift_wraps_in_cart0%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.remove();});//Ifwehavemorethanonegift-wrapiteminthecart.{%elsifgift_wraps_in_cart1%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehaveagift-wrapiteminthecartbutourgift-wrappingcartattributehasnotbeenset.{%elsifgift_wraps_in_cart0andcart.attributes.gift-wrapping==blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehavenogift-wrapiteminthecartbutourgift-wrappingcartattributehasbeenset.{%elsifgift_wraps_in_cart==0andcart.attributes.gift-wrapping!=blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});{%endif%}//Whenthegift-wrappingcheckboxischeckedorunchecked.document.addEventListener(DOMContentLoaded,function(){document.querySelector([name=attributes[gift-wrapping]]).addEventListener(change,function(event){if(event.target.checked){Shopify.Cart.GiftWrap.set();}else{Shopify.Cart.GiftWrap.remove();}});document.querySelector(#gift-note).addEventListener(change,function(evt){varnote=evt.target.value;varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({attributes:{gift-note:note}})};fetch(/cart/update.js,request);});});/script{%else%}pstyle=clear:left;margin:30px0class=rteYouattemptedtoaddagift-wrappingscripttoyourshoppingcart,butitwontworkbecauseyoudonthavealinklistwithhandlecodegift-wrapping/codewhich,inturn,containsalinktoyourgift-wrappingproduct.Pleasereviewthestepsoutlinedahref=https://help.shopify.com/manual/online-store/themes/os/customize/add-gift-wrap-optiontarget=_blankrel=noopenernoreferrernofollowhere/a./p{%endif%}

加上花费并乘于订单信息中的商品数

应用此选择项时,假如订单信息有三件商品,则礼品包装花费将乘于3。粘贴下列代码并储存:

{%iflinklists.gift-wrapping.links.size0andlinklists.gift-wrapping.links.first.type==product_link%}divid=is-a-giftstyle=clear:left;margin:30px0class=clearfixrtepinputid=gift-wrappingtype=checkboxname=attributes[gift-wrapping]value=yes{%ifcart.attributes.gift-wrapping%}checked=checked{%endif%}style=float:none/labelfor=gift-wrappingstyle=display:inline;padding-left:5px;float:none;For{{linklists.gift-wrapping.links.first.object.price|money}}peritem,pleasewraptheproductsinthisorder./label/pplabelstyle=display:blockfor=gift-noteGiftmessage(freeandoptional):/labeltextareaname=attributes[gift-note]id=gift-note{{cart.attributes.gift-note}}/textarea/p/div{%assignid=linklists.gift-wrapping.links.first.object.variants.first.id%}{%assigngift_wraps_in_cart=0%}{%foritemincart.items%}{%ifitem.id==id%}{%assigngift_wraps_in_cart=item.quantity%}{%endif%}{%endfor%}{%assignitems_in_cart=cart.item_count|minus:gift_wraps_in_cart%}style#updates_{{id}}{display:none;}/stylescriptShopify.Cart=Shopify.Cart||{};Shopify.Cart.GiftWrap={};Shopify.Cart.GiftWrap.set=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:{{items_in_cart}}},attributes:{gift-wrapping:true}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}Shopify.Cart.GiftWrap.remove=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:0},attributes:{gift-wrapping:,gift-note:}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}//Ifwehavenothingbutgift-wrapitemsinthecart.{%ifcart.items.size==1andgift_wraps_in_cart0%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.remove();});//Ifwedonthavetherightamountofgift-wrapitemsinthecart.{%elsifgift_wraps_in_cart0andgift_wraps_in_cart!=items_in_cart%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehaveagift-wrapiteminthecartbutourgift-wrappingcartattributehasnotbeenset.{%elsifgift_wraps_in_cart0andcart.attributes.gift-wrapping==blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehavenogift-wrapiteminthecartbutourgift-wrappingcartattributehasbeenset.{%elsifgift_wraps_in_cart==0andcart.attributes.gift-wrapping!=blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});{%endif%}//Whenthegift-wrappingcheckboxischeckedorunchecked.document.addEventListener(DOMContentLoaded,function(){document.querySelector([name=attributes[gift-wrapping]]).addEventListener(change,function(event){if(event.target.checked){Shopify.Cart.GiftWrap.set();}else{Shopify.Cart.GiftWrap.remove();}});document.querySelector(#gift-note).addEventListener(change,function(evt){varnote=evt.target.value;varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({attributes:{gift-note:note}})};fetch(/cart/update.js,request);});});/script{%else%}pstyle=clear:left;margin:30px0class=rteYouattemptedtoaddagift-wrappingscripttoyourshoppingcart,butitwontworkbecauseyoudonthavealinklistwithhandlecodegift-wrapping/codewhich,inturn,containsalinktoyourgift-wrappingproduct.Pleasereviewthestepsoutlinedahref=https://help.shopify.com/manual/online-store/themes/os/customize/add-gift-wrap-optiontarget=_blankrel=noopenernoreferrernofollowhere/a./p{%endif%}

在购物车模板中包括代码精彩片段

若想在购物车模板中包含礼品袋代码精彩片段,请实行下列实际操作:

在Sections文件目录中,点击cart-template.liquid。假如您的模板中并没有cart-template.liquid,请点击Templates文件目录中的cart.liquid。

搜索代码中的完毕/form标识。在完毕/form标识上边的新行中,黏贴下列代码:

{%rendergift-wrapping%}

点击储存。

Shopify商家官方网站原文详细信息:

Createacodesnippet

Tocreateacodesnippetforthegift-wrapoption:

PC:

FromyourShopifyadmin,gotoOnlineStoreThemes.

Findthethemeyouwanttoedit,andthenclickActionsEditcode.

IntheSnippetsdirectory,clickAddanewsnippet.

Nameyoursnippetgift-wrappingandclickCreatesnippet.Yoursnippetfilewillopeninthecodeeditor.

Inthisstep,youwillpastesomecodeintoyournewgift-wrappingsnippetfile.Thecodeyoupastedependsonhowyouwanttochargeyourcustomersforthegiftwrappingservice:

iPhone:

FromtheShopifyapp,tapStore.

IntheSaleschannelssection,tapOnlineStore.

TapManagethemes.

Findthethemeyouwanttoedit,andthenclickActionsEditcode.

IntheSnippetsdirectory,clickAddanewsnippet.

Nameyoursnippetgift-wrappingandclickCreatesnippet.Yoursnippetfilewillopeninthecodeeditor.

Inthisstep,youwillpastesomecodeintoyournewgift-wrappingsnippetfile.Thecodeyoupastedependsonhowyouwanttochargeyourcustomersforthegiftwrappingservice:

Android:

FromtheShopifyapp,tapStore.

IntheSaleschannelssection,tapOnlineStore.

TapManagethemes.

Findthethemeyouwanttoedit,andthenclickActionsEditcode.

IntheSnippetsdirectory,clickAddanewsnippet.

Nameyoursnippetgift-wrappingandclickCreatesnippet.Yoursnippetfilewillopeninthecodeeditor.

Inthisstep,youwillpastesomecodeintoyournewgift-wrappingsnippetfile.Thecodeyoupastedependsonhowyouwanttochargeyourcustomersforthegiftwrappingservice:

Addaflatratechargeforgiftwrapping

PastethefollowingcodeandSave:

{%iflinklists.gift-wrapping.links.size0andlinklists.gift-wrapping.links.first.type==product_link%}divid=is-a-giftstyle=clear:left;margin:30px0class=clearfixrtepinputid=gift-wrappingtype=checkboxname=attributes[gift-wrapping]value=yes{%ifcart.attributes.gift-wrapping%}checked=checked{%endif%}style=float:none/labelfor=gift-wrappingstyle=display:inline;padding-left:5px;float:none;For{{linklists.gift-wrapping.links.first.object.price|money}}pleasewraptheproductsinthisorder./label/pplabelstyle=display:blockfor=gift-noteGiftmessage(freeandoptional):/labeltextareaname=attributes[gift-note]id=gift-note{{cart.attributes.gift-note}}/textarea/p/div{%assignid=linklists.gift-wrapping.links.first.object.variants.first.id%}{%assigngift_wraps_in_cart=0%}{%foritemincart.items%}{%ifitem.id==id%}{%assigngift_wraps_in_cart=item.quantity%}{%endif%}{%endfor%}style#updates_{{id}}{display:none;}/stylescriptShopify.Cart=Shopify.Cart||{};Shopify.Cart.GiftWrap={};Shopify.Cart.GiftWrap.set=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:1},attributes:{gift-wrapping:true}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}Shopify.Cart.GiftWrap.remove=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:0},attributes:{gift-wrapping:,gift-note:}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}//Ifwehavenothingbutgift-wrapitemsinthecart.{%ifcart.items.size==1andgift_wraps_in_cart0%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.remove();});//Ifwehavemorethanonegift-wrapiteminthecart.{%elsifgift_wraps_in_cart1%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehaveagift-wrapiteminthecartbutourgift-wrappingcartattributehasnotbeenset.{%elsifgift_wraps_in_cart0andcart.attributes.gift-wrapping==blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehavenogift-wrapiteminthecartbutourgift-wrappingcartattributehasbeenset.{%elsifgift_wraps_in_cart==0andcart.attributes.gift-wrapping!=blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});{%endif%}//Whenthegift-wrappingcheckboxischeckedorunchecked.document.addEventListener(DOMContentLoaded,function(){document.querySelector([name=attributes[gift-wrapping]]).addEventListener(change,function(event){if(event.target.checked){Shopify.Cart.GiftWrap.set();}else{Shopify.Cart.GiftWrap.remove();}});document.querySelector(#gift-note).addEventListener(change,function(evt){varnote=evt.target.value;varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({attributes:{gift-note:note}})};fetch(/cart/update.js,request);});});/script{%else%}pstyle=clear:left;margin:30px0class=rteYouattemptedtoaddagift-wrappingscripttoyourshoppingcart,butitwontworkbecauseyoudonthavealinklistwithhandlecodegift-wrapping/codewhich,inturn,containsalinktoyourgift-wrappingproduct.Pleasereviewthestepsoutlinedahref=https://help.shopify.com/manual/online-store/themes/os/customize/add-gift-wrap-optiontarget=_blankrel=noopenernoreferrernofollowhere/a./p{%endif%}

Addachargethatismultipliedbythenumberofproductsintheorder

Withthisoption,iftherearethreeproductsintheorder,thenthegiftwrapchargewillbemultipliedbythree.PastethefollowingcodeandSave:

{%iflinklists.gift-wrapping.links.size0andlinklists.gift-wrapping.links.first.type==product_link%}divid=is-a-giftstyle=clear:left;margin:30px0class=clearfixrtepinputid=gift-wrappingtype=checkboxname=attributes[gift-wrapping]value=yes{%ifcart.attributes.gift-wrapping%}checked=checked{%endif%}style=float:none/labelfor=gift-wrappingstyle=display:inline;padding-left:5px;float:none;For{{linklists.gift-wrapping.links.first.object.price|money}}peritem,pleasewraptheproductsinthisorder./label/pplabelstyle=display:blockfor=gift-noteGiftmessage(freeandoptional):/labeltextareaname=attributes[gift-note]id=gift-note{{cart.attributes.gift-note}}/textarea/p/div{%assignid=linklists.gift-wrapping.links.first.object.variants.first.id%}{%assigngift_wraps_in_cart=0%}{%foritemincart.items%}{%ifitem.id==id%}{%assigngift_wraps_in_cart=item.quantity%}{%endif%}{%endfor%}{%assignitems_in_cart=cart.item_count|minus:gift_wraps_in_cart%}style#updates_{{id}}{display:none;}/stylescriptShopify.Cart=Shopify.Cart||{};Shopify.Cart.GiftWrap={};Shopify.Cart.GiftWrap.set=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:{{items_in_cart}}},attributes:{gift-wrapping:true}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}Shopify.Cart.GiftWrap.remove=function(){varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({updates:{{{id}}:0},attributes:{gift-wrapping:,gift-note:}})};fetch(/cart/update.js,request).then(function(){location.href=/cart;});}//Ifwehavenothingbutgift-wrapitemsinthecart.{%ifcart.items.size==1andgift_wraps_in_cart0%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.remove();});//Ifwedonthavetherightamountofgift-wrapitemsinthecart.{%elsifgift_wraps_in_cart0andgift_wraps_in_cart!=items_in_cart%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehaveagift-wrapiteminthecartbutourgift-wrappingcartattributehasnotbeenset.{%elsifgift_wraps_in_cart0andcart.attributes.gift-wrapping==blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});//Ifwehavenogift-wrapiteminthecartbutourgift-wrappingcartattributehasbeenset.{%elsifgift_wraps_in_cart==0andcart.attributes.gift-wrapping!=blank%}document.addEventListener(DOMContentLoaded,function(){Shopify.Cart.GiftWrap.set();});{%endif%}//Whenthegift-wrappingcheckboxischeckedorunchecked.document.addEventListener(DOMContentLoaded,function(){document.querySelector([name=attributes[gift-wrapping]]).addEventListener(change,function(event){if(event.target.checked){Shopify.Cart.GiftWrap.set();}else{Shopify.Cart.GiftWrap.remove();}});document.querySelector(#gift-note).addEventListener(change,function(evt){varnote=evt.target.value;varheaders=newHeaders({Content-Type:application/json});varrequest={method:POST,headers:headers,body:JSON.stringify({attributes:{gift-note:note}})};fetch(/cart/update.js,request);});});/script{%else%}pstyle=clear:left;margin:30px0class=rteYouattemptedtoaddagift-wrappingscripttoyourshoppingcart,butitwontworkbecauseyoudonthavealinklistwithhandlecodegift-wrapping/codewhich,inturn,containsalinktoyourgift-wrappingproduct.Pleasereviewthestepsoutlinedahref=https://help.shopify.com/manual/online-store/themes/os/customize/add-gift-wrap-optiontarget=_blankrel=noopenernoreferrernofollowhere/a./p{%endif%}

Includethesnippetinyourcarttemplate

Toincludethegift-wrappingsnippetinyourcarttemplate:

IntheSectionsdirectory,clickcart-template.liquid.Ifyourthemedoesnthaveacart-template.liquid,thenclickcart.liquidintheTemplatesdirectory.

Findtheclosing/formtaginthecode.Onanewlineabovetheclosing/formtag,pastethefollowingcode:

{%rendergift-wrapping%}

ClickSave.

文章内容由来:Shopify商户官方网站


部分文章来源于网络,如有侵权,请联系 caihong@youzan.com 删除。

标签:

相关文章

  • Facebook广告被定位在哪一群人?
  • 没有网站?不要担心,亚马逊允许你去创建一个店铺
  • Pinterest在网络营销领域里扮演着重要的角色
  • 如何在facebook上做企业的推广
  • pinterest引流技巧分享

热门标签

评论

    添加优质配图将会得到更多人回答,媒体大小小于2M,建议尺寸:200x200

评论提交成功

评论有以下违规词汇

删除成功

评论

确定删除此评论吗

  • 未读列表
  • 已读列表

消息类型标题

2021-08-24 12:45

消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容消息详细内容

  • 产品与服务
  • 产品特性
  • 商家服务
  • 主题模板
  • 套餐价格
  • 帮助中心
  • 解决方案
  • 品牌DTC解决方案
  • B2B解决方案
  • 极致移动解决方案
  • 分销联盟解决方案
  • 北美出海解决方案
  • 关于我们
  • 品牌故事
  • 开发者中心
  • 用户协议
  • 隐私政策
  • 跨境学堂
  • 有料学堂
  • 博客头条
  • 跨境社区
  • 联系方式
  • 商家服务: 15814458155
  • 渠道专线: 15814458155
  • 市场合作: 15814458155
  • 官方账号
  • 邮箱: info@allvalue.com
  • AllValue公众号

    加入华人社群

©2024 allvalue.com Rights Reserved|浙ICP备2020040621号

  • 产品与服务

    • 产品特性

    • 商家服务

    • 主题模板

    • 套餐价格

    • 帮助中心

  • 解决方案

    • 品牌DTC解决方案

    • B2B解决方案

    • 极致移动解决方案

    • 分销联盟解决方案

    • 北美出海解决方案

  • 关于我们

    • 品牌故事

    • 开发者中心

    • 用户协议

    • 隐私政策

  • 跨境学堂

    • 有料学堂

    • 博客头条

    • 跨境社区

  • 联系方式

    商家服务: 15814458155

    渠道专线: 15814458155

    市场合作: 15814458155

  • 官方账号

    邮箱: info@allvalue.com

    • AllValue公众号

    • 加入华人社群

  • ©2024 allvalue.com Rights Reserved|浙ICP备2020040621号