WISH LIST SYSTEM
This function allows your customers to save a list of products they want to purchase. Items can be added to the list in the same way items are added to the shopping cart. Items in the list can be added to the cart and deleted from the list.
Sections:
How it works
Configuration
Each list is saved as a specially flagged order. The order is connected back to each customer by the customerId code in the top level order record. The lineitems of the order are the wishlist items.
An order which is a wish list container has its status = {WISHLIST}.
When displaying a list of items, the wish list function will always display the current price. The wish list functions are very similar to the reorder (past purchases) functions.
Items which do not have productTypes, items which are at zero quantity, or flagged as decommissioned will not appear in the wishlist.
Items flagged with $NW$ in the items.productType will not have an "add to wishlist" option. This function is used to disable wishlist usage for specific items.
| Reserved Keyword | Action |
| Application("InstantAddToCartEnabled" ) = true | Enabled/disable instant add to cart. This is a recommended setting when wish lists are enabled. |
| Application("InstantATCPopup" ) = true | Enabled/disable a POP-UP wish display that the item has been added to the wish list from instant add to cart. This is a recommended setting when wish lists are enabled. |