opencart跳轉(zhuǎn),magento所有產(chǎn)品
2022-09-06 09:43:24 - 米境通跨境電商
opencart與亞馬遜關(guān)聯(lián)可以給我們帶來知名度跟客戶的信任(亞馬遜的背書),當我們使用opencart建站營銷的時候,網(wǎng)站沒有什么信任度,這個時候我們可能會錯失一部分的客戶,如果加上buyatamazon這個按鈕,轉(zhuǎn)化率可能會蹭蹭往上漲都說不定哦
Ps:一般都會比較建議從亞馬遜引流到獨立站上,而不是引流到亞馬遜上去,因為獨立站是一個私域流量,而亞馬遜上是公域流量,你想啊,亞馬遜上的頁面可不僅僅只有你們公司的產(chǎn)品,還有競爭對手的產(chǎn)品,你自己花錢引流到亞馬遜上,要是客戶買了競爭對手的產(chǎn)品,那就是得不償失了,而且你還拿不到客戶的信息,沒有辦法做二次營銷,但是基于亞馬遜上的強大背書跟知名度,也有會部分客戶直接到亞馬遜上購買,雖然可能會喪失部分轉(zhuǎn)化,這個時候我們考慮將獨立站的售價比亞馬遜便宜一點,或者是有其他的贈品之類的,讓客戶自己去進行選擇,獨立站跟亞馬遜的結(jié)合也是一個強而有力的手段。
這里僅僅只適用于opencart,不適用于shopify,ueeshop,wordpress,magento。
自己動手搭建獨立站跳轉(zhuǎn)到亞馬遜購買按鈕流程開始:
1.打開opencart后臺–規(guī)劃設(shè)計–模板編輯器–product
2.輸入以下代碼
.buy_button_thr{position:absolute;width:185px;height:42px;line-height:42px; display:inline-block; margin-left:10px;font-size:14px;}
.buy_button_thra{text-align:center;cursor:pointer;color:#fff;display:block;text-decoration:none;}
.buy_button_thr.buy_button_thr_a{border-radius:50px;background:#f7ab00;}
.buy_button_thr.buy_button_thr_a:hover{background-color:#7f7f7f;}
.buy_button_thr.buy_button_thr_ul{list-style:none;margin:0;padding:18px;background-color:#efefef;position:absolute;width:100%;z-index:1;}
.buy_button_thr.hide{display:none;}
.buy_button_thr.buy_button_thr_ulli{display:block;padding:4px6px;font-weight:400;line-height:20px;margin-bottom:4px;}
.buy_button_thr.buy_button_thr_ullia{font-size:12px;text-align:left;cursor:pointer;color:#6d6d6d;display:block;line-height:100%;}
.buy_button_thr.buy_button_thr_ulli:hovera{color:#ec4a00;}
.buy_button_thr.buy_button_thr_ulimg{vertical-align:middle;max-width:100%;}
.buy_button_thr.buy_button_thr_ulliem{margin-left:4px;}
#tab-description{line-height:18px;padding-top:0;}
#tab-description>p{margin-bottom:0;}
{%ifHIDDEN_LINKS%}
{{HIDDEN_LINKS}} {%endif%}
$(function(){
({
jsonSelector:‘#HIDDEN_LINKS’,
insertAfterSecltor:‘#button-cart’,
countryIcon:{
uk:{
title:‘UnitedKingdom’,
src:‘/image/catalog/countryImgs/i_uk.jpg’
},
de:{
title:‘Germany’,
src:‘/image/catalog/countryImgs/i_de.jpg’
},
us:{
title:‘UnitedStates’,
src:‘/image/catalog/countryImgs/i_us.jpg’
},
jp:{
title:‘Japan’,
src:‘/image/catalog/countryImgs/i_jp.jpg’
},
it:{
title:‘Italy’,
src:‘/image/catalog/countryImgs/i_it.jpg’
},
es:{
title:‘Spain’,
src:’/image/catalog/countryImgs/i_sp.jpg’
},
fr:{
title:‘France’,
src:‘/image/catalog/countryImgs/i_fr.jpg’
},
ca:{
title:‘Canada’,
src:‘/image/catalog/countryImgs/i_ca.jpg’
}
},
getLinks:function(){
try{
var$el=$(this.jsonSelector),
jsonStr=“”;
if($el.length>0){
jsonStr=$el[0].tagName==“INPUT”?$el.val():$el.html();
}
returnjsonStr.length>0?JSON.parse(jsonStr):”;
}catch(e){
return”;
}
},
createHtml:function(array){
vari,len=array.length,temp,liStr=”,iconCfg;
for(i=0;i
temp=array[i];
iconCfg=this.countryIcon[temp.img]||temp.img;
liStr+=‘
’+iconCfg.title+'
’;
}
return$(‘BUYATAMAZON’+liStr+‘ this.createHtml(array).insertAfter($(this.insertAfterSecltor)).find(‘a(chǎn).buy_button_thr_a’).click(function(){
3.打開服務(wù)器后臺,cPanel中搜索phpMy管理,在彈出的面板中,選擇ocar數(shù)據(jù)庫。找到product表。修改location字段的屬性將其改為text。