You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

wishlists.rst 909B

1234567891011121314151617181920212223
  1. =========
  2. Wishlists
  3. =========
  4. The wishlists app allows signed-in users to create one or more wishlists. A
  5. user can add a product to their wishlist from the product detail page and manage
  6. their lists in the account section.
  7. A wishlist can be private, public or shared. Private wishlist can only be seen by the owner of the wishlist, where public wishlists can be seen by anyone with the link. Shared wishlists have extra configuration, the owner of the wishlist can give access to multiple email addresses. The shared addresses will need an account on the webshop and need to be logged in in order to access the wishlist.
  8. The wishlists app is wired up as a subapp of :doc:`customer` for the customer wish list related views.
  9. Abstract models
  10. ---------------
  11. .. automodule:: oscar.apps.wishlists.abstract_models
  12. :members:
  13. Views
  14. -----
  15. .. automodule:: oscar.apps.customer.wishlists.views
  16. :members: