Class: ProductCategoryDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- ProductCategoryDrop
- Defined in:
- app/drops/product_category_drop.rb
Overview
ProductCategoryDrop represents a ProductDrop's category. It is available as the top-level product_category
on the product category page or by access through a ProductDrop.
Instance Method Summary collapse
- #active? ⇒ Boolean
- #id ⇒ Integer
- #label ⇒ String
- #products ⇒ Array<ProductDrop>
- #products_count ⇒ Integer
- #url ⇒ String