Models¶
-
class
shopkit.price.models.PricedItemBase(*args, **kwargs)¶ Bases:
shopkit.core.basemodels.AbstractPricedItemBaseAbstract base class for priced models with a price field. This base class simply has a price field for storing the price of the item.
-
get_price(**kwargs)¶ Returns the price property of the current product.
-