templates/components/common.footer.html
).<!--Bolt Addition-->
<div>
<div class="bolt-account-login"></div>
<script
id="bolt-account"
type="text/javascript"
src="https://account.bolt.com/account.js"
data-publishable-key={publishable_key}>
</script>
</div>
<!--End Bolt Addition-->
?transactionReference=123&trackingNumber=123&carrier=abc
.%%GLOBAL_PendingPaymentDetails%%
:%%GLOBAL_PendingPaymentDetails%% %%GLOBAL_OrderCommentBlock%%
Order Tracking Link %%GLOBAL_ShopPathSSL%%?orderNumber=%%GLOBAL_OrderNumber%%
www.mystore.com
)?transactionReference=123&trackingNumber=123&carrier=abc
to the URL. At this stage, the sign-in modal should pop up automatically (but not bring up a tracking page).New Order
. Look for the line with “Once your package ships”
and remove it along with the tracking link beneath it.{{trans '<a href="%account_url">Track Your Order</a>.' account_url="$this.getUrl($store, '/', [_query:[orderNumber:$order.increment_id],_nosid:1])" |raw}}
Merchants have the option to customize the Track My Order button in the following ways:
--bolt-track-my-order-logo-color
--bolt-track-my-order-text-color
--bolt-track-my-order-font
--bolt-track-my-order-color
Both the text (--bolt-track-my-order-text-color
) and logo color (--bolt-track-my-order-logo-color
) take precedence over --bolt-track-my-order-color
.
$bolt-blue (#006cff)
$system-font-family (-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;)