Change the design of your Gift Registry Page
Purpose: This is the template viewed when accessing the "Gift Registry" link in the store's menu bar. This page will display options for creating a gift registry, searching for existing gift registries, as well as allowing gift registry users (registrants) to view a summary of their event and items purchased for the registry.
Note: It is important to preserve the commented tags to ensure the software performs correctly.
For example:
[giftregistry_home]
<!-START: CATEGORY_HEADER-->
[CONTENT]
<!-END: CATEGORY_HEADER-->
<!-START: giftRegistryMyRegistry-->
[regName]
[giftregistry_header-eventdate]
[regEvent]
[giftregistry_header-expiration]
[regExpiration]
[giftregistry_header-productsdesired]
[regProductsDesired]
[giftregistry_header-productspurchased]
[regProductsPurchased]
[custid]
[giftregistry_view-productlist]
[account_giftRegistry-header-view]
<!-END: giftRegistryMyRegistry-->
<!-START: giftRegistryCreate-->
[account_giftRegistry]
[giftregistry_home-create-registry]
[giftregistry_header-create-registry]
<!-END: giftRegistryCreate-->
<!-START: giftRegistrySearch-->
[giftregistry_home-header-search]
[giftregistry_header-name]
[regname]
[giftregistry_header-eventdate]
<!-START: drpRegMonth-->
[intMonth]
[selected]
[month]
<!-END: drpRegMonth-->
<!-START: drpRegDay-->
[day]
[selected]
[day]
<!-END: drpRegDay-->
<!-START: drpRegYear-->
[year]
[selected]
[year]
<!-END: drpRegYear-->
[giftregistry_create-firstname]
[firstname]
[giftregistry_create-lastname]
[lastname]
[giftregistry_home-search]
<!-END: giftRegistrySearch-->
<!-START: giftRegistrySearchResult-->
[giftregistry_home-header-searchresult]
[giftregistry_header-name]
[giftregistry_header-eventdate]
[giftregistry_create-firstname]
[giftregistry_create-lastname]
<!-START: giftRegistrySearchNoResult-->
[giftregistry_home-search-noresults]
<!-END: giftRegistrySearchNoResult-->
<!-START: giftRegistrySearchResultDetail-->
[regName]
[regEvent]
[regFirstName]
[regLastName]
[custid]
[giftregistry_home-select-registry]
<!-END: giftRegistrySearchResultDetail-->
<!-END: giftRegistrySearchResult-->
<!-START: CATEGORY_FOOTER-->
[CONTENT]
<!-END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
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.
This first set of variables will be active when a registrant is viewing their own created Registry.
This next set of variables will come into play when the registrant elects to Create a new registry
These variables will be active when Searching for a Gift Registry
These variables will work for Returned Search Results