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_url | String | 商店的根 URL |
shop.mobile_logo | String | 商店的手機版 logo 圖片 URL |
customer | Object | 當前登入的客戶資訊,如果沒有客戶登入,則為空 |
customer.id | Number | 當前登入的客戶的 ID |
shop | Object | 商店的資訊 |
shop.logo | String | 商店的 logo 圖片 URL |
shop.name | String | 商店的名稱 |
shop.description | String | 商店的描述 |
shop.address | String | 商店的地址 |
shop.phone | String | 商店的電話號碼 |
shop.email | String | 商店的電子郵件地址 |
shop.opening_hours | String | 商店的營業時間 |
shop.social_media_links | Object | 商店的社交媒體連結 |
shop.payment_methods | Object | 商店接受的付款方式 |
shop.shipping_methods | Object | 商店提供的運送方式 |
範例
{% include 'navigation_bar_mobile.liquid' %}
Note
該模板屬於 主題私有頁; 詳細說明請查閱 主題私有頁與系統頁
Updated 10 months ago