giftregistry_view.html


Purpose: This HTML template displays from the My Account/Gift Registry "view details" link and will contains all information related to managing the Gift Registry being viewed.

Code Blocks

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

	[giftregistry_create]
	<!--START: myAccount-->
	<!--END: myAccount-->
	<!--START: CATEGORY_HEADER-->
		[CONTENT]
	<!--END: CATEGORY_HEADER-->
		[giftregistry_create-giftinfo]
		[giftregistry_create-name]
		[regname]
		[giftregistry_create-eventdate]
		[month]
		[day]
		[year]
		[giftregistry_create-password]
		[regpassword]
		[giftregistry_create-message]
		[regmessage]
		[giftregistry_url]
		[regurl]
		[giftregistry_create-yourinfo]
		[giftregistry_create-firstname]
		[firstname]
		[giftregistry_create-lastname]
		[lastname]
		[giftregistry_create-email]
		[email]
		[giftregistry_create-shippingoptions]
		[regShipMyAddressChecked]
		[giftregistry_create-shiptomyaddress]
		[giftregistry_create-shiptomyaddressinstructions]
		<!--START: selectedAddress-->
			[divSelectedAddressStyle]
			[giftregistry_create-selected-address]
			[address_alias]
			[shipping_firstname]
			[shipping_lastname]
			[shipping_address]
			<!--START: shipping_address2-->
				[shipping_address2]
			<!--END: shipping_address2-->
			[shipping_city]
			[shipping_state]
			[shipping_zip]
			[shipping_country]
			[shipping_phone]
		<!--END: selectedAddress-->
		[giftregistry_header-products]
		[giftregistry_header-productsdesired]
		[regDesired]
		[custid]
		[giftregistry_view-productlist]
		[giftregistry_header-productspurchased]
		[regPurchased]
		[giftregistry_header-invitation-emails]
		[giftregistry_header-invitation-emailsinstructions]
		[giftregistry_header-invitation-emailaddress]
		[giftregistry_header-invitation-emailaddress]
		[giftregistry_header-invitation-emailaddress]
		[giftregistry_header-invitation-emailaddress]
		[giftregistry_header-invitation-emailaddress]
		[giftregistry_header-invitation-previewmessage]
		[giftregistry_header-invitation-sendemail]
	<!--START: CATEGORY_FOOTER-->
		[CONTENT]
	<!--END: CATEGORY_FOOTER-->

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

Variables

Note: Many of the following variables are dynamically inserted from your cart’s Settings ->Design ->Store Language section.

  • [giftregistry_create] – Displays the Title of the “My Gift Registry” page. (See Settings ->Design ->Store Language)
  • [giftregistry_create-giftinfo] – Displays the Title of the “Registry Info” heading on the page. (See Settings ->Design ->Store Language)
  • [giftregistry_create-name] – Displays the Title of the “Registry Name” heading on the page. (See Settings ->Design ->Store Language)
  • [regname] – Inserts the Gift Registry’s “Registry Name” information.
  • [giftregistry_create-eventdate] – Displays the Title of the “Event Date” heading on the page. (See Settings ->Design ->Store Language)
  • [month] – Inserts the Gift Registry’s “Event Date” month information.
  • [day] – Inserts the Gift Registry’s “Event Date” day information.
  • [year] – Inserts the Gift Registry’s “Event Date” year information.
  • [giftregistry_create-password] – Displays the Title of the “Password” heading on the page. (See Settings ->Design ->Store Language)
  • [regpassword] – Inserts the Gift Registry’s “Password” information.
  • [giftregistry_create-message] – Displays the Title of the “Personal Message” heading on the page. (See Settings ->Design ->Store Language)
  • [regmessage] – Inserts the Gift Registry’s “Personal Message” information.
  • [giftregistry_url] – Displays the Title of the “Registry URL” section on the page. (See Settings ->Design ->Store Language)
  • [regurl] – Inserts the Gift Registry’s “Registry URL” information.
  • [giftregistry_create-yourinfo] – Displays the Title of the “Your Information” heading on the page. (See Settings ->Design ->Store Language)
  • [giftregistry_create-firstname] – Displays the Title of the “First Name” heading on the page. (See Settings ->Design ->Store Language)
  • [firstname] – Inserts the Customer Record’s Billing First Name information.
  • [giftregistry_create-lastname] – Displays the Title of the “Last Name” heading on the page. (See Settings ->Design ->Store Language)
  • [lastname] – Inserts the Customer Record’s Billing Last information.
  • [giftregistry_create-email] – Displays the Title of the “E-Mail” heading on the page. (See Settings ->Design ->Store Language)
  • [email] – Inserts the Cusotmer Record’s Billing Email Address information.
  • [giftregistry_create-shippingoptions] – Displays the Title of the “Shipping Options” heading on the page. (See Settings ->Design ->Store Language)
  • [regShipMyAddressChecked] – Used by the software, this variable controls the “Ship to my address” check box if it was configured by the registrant.
  • [giftregistry_create-shiptomyaddress] – Displays the Title of the “Ship to my address” heading on the page. (See Settings ->Design ->Store Language)
  • [giftregistry_create-shiptomyaddressinstructions] – Displays the Text of the “This gives the option…” description on the page. (See Settings ->Design ->Store Language)
  • [divSelectedAddressStyle] – If the “Ship to my address” option is selected by the registrant, this variable is used by the software to insert the customer record’s selected shipping address.
  • [giftregistry_create-selected-address] – Displays the Title of the “Your Selected Address” heading on the page. (See Settings ->Design ->Store Language)
  • [address_alias] – Inserts the Customer Record’s selected address Alias.
  • [shipping_firstname] – Inserts the Customer Record’s Shipping Address First Name information.
  • [shipping_lastname] – Inserts the Customer Record’s Shipping Address Last Name information.
  • [shipping_address] – Inserts the Customer Record’s Shipping Address information.
  • [shipping_address2] – Inserts the Customer Record’s Shipping Address Suite/Apt# information.
  • [shipping_city] – Inserts the Customer Record’s Shipping Address City information.
  • [shipping_state] – Inserts the Customer Record’s Shipping Address State information.
  • [shipping_zip] – Inserts the Customer Record’s Shipping Address Postal Code information.
  • [shipping_country] – Inserts the Customer Record’s Shipping Address Country information.
  • [shipping_phone] – Inserts the Customer Record’s Shipping Address Phone information.
  • [giftregistry_header-products] – Displays the Title of the “Products” section header of the page. (See Settings ->Design ->Store Language)
  • [giftregistry_header-productsdesired] – Displays the Title of the “Products Listed” section of the page. (See Settings ->Design ->Store Language)
  • [regDesired] – Inserts the number of products listed in the registry.
  • [custid] – Used by the software to link the registry information and links to the correct registry.
  • [giftregistry_view-productlist] – Displays the Title of the “View Product List” link/button of the page. (See Settings ->Design ->Store Language)
  • [giftregistry_header-productspurchased] – Displays the Title of the “Products Purchased” section of the page. (See Settings ->Design ->Store Language)
  • [regPurchased] – Inserts the number of registry products already purchased.
  • [giftregistry_header-invitation-emails] – Displays the Title of the “Send E-Mail” section header of the page. (See Settings ->Design ->Store Language)
  • [giftregistry_header-invitation-emailsinstructions] – Displays the Text of the “Send E-Mail” instructional section of the page. (See Settings ->Design ->Store Language)
  • [giftregistry_header-invitation-emailaddress] – Displays the Title of the “E-mail address” fields. (See Settings ->Design ->Store Language)
  • [giftregistry_header-invitation-previewmessage] – Displays the Title of the “Preview Message” link/button of the page. (See Settings ->Design ->Store Language)
  • [giftregistry_header-invitation-sendemail] – Displays the Title of the “Send E-Mail” link/button of the page. (See Settings ->Design ->Store Language)
X