Buddi SEO Documentation
Home
Return to Buddi.io
Home
Return to Buddi.io
  • Getting Started

    • Installation Guide
  • Functions

    • Store Selection
    • Single Product
    • All Products
    • Products by Category
    • Products by Categories
    • Featured Promotions
    • Collections
    • Store Info
    • Add to Cart
    • Content Management System
  • Modules

    • Shopping Cart Module
    • Customer Profile
  • Advanced Functions

    • Dynamic object syncing
    • Cart
    • Customer
    • Login Customer
    • Logout Customer
    • Register Customer
    • Update Customer
  • Events
  • FAQ
  • Exceptions Handling
  • Caching
  • Deploying
  • Example Templates

Store Info

This method is used to obtain information about the specific store such as hours of operation.

getStoreData

The method returns the current store(set via setUp or useStore functions) data.

Example:

Buddi.getStoreData();

Caching: 5 mins

Events: store:loaded, store:loading-error

Returns:

{
    address: "123 Main St",
    city: "ACTON",
    delivery_hours: {...},
    delivery_windows: {...},
    id: 137,
    last_legal_age_year: 2006,
    lat: "54.222",
    long: "-113.222",
    name: "Store 1",
    parent_id: 136,
    postal_code: "V5T 1K8",
    province: "ONTARIO",
    seo_data: {...},
    timezone: "PST",
    unit: "2",
    work_hours: {...}
}
Last Updated: 10/16/25, 5:57 PM
Contributors: jesseleejohnston
Prev
Collections
Next
Add to Cart