Context processors

shopkit.core.context_processors

shopkit.core.context_processors.cart(request)

Request context processor adding the shopping cart to the current context as cart.

Todo

Make this lazy object: we should only perform the actual database query when this object is requested from within template.