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: 3 months ago