Zid Docs
Merchant APIApp APIThemes
Merchant APIApp APIThemes
Help Center
Slack
  1. Code Snippets
  • 🚨 Important Update: Zid Themes
  • Landing Page Development
  • Getting Started with Zid Themes
    • Introduction to Theme Development
    • Manage your Themes
    • Building Themes in Zid
    • Theme File Structure
    • Twig Syntax and Features
    • Zid Theme Packager
  • Templates
    • Layout
    • Home Page
    • Products
    • Cart
    • Store Language and Currency
  • Settings Schema
    • Text
    • Number
    • Text-Area
    • Select
    • Radio Buttons
    • Checkbox
    • Range
    • Color
    • Image
    • Product
    • Category
    • List
    • Fieldset
  • Code Snippets
    • Apple Pay Quick Checkout
    • Custom CSS Injection
    • Displaying the Store's Business Center Logo
    • Customizing Copyright Text
    • Store's Main Navigation Menu
    • Customer Wishlist
    • Products
      • Products Badges
      • Product Ratings
      • Remaining Product Stock
      • Sold Items Count
      • Product Filtration by Attributes
      • Grouped Products
      • Product Questions & Answers
      • Product Restock Notfication
    • SEO
      • Images alt text
      • Themes SEO Marketing Tags
    • Marketing
      • Metafields
      • Gift Feature
      • Loyalty Program
  • Zid Themes Library: API Integration
    • Products
    • Product Categories
    • Cart
    • Blog
    • Customer
    • Store Settings
  • Data Reference
    • Locals
    • Store
    • Cart
    • Product
    • Products List
    • Category
    • Categories List
    • Session
    • FAQs
    • Customer
    • Blogs
    • Page
    • Main Menu
    • Main Navigation Menu
    • Request
    • Orders
    • Addresses
    • Store Payment Methods
    • Store Shipping Methods
    • Store Banks
    • Asset URL
    • Header Meta Tags
    • Loyalty pogram Wallet
  • Themes CLI
    • CLI Authentication
    • Theme Create
    • Theme Package
    • Theme Update
    • Themes List
    • Theme Preview
  1. Code Snippets

Store's Main Navigation Menu

The main navigation menu plays a vital role in guiding customers through the store, enhancing their browsing experience. As a theme developer, it’s essential to integrate this menu into your theme to reflect the merchant’s customized structure.

Merchant Control Over the Menu#

Merchants can design and structure their main navigation menu through the Store Main Menu Settings page. They have the flexibility to enable pages and add custom based on their store’s needs, ensuring the menu aligns with their brand and customer journey.
Store Main Menu
Anakin.ai is an all-in-one AI application platform.

Retrieving Menu Data#

All menu updates made by merchants are stored in the main navigation menu data object. For details on its structure, refer to the data schema.
As a developer, you can loop through this data to dynamically render the menu in your theme.

Code Snippet Integration for Theme Partners#

Below is a sample code snippet to help you implement the main navigation menu:
Modified at 2024-10-14 16:35:18
Previous
Customizing Copyright Text
Next
Customer Wishlist
Built with