Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 429 Bytes

store.md

File metadata and controls

23 lines (15 loc) · 429 Bytes

Store

Allows you to retrieve information about the required store view.

magento.store.info(callback);

// or

magento.store.info({
  storeView: val
}, callback);

Allows you to retrieve the list of store views.

magento.store.list(callback);