Product Categories
The Category component of the Zid Themes Library provides a single function to retrieve product categories.
Fetch All Categories
Function:Â fetchCategories
Description: Retrieves all the categories set in the store.
Usage:Â zid.store.product.fetchCategories().then(function (response) { /* Handle response */ });
Last modified: 17 days ago