Purpose: This template is used when a Gift Registry creator (registrant) clicks on the "View Products List" to review items they’ve added to their registry, as well as items that have been purchased from their registry.
Note: This template also serves as the display for when Gift Registry visitors view items that a registrant has placed on their registry.
Code Blocks
Note: It is important to preserve the commented tags to ensure the software performs correctly.
[custid]
[giftregistry_view-title]
<!--START: GFT_REG_INFO-->
[regName]
[regMessage]
<!--END: GFT_REG_INFO-->
<!--START: CATEGORY_HEADER-->
[CONTENT]
<!--END: CATEGORY_HEADER-->
<!--START: GFT_REG_ITEM_ADDED_TO_CART-->
[giftregistry_view-item-added-to-the-cart]
<!--END: GFT_REG_ITEM_ADDED_TO_CART-->
[giftregistry_view-header-items]
[giftregistry_view-header-desired]
[giftregistry_view-header-received]
[giftregistry_view-header-price]
[giftregistry_view-header-subtotal]
<!--START: GFT_REG_NO_ITEM-->
[giftregistry_view-emptylist]
<!--END: GFT_REG_NO_ITEM-->
<!--START: GFT_REG_ITEM-->
[ITEM_CATALOGID]
[THUMBNAIL]
[ITEM_CATALOGID]
[ITEM_NAME]
<!--START: itemoptions-->
[ITEM_ID]
[ITEM_ID]
[ITEM_ID]
[OPTIONS]
<!--END: itemoptions-->
<!--START: GFT_REG_ITEM_QUANTITY_FIXED-->
[ITEM_QUANTITY]
<!--END: GFT_REG_ITEM_QUANTITY_FIXED-->
<!--START: GFT_REG_ITEM_QUANTITY_EDITABLE-->
[ITEM_ID]
[ITEM_ID]
[ITEM_QUANTITY]
<!--END: GFT_REG_ITEM_QUANTITY_EDITABLE-->
<!--START: GFT_REG_REMOVE-->
[ITEM_ID]
<!--END: GFT_REG_REMOVE-->
[ITEM_RECEIVED]
[ITEM_PRICE]
[ITEM_SUBTOTAL]
<!--START: GFT_REG_ITEM_NOT_AVLB-->
[giftregistry_view-prod-not-available]
<!--END: GFT_REG_ITEM_NOT_AVLB-->
<!--START: GFT_REG_ITEM_PURCHASED-->
[giftregistry_view-prod-purchased]
<!--END: GFT_REG_ITEM_PURCHASED-->
<!--START: GFT_REG_ITEM_ADDCART-->
[ITEM_ID]
<!--START: GFT_REG_DRPITEMS-->
[j]
<!--END: GFT_REG_DRPITEMS-->
[product_addtocart]
[ITEM_ID]
<!--END: GFT_REG_ITEM_ADDCART-->
<!--START: GFT_REG_SAVE-->
[ITEM_ID]
<!--END: GFT_REG_SAVE-->
<!--END: GFT_REG_ITEM-->
<!--START: GFT_REG_PURCHASED_ITEM-->
[giftregistry_view-header-purchaseditems]
[giftregistry_view-header-items]
[giftregistry_view-header-desired]
[giftregistry_view-header-received]
<!--START: GFT_REG_NO_PURCHASED_ITEM-->
[giftregistry_view-emptypurchasedlist]
<!--END: GFT_REG_NO_PURCHASED_ITEM-->
<!--START: GFT_REG_PURCHASED_ITEM_DETAIL-->
[ITEM_CATALOGID]
[THUMBNAIL]
[ITEM_CATALOGID]
[ITEM_NAME]
<!--START: itemoptions-->
[ITEM_ID]
[OPTIONS]
<!--END: itemoptions-->
[ITEM_QUANTITY]
[ITEM_RECEIVED]
<!--END: GFT_REG_PURCHASED_ITEM_DETAIL-->
<!--END: GFT_REG_PURCHASED_ITEM-->
<!--START: GFT_REG_BACK-->
<!--END: GFT_REG_BACK-->
<!--START: CATEGORY_FOOTER-->
[CONTENT]
<!--END: CATEGORY_FOOTER-->
[giftregistry_view-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.
- [custid] – Used by the Software to insert and reference the Customer Record database ID in order to match the gift registry with the appropriate cusotmer record.
- [giftregistry_view-title] – Displays the Title of the “Gift Registry” heading on the page. (See Settings ->Design ->Store Language)
- [regName] – Inserts the Registry’s Name information.
- [regMessage] – Inserts the Registry’s Message information.
- [giftregistry_view-header-items] – Displays the Title of the “Item” column in the product view. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-desired] – Displays the Title of the “Desired” column in the product view. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-received] – Displays the Title of the “Received” column in the product view. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-price] – Displays the Title of the “Price” column in the product view. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-subtotal] – Displays the Title of the “Subtotal” column in the product view. (See Settings ->Design ->Store Language)
- [giftregistry_view-emptylist] – If the List is empty, this variable will insert a message explaining that there are no items in the registry. (See Settings ->Design ->Store Language)
- [ITEM_CATALOGID] – Used by the Software to insert and reference the Product’s Database ID.
- [THUMBNAIL] – Inserts the Product Thumbnail.
- [ITEM_NAME] – Inserts the Product’s Name information.
- [ITEM_ID] – Used by the Software to reference the Product’s ID/SKU information.
- [OPTIONS] – Inserts the Product’s selected Options when it was added to the registry
- [ITEM_QUANTITY] – Inserts the desired Quantity of the Product added to the registry
- [ITEM_RECEIVED] – Inserts the Quantity of the Product that was purchased/received on the Registry
- [ITEM_PRICE] – Inserts the Unit Price of the Product.
- [ITEM_SUBTOTAL] – Inserts the Subtotal of Unit Price plus the Desired Quantity.
- [giftregistry_view-prod-not-available] – If a product on the registry is marked as not for sale, this variable will show the item as “Not Available” in the product list. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-purchaseditems] – Displays the Title of the “Purchased Items” section of the Page when viewed by the registrant. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-items] – Displays the Title of the “Item” column in the Purchased Items listing. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-desired] – Displays the Title of the “Desired” column in the Purchased Items listing. (See Settings ->Design ->Store Language)
- [giftregistry_view-header-received] – Displays the Title of the “Received” column in the Purchased Items listing. (See Settings ->Design ->Store Language)
- [giftregistry_view-emptypurchasedlist] – Displays the title of the message stating that no items have been purchased, when applicable. (See Settings ->Design ->Store Language)
- [giftregistry_view-message-removeitem] – Displays the Text of the confirmation popup message when the registrant tries to remove a product from their list. (See Settings ->Design ->Store Language)
The following Variables will only display when viewing the Registry as a friend of the registrant.
- [giftregistry_view-item-added-to-the-cart] – When adding to cart, this variable displays the Title of the “The item was added to cart” message. (See Settings ->Design ->Store Language)
- [giftregistry_view-prod-purchased] – If the item in the registry has been purchased, this variable will display “Purchased” next to the item. (See Settings ->Design ->Store Language)
- [j] – Controls the drop down menu which allows the visitor to purchase the item for their friend.
- [product_addtocart] – Displays the Title of the “Add to Cart” button/link. (See Settings ->Design ->Store Language)
- [wishlist_viewwishlist-message-addtocart] – Displays the Text of the confirmation popup message when the Visitor tries to add a product from the Registry. (See Settings ->Design ->Store Language)