Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Wishlists

Kevin Ottley edited this page Apr 8, 2014 · 2 revisions

Prev | Next

/wishlist/index.php

When viewing the list of wishlists, the name, description and number of items in the wishlist are all visible. The EDIT button takes the user to the form where they can change the actual wishlist properties but not edit items from the list. The brooklyn template includes buttons to create a new wishlist or search for wishlists created by others on this page; you may choose to place these elsewhere that makes them more readily available depending on your theme design.

/wishlist/view.php

Viewing an individual wishlist should show all items in the wishlist and have a button to allow the user to add the item to their cart. Users must also have the ability to edit/remove an item currently in the wishlist. In the brooklyn theme this is offered through the Edit links which are present per line (invokes /wishlists/_edititem which displays a popup form window that can be further customized through CSS etc).

The logged in user can only edit or remove item's from the wishlist if they are the owner.

Note that included in this view is the Share url that users can copy and paste into an email they manually create to share with others. They also have the option of simply clicking on the Share button which will automatically append the link in the body of the email.

More information on files in this folder


Clone this wiki locally