文章分类: 在线商店
本条还可参阅:

将订单跟踪页面添加到商店

您可以将订单跟踪页面添加到商店,以便客户在访问商店时可以跟踪订单的运输过程(完成付款后,客户将收到订单确认电子邮件。他们可以使用此电子邮件中的链接来跟踪订单状态)。

指南



在ShopBase后台中,转至 Online Store > Pages > Add Page



在页面内容编辑器中,选择如下的代码按钮



将以下代码粘贴到页面内容

<p>Once your order has shipped you will receive an email from us with a tracking number and link to track your order. You can also enter your tracking number in the box below to get the latest status on your shipment.</p>

<form action="https://t.17track.net/en#" data-redactor-type="form">
    <p><strong><em>Please provide your tracking number (not order number):</em></strong></p>
    <p><strong>🇺🇸 UNITED STATES</strong></p>
</form>
<form action="https://tools.usps.com/go/TrackConfirmAction" data-redactor-type="form"><strong><input type="hidden" id="tRef" name="tRef" value="fullpage"> <input type="hidden" id="tLc" name="tLc" value="0"> <input type="hidden" id="text28777" name="text28777" value=""> <input type="hidden" id="tLabels" name="tLabels" value=""> </strong>
    <p>
        <input type="text" name="tLabels"style="min-width: 260px;">
    </p>
    <p>
        <input type="submit" value="Find Order" class="btn button">
    </p>
    <p>-------</p>
    <p><strong>🌐 WORLDWIDE</strong></p>
</form>
<form action="https://t.17track.net/en#" data-redactor-type="form">
    <p>
        <input type="text" name="nums"style="min-width: 260px;">
    </p>
    <p>
        <input type="submit" value="Find Order" class="btn button">
    </p>
    <p>&nbsp;</p>
</form>

<div><em>If you just received a shipment notification, please allow <strong>1 to 3 working days</strong> for the tracking information to update.</em></div>
<p>
    <div><strong>When will I get my order?</strong></div>
    <p>We proudly offer worldwide shipping via ePacket! Please note order processing time is typically <strong>2-3 business days.</strong></p>
    <p>Once your order has shipped, the estimated delivery time is between <strong>10 to 15 business days</strong>. Please consider any holidays that might impact delivery times.</p>
    <p><strong>Please note:</strong> Your order may split into multiple shipments. If this occurs, you will be notified and receive a tracking number for each separate shipment.</p>
</p>

点击 Save

按照 此教程的指南将此页面添加到菜单中。

关联页面



页面概述
导航概述

更新于: 09/09/2022

这篇文章有帮助吗?

分享您的反馈意见

取消

谢谢!