giftregistry_edit.html


Purpose: This HTML template displays a users Gift Registry and allows them to edit it.

Code Blocks

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

  [giftregistry_create]
  <!--START: CATEGORY_HEADER-->
    [CONTENT]
  <!--END: CATEGORY_HEADER-->
  <!--START: ERROR_MSG-->
    [strErrMsg]
  <!--END: ERROR_MSG-->
    [giftregistry_create-giftinfo]
    [giftregistry_create-name]
    [regname]
    [giftregistry_create-eventdate]
  <!--START: drpRegMonth-->
    [intMonth]
    [selected]
    [month]
  <!--END: drpRegMonth-->
  <!--START: drpRegDay-->
    [day]
    [selected]
    [day]
  <!--END: drpRegDay-->
  <!--START: drpRegYear-->
    [year]
    [selected]
    [year]
  <!--END: drpRegYear-->
    [giftregistry_create-password]
  <!--START: giftregistry_password-->
  <!--END: giftregistry_password-->
    [regpassword]
    [giftregistry_create-passwordinstructions]
    [giftregistry_create-message]
    [regmessage]
    [giftregistry_create-messageinstructions]
    [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]
    [divSelectedAddressStyle]
  <!--START: selectedAddress-->
    [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-->
    [divChooseAddressStyle]
    [giftregistry_create-click-choose-address]
    [giftregistry_create-save]
  <!--START: CATEGORY_FOOTER-->
    [CONTENT]
  <!--END: CATEGORY_FOOTER-->
    [giftregistry_create-name]
    [giftregistry_create-eventdate]
    [giftregistry_password]
    [giftregistry_create-password]

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)
  • [intMonth] – Used by the Software to reference the selected Month for the event.
  • [selected] – Used by the Software to designate selected options for event date.
  • [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-passwordinstructions]
  • [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_create-messageinstructions]
  • [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_create-click-choose-address] – Displays the Text of the “Click here to choose an address” labeling on the page. (See Settings ->Design ->Store Language)
  • [giftregistry_create-save] – Displays the Title of the “Save my Registry” link/button on the page. (See Settings ->Design ->Store Language)
X