view_wishlist.html


Purpose: This template is displayed when registered shoppers log into their accounts and proceed to view and manage their wishlist items.

Code Blocks

Note: It is important to preserve the commented tags to ensure the software performs correctly.

[wishlist_my-wishlist]
  <!--START: myAccount-->
  <!--END: myAccount-->
  <!--START: CATEGORY_HEADER-->
    [CONTENT]
  <!--END: CATEGORY_HEADER-->
    [wishlist_viewwishlist-header-items]
    [wishlist_viewwishlist-header-quantity]
    [wishlist_viewwishlist-header-price]
    [wishlist_viewwishlist-header-total]
  <!--START: WSH_LIST_NO_ITEM-->
    [wishlist_viewwishlist-emptylist]
  <!--END: WSH_LIST_NO_ITEM-->
  <!--START: WSH_LIST_ITEM-->
    [ITEM_CATALOGID]
    [THUMBNAIL]
    <!--START: itemoptions-->
      [ITEM_ID]
      [OPTIONS]
    <!--END: itemoptions-->
    [ITEM_ID]
    [ITEM_QUANTITY]
    [ITEM_PRICE]
    [ITEM_SUBTOTAL]
    <!--START: WSH_LIST_ITEM_NOT_AVLB-->
      [wishlist_viewwishlist-prod-not-available]
    <!--END: WSH_LIST_ITEM_NOT_AVLB-->
    <!--START: WSH_LIST_ITEM_ADDCART-->
      [ITEM_ID]
    <!--END: WSH_LIST_ITEM_ADDCART-->
  <!--END: WSH_LIST_ITEM-->
  <!--START: CATEGORY_FOOTER-->
    [CONTENT]
  <!--END: CATEGORY_FOOTER-->
    [wishlist_viewwishlist-message-removeitem]
    [wishlist_viewwishlist-message-addtocart]

Note: Code blocks and their respective variables will only work with specific template pages.

Variables

Note: Several of these variables are used in multiple places on the page, with their dynamic content controlled by the code block used in each instance.

  • [wishlist_my-wishlist] – Displays the Title of the “My Wish List” header on the page. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-header-items] – Displays the Title of the “Items” column on the page. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-header-quantity] – Displays the Title of the “Qty” column on the page. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-header-price] – Displays the Title of the “Price” column on the page. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-header-total] – Displays the Title of the “Total” column on the page. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-emptylist] – Displays a “Your wish list is empty” message if there are no products in the Wish List. (See Settings ->Design ->Store Language)
  • [ITEM_CATALOGID] – Used by the Software to reference and insert the individual product Database ID information when needed.
  • [THUMBNAIL] – Used by the Software to insert the individual product Thumbnail images when needed.
  • [ITEM_NAME] – Inserts the Produce name information.
  • [ITEM_ID] – Used by the Software to reference and insert the individual product ID/SKU information when needed.
  • [OPTIONS] – Inserts any selected Options on the desired product.
  • [ITEM_QUANTITY] – Inserts the number of desired units for each product.
  • [ITEM_PRICE] – Inserts the individual Product Price information.
  • [ITEM_SUBTOTAL] – Inserts the individual Product Subtotal information. (Qty multiplied by price)
  • [wishlist_viewwishlist-prod-not-available] – If a product is marked as “Not For Sale” this variable will insert the “Not Available” designation on the listing. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-message-removeitem] – When clicking the “X” to remove an item, this variable will display the “This item will be removed…” confirmation popup message. (See Settings ->Design ->Store Language)
  • [wishlist_viewwishlist-message-addtocart] – When clicking the “Add to Cart” link/button, this variable will display the “This item will be added…” confirmation popup message. (See Settings ->Design ->Store Language)
X