navigation_bar_mobile.liquid

❗After activating Layout Engine, the default header is Shop Builder header, and the layout can be defined in Shop Builder, and it is affected by SHOPLINE function iteration, the degree of customization may be limited.

If you need to use a completely customized header / footer, you can modify it according to Customized Header & Footer Layout. The modified header / footer will be finalized and will not automatically apply the new features of SHOPLINE.

navigation_bar_mobile.liquid 用於渲染網站的手機板頁首 & 導航欄的内容。


变量

變量名稱數據類型描述
root_urlString商店的根 URL
shop.mobile_logoString商店的手機版 logo 圖片 URL
customerObject當前登入的客戶資訊,如果沒有客戶登入,則為空
customer.idNumber當前登入的客戶的 ID
shopObject商店的資訊
shop.logoString商店的 logo 圖片 URL
shop.nameString商店的名稱
shop.descriptionString商店的描述
shop.addressString商店的地址
shop.phoneString商店的電話號碼
shop.emailString商店的電子郵件地址
shop.opening_hoursString商店的營業時間
shop.social_media_linksObject商店的社交媒體連結
shop.payment_methodsObject商店接受的付款方式
shop.shipping_methodsObject商店提供的運送方式

範例

{% include 'navigation_bar_mobile.liquid' %}

📘

Note

該模板屬於 主題私有頁; 詳細說明請查閱 主題私有頁與系統頁