• <ul id="k6mek"><pre id="k6mek"></pre></ul>
      <ul id="k6mek"></ul>
      <ul id="k6mek"></ul>
    • <blockquote id="k6mek"><fieldset id="k6mek"></fieldset></blockquote>
    • <samp id="k6mek"><tbody id="k6mek"></tbody></samp><ul id="k6mek"><tbody id="k6mek"></tbody></ul>
      <th id="k6mek"></th>
    • <samp id="k6mek"></samp>
    • 3種方法來實(shí)現(xiàn)更好的網(wǎng)站用戶體驗(yàn)

      Shopify是網(wǎng)絡(luò)上最著名和使用最廣泛的電子商務(wù)平臺(tái)之一。各行各業(yè)的商人都可以輕松地使用它在線銷售他們的產(chǎn)品或服務(wù)。該平臺(tái)目前擁有數(shù)千名商人。

      Shopify的前提是允許沒有太多復(fù)雜技術(shù)和編程知識(shí)的用戶開放自己的在線店面。這自然是平臺(tái)成功的重要組成部分,因?yàn)槠胀ǖ腏oes可以辭職,成為成功的企業(yè)家。

      在Shopify平臺(tái)中,從商家的角度來看,用戶體驗(yàn)中最有趣的方面是結(jié)帳過程,因?yàn)榻Y(jié)帳過程的設(shè)計(jì)方式極大地影響了Shopify網(wǎng)站上的轉(zhuǎn)化。

      以下是一些出色的指針,可針對(duì)高級(jí)UX自定義平臺(tái)的結(jié)帳流程…


      1.調(diào)整結(jié)帳副本

      購物者在結(jié)帳過程中閱讀的內(nèi)容會(huì)影響網(wǎng)站的購物車放棄率,并且是他們?cè)谧罱K單擊或點(diǎn)擊最終結(jié)帳號(hào)召性用語按鈕時(shí)所遇到的摩擦的一個(gè)因素。

      因此,必須更改此最重要的文字以減少結(jié)帳摩擦并提高說服力,這是必須的,下面是操作方法:

      有時(shí),在向購物者提供準(zhǔn)確和清晰的信息時(shí),簡單的更改會(huì)改變世界。例如,讓購物者知道他們將用什么貨幣付款對(duì)于良好的用戶體驗(yàn)至關(guān)重要,因?yàn)檫@消除了轉(zhuǎn)化途中的意外驚喜。

      在Shopify儀表板中,轉(zhuǎn)到Preferences,然后單擊General。

      在“ 調(diào)整標(biāo)準(zhǔn)和格式”中,選擇“ 簽出語言”,然后單擊“ 檢查”。您會(huì)看到一個(gè)翻譯屏幕。在這里,為您的翻譯提供一個(gè)名稱(例如,您的商店叫什么名稱)。找到您想要更改的文本;假設(shè)它在“ 創(chuàng)建您的訂單”中。輸入要顯示在購物車頁面上的文本(閱讀:翻譯)。

      現(xiàn)在,滾動(dòng)到頁面底部,然后選擇“ 將其用于我的結(jié)帳語言”。

      值得一提的是,Shopify僅允許您在結(jié)帳頁面上正式更改語言(英語為西班牙語等)。但是,此解決方案在其平臺(tái)上可讓您使用翻譯功能來實(shí)際修改結(jié)帳頁面上副本的特定措辭。


      2.包括運(yùn)費(fèi)計(jì)算器

      對(duì)購物者而言,最令人沮喪的莫過于被運(yùn)輸成本所蒙蔽了!實(shí)際上,哈里斯(Harris)的一項(xiàng)民意調(diào)查證實(shí),有66%的在線購物者將運(yùn)輸成本列為最糟糕的寵兒。因此,在結(jié)帳頁面上配備方便的運(yùn)費(fèi)計(jì)算器可以極大地提高Shopify客戶的用戶體驗(yàn),因?yàn)樗麄儠?huì)自動(dòng)獲得當(dāng)場的運(yùn)費(fèi)估算,從而消除了隱性費(fèi)用。

      為此,請(qǐng)先使用以下JS代碼片段將jquery.cart.min.js上傳到主題資產(chǎn):

      /**
      * Module to add a shipping rates calculator to cart page.
      *
      * Copyright (c) 2011-2016 Caroline Schnapp (11heavens.com)
      * Dual licensed under the MIT and GPL licenses:
      * http://www.gnu.org/licenses/gpl.html
      * http://www.opensource.org/licenses/mit-license.php
      *
      */ "object"==typeof Countries&&(Countries.updateProvinceLabel=function(e,t){if("string"==typeof e&&Countries[e]&&Countries[e].provinces){if("object"!=typeof t&&(t=document.getElementById("address_province_label"),null===t))return;t.innerHTML=Countries[e].label;var r=jQuery(t).parent();r.find("select");r.find(".custom-style-select-box-inner").html(Countries[e].provinces[0])}}),"undefined"==typeof Shopify.Cart&&(Shopify.Cart={}),Shopify.Cart.ShippingCalculator=function(){var _config={submitButton:"Calculate shipping",submitButtonDisabled:"Calculating...",templateId:"shipping-calculator-response-template",wrapperId:"wrapper-response",customerIsLoggedIn:!1,moneyFormat:"${{amount}}"},_render=function(e){var t=jQuery("#"+_config.templateId),r=jQuery("#"+_config.wrapperId);if(t.length&&r.length){_.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var n=_.template(jQuery.trim(t.text())),a=n(e);if(jQuery(a).appendTo(r),"undefined"!=typeof Currency&&"function"==typeof Currency.convertAll){var i="";jQuery("[name=currencies]").size()?i=jQuery("[name=currencies]").val():jQuery("#currencies span.selected").size()&&(i=jQuery("#currencies span.selected").attr("data-currency")),""!==i&&Currency.convertAll(shopCurrency,i,"#wrapper-response span.money, #estimated-shipping span.money")}}},_enableButtons=function(){jQuery(".get-rates").removeAttr("disabled").removeClass("disabled").val(_config.submitButton)},_disableButtons=function(){jQuery(".get-rates").val(_config.submitButtonDisabled).attr("disabled","disabled").addClass("disabled")},_getCartShippingRatesForDestination=function(e){var t={type:"POST",url:"/cart/prepare_shipping_rates",data:jQuery.param({shipping_address:e}),success:_pollForCartShippingRatesForDestination(e),error:_onError};jQuery.ajax(t)},_pollForCartShippingRatesForDestination=function(e){var t=function(){jQuery.ajax("/cart/async_shipping_rates",{dataType:"json",success:function(r,n,a){200===a.status?_onCartShippingRatesUpdate(r.shipping_rates,e):setTimeout(t,500)},error:_onError})};return t},_fullMessagesFromErrors=function(e){var t=[];return jQuery.each(e,function(e,r){jQuery.each(r,function(r,n){t.push(e+" "+n)})}),t},_onError=function(XMLHttpRequest,textStatus){jQuery("#estimated-shipping").hide(),jQuery("#estimated-shipping em").empty(),_enableButtons();var feedback="",data=eval("("+XMLHttpRequest.responseText+")");feedback=data.message?data.message+"("+data.status+"): "+data.description:"Error : "+_fullMessagesFromErrors(data).join("; ")+".","Error : country is not supported."===feedback&&(feedback="We do not ship to this destination."),_render({rates:[],errorFeedback:feedback,success:!1}),jQuery("#"+_config.wrapperId).show()},_onCartShippingRatesUpdate=function(e,t){_enableButtons();var r="";if(t.zip&&(r+=t.zip+", "),t.province&&(r+=t.province+", "),r+=t.country,e.length){"0.00"==e[0].price?jQuery("#estimated-shipping em").html("FREE"):jQuery("#estimated-shipping em").html(_formatRate(e[0].price));for(var n=0;n

      然后,選擇并復(fù)制所有文本,在新選項(xiàng)卡中打開Shopify管理員,然后單擊Online Store,然后單擊Shopify管理員中的主題。

      找到所需的主題后,單擊省略號(hào)按鈕(…);單擊“確定”。然后點(diǎn)擊編輯HTML / CSS。在“ 資產(chǎn)”文件夾中,選擇“ 添加新資產(chǎn)”。對(duì)話框打開時(shí),選擇創(chuàng)建空白文件選項(xiàng)卡;輸入jquery.cart.min作為名稱,然后選擇.js作為新文件的擴(kuò)展名。點(diǎn)擊添加資產(chǎn)。最后,粘貼您先前復(fù)制的內(nèi)容,然后選擇保存。

      現(xiàn)在,您必須添加到“定制主題”頁面。

      首先找到并單擊“ 編輯HTML / CSS”頁面上的“ 配置 ” 。在Config文件夾上,選擇settings_schema.json文件。現(xiàn)在,該文件將在在線文本編輯器中打開。

      轉(zhuǎn)到settings_schema.json文件的底部,然后在最后一個(gè)方括號(hào)(]之前和最后一個(gè)大括號(hào)(}之后)添加以下代碼:

      { "name": "Shipping Rates Calculator",
      "settings": [ { "type": "select",
      "id": "shipping_calculator",
      "label": "Show the shipping calculator?",
      "options": [ { "value": "Disabled", "label": "No" }, { "value": "Enabled", "label": "Yes" } ], "default": "Enabled" }, { "type": "text", "id": "shipping_calculator_heading", "label": "Heading text", "default": "Get shipping estimates" }, { "type": "text", "id": "shipping_calculator_default_country", "label": "Default country selection", "default": "United States" }, { "type": "paragraph", "content": "If your customer is logged-in, the country in his default shipping address will be selected. If you are not sure about the spelling to use here, refer to the first checkout page." }, { "type": "text", "id": "shipping_calculator_submit_button_label", "label": "Submit button label", "default": "Calculate shipping" }, { "type": "text", "id": "shipping_calculator_submit_button_label_disabled", "label": "Submit button label when calculating", "default": "Calculating..." }, { "type": "paragraph", "content": "Do not forget to include the snippet shipping-calculator in your cart.liquid template where you want the shipping calculator to appear. You can get the snippet here: [shipping-calculator.liquid](https:\/\/github.com\/carolineschnapp\/shipping-calculator\/blob\/master\/shipping-calculator.liquid) ." } ] }

      點(diǎn)擊保存。

      現(xiàn)在該繼續(xù)介紹運(yùn)輸計(jì)算器代碼段了。

      復(fù)制此代碼:

      {% unless settings.shipping_calculator == 'Disabled' %} <div id="shipping-calculator"> <h3>{{ settings.shipping_calculator_heading | default: 'Get shipping estimates' }}p> <p class="field"> <input type="button" class="get-rates btn button" value="{{ settings.shipping_calculator_submit_button_label | default: 'Calculate shipping' }}" /> {{ '//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.7.0/underscore-min.js' | script_tag }} {{ '/services/javascripts/countries.js' | script_tag }} {{ 'shopify_common.js' | shopify_asset_url | script_tag }} {{ 'jquery.cart.min.js' | asset_url | script_tag }} <script> Shopify.Cart.ShippingCalculator.show( { submitButton: {{ settings.shipping_calculator_submit_button_label | default: 'Calculate shipping' | json }}, submitButtonDisabled: {{ settings.shipping_calculator_submit_button_label_disabled | default: 'Calculating...' | json }}{% if customer %}, customerIsLoggedIn: true{% endif %}, moneyFormat: {{ shop.money_with_currency_format | json }} } ); 并在其下面添加上述代碼。
    • 最后,保存更改。
    • 剩下的就是自定義運(yùn)費(fèi)計(jì)算器。

      前往您的“定制”主題頁面。查找運(yùn)費(fèi)計(jì)算器部分,并自定義以下內(nèi)容:

      • 是否顯示計(jì)算器
      • 計(jì)算器上方顯示的確切送貨文本
      • 默認(rèn)國家選擇
      • 將在“提交”按鈕上顯示的副本

      大功告成!


      3.在購物車頁面上顯示交貨日期選擇器

      讓客戶看到他們的產(chǎn)品何時(shí)交付不僅是標(biāo)準(zhǔn)的客戶服務(wù),而且還是購物網(wǎng)站上一流的用戶體驗(yàn)。

      要在購物車頁面上包括日期選擇器,請(qǐng)執(zhí)行以下操作。

      轉(zhuǎn)到Assets文件夾并打開它。在Assets目錄中,打開theme.js或theme.js.liquid文件,并將其添加到文件底部:

      $(document).ready( function() {  $(function() {  $("#date").datepicker( {  minDate: +1,  maxDate: '+2M',  beforeShowDay: jQuery.datepicker.noWeekends  } );  }); });

      然后,保存更改。

      停留在“ 編輯HTML / CSS”頁面上。在Sections文件夾中,選擇cart-template.liquid文件以在在線代碼編輯器中打開它。找到您的購物車表單的結(jié)束標(biāo)記,即

      上方,添加以下行:

      <div style="width:300px; clear:both;">  <p>  <label for="date">Pick a delivery date:標(biāo)記之前,添加以下內(nèi)容:


      {{ '//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css' | stylesheet_tag }}  <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js" type="text/javascript" defer="defer">

      返回觀點(diǎn)列表
      本文標(biāo)簽:

      相關(guān)專題

      體驗(yàn)從溝通開始,讓我們聆聽您的需求!

      開始您的數(shù)字化品牌體驗(yàn)! 0571-85815193 期待您的來電!

      [ 網(wǎng)站建設(shè)×品牌官網(wǎng)設(shè)計(jì)×大策略營銷門戶×微信小程序開發(fā)×微信公眾號(hào)開發(fā)]

      網(wǎng)站事業(yè)部產(chǎn)品經(jīng)理

      網(wǎng)站事業(yè)部產(chǎn)品經(jīng)理

      免費(fèi)獲取項(xiàng)目策劃

      項(xiàng)目開發(fā)部產(chǎn)品經(jīng)理

      項(xiàng)目開發(fā)部產(chǎn)品經(jīng)理

      免費(fèi)獲取項(xiàng)目策劃

      我們正使用 cookies 來改善您的訪問體驗(yàn)

      派迪科技非常重視您的個(gè)人隱私,當(dāng)您訪問我們的網(wǎng)站www.bmwdream.cn時(shí),請(qǐng)同意使用所有cookies 。

      如果您想詳細(xì)了解我們?nèi)绾问褂胏ookies請(qǐng)?jiān)L問我們的 《隱私政策》

      Cookie 偏好

      如果您想詳細(xì)了解我們?nèi)绾问褂胏ookie請(qǐng)?jiān)L問我們的 《隱私政策》

      管理cookie偏好

      基本 cookies

      始終允許

      這些 cookies 是網(wǎng)站運(yùn)行所必需的,不能在我們的系統(tǒng)中關(guān)閉。它們通常僅針對(duì)您所做的相當(dāng)于服務(wù)請(qǐng)求的操作而設(shè)置,例如設(shè)置您的隱私首選項(xiàng)、登錄或填寫表格。您可以將瀏覽器設(shè)置為阻止或提醒您有關(guān)這些 cookies 的信息,但網(wǎng)站的某些部分將無法運(yùn)行。這些 cookies 不存儲(chǔ)任何個(gè)人身份信息。

      性能 cookies

      始終允許
      這些 cookies 使我們能夠計(jì)算訪問量和流量來源,以便我們可以衡量和改進(jìn)我們網(wǎng)站的性能。它們幫助我們了解哪些頁面受歡迎和不受歡迎,并了解訪問者如何在網(wǎng)站上移動(dòng)。這些 cookies 收集的所有信息都是匯總的,而且是匿名的。如果您不允許這些 cookies,我們將不知道您何時(shí)訪問了我們的網(wǎng)站,也無法監(jiān)控其性能。

      功能性 cookies

      這些 cookies 收集信息用于分析和個(gè)性化您的定向廣告體驗(yàn)。您可以使用此撥動(dòng)開關(guān)來行使選擇不獲取個(gè)人信息的權(quán)利。如果您選擇關(guān)閉,我們將無法向您提供個(gè)性化廣告,也不會(huì)將您的個(gè)人信息交給任何第三方。

      定位 Cookies

      這些 cookies 可能由我們的廣告合作伙伴通過我們的網(wǎng)站設(shè)置。這些公司可能會(huì)使用它們來建立您的興趣檔案,并在其他網(wǎng)站上向您展示相關(guān)廣告。它們不直接存儲(chǔ)個(gè)人信息,而是基于唯一標(biāo)識(shí)您的瀏覽器和互聯(lián)網(wǎng)設(shè)備。如果您不允許使用這些 cookie,您將體驗(yàn)到較少針對(duì)性的廣告。
      • <ul id="k6mek"><pre id="k6mek"></pre></ul>
        <ul id="k6mek"></ul>
        <ul id="k6mek"></ul>
      • <blockquote id="k6mek"><fieldset id="k6mek"></fieldset></blockquote>
      • <samp id="k6mek"><tbody id="k6mek"></tbody></samp><ul id="k6mek"><tbody id="k6mek"></tbody></ul>
        <th id="k6mek"></th>
      • <samp id="k6mek"></samp>