Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 710 Bytes

wishlists.rst

File metadata and controls

27 lines (19 loc) · 710 Bytes

Wishlists

The wishlists app allows signed-in users to create one or more wishlists. A user can add a product to their wishlist from the product detail page and manage their lists in the account section.

The wishlists app is wired up as a subapp of customer.

Note

Please note that currently only private wishlists are supported. The hooks and fields for public (as in general public) and shared (as in access via an obfuscated link) are there, but the UI hasn't been designed yet.

Abstract models

oscar.apps.wishlists.abstract_models

Views

oscar.apps.customer.wishlists.views