*/ use wishthis\{Page, User, Wishlist}; $wishlist = new Wishlist($_GET['wishlist']); if (!$wishlist->exists) { http_response_code(404); ?>

Not found

The requested Wishlist was not found and likely deleted by its creator.

data['name']); $page->header(); $page->navigation(); ?>

title ?>

id) && $user->id === intval($wishlist->data['user'])) { ?>
Careful

You are viewing your own wishlist! You will be able to see which products have already been bought for you. Don't you want to be surprised?

It's probably best to just close this tab.

What to do?

If you found something you would like to buy, click the Commit button and it will become unavailable for others.

getCards( array( 'exclude' => array('unavailable'), ) ); ?>
footer(); ?>