Products

Objects

  1. Category
    id:ID for the category in database.
    name:Name of the category to display.
    description:
    children:List of Category objects.
  2. Product
    id:ID for the product in database.
  3. Collection
    id:ID for the collection in database.

Product Category API

class fardel.apps.ecommerce.product.views.ProductCategory(**kwargs)[source]