Wishlist vs Noticelist

Hi!

I just found out that there are two lists that the user can manage in the shop: wishlist and noticelist. I’d like to ask what’s the difference between them. When I look at the code the only business logic being done with these lists is to remove any items from both of them if the user buys the item, so even in this regard they seem completely similar.

Hi Adam,

yes, this is a bit confusing. After I was puzzled by myself, I found this one:
https://bugs.oxid-esales.com/view.php?id=2804

What I found out is that account_noticelist.php has the lable “wishlist” (private list to note your own wishes) and acount_wishlist.php is the gift registry (notice list, to send around to your relatives when requesting pressies for your wedding etc).

Regards

Thanks Marco!