Modular Merchant
QuickCode™ Glossary
{IF-HIDE-CHECKOUT-PASSWORD-END}
QuickCode Tag Glossary Home
See also:
Knowledge Base
Articles in this category:
{CHECKOUT-FIELD-BLOCK-BEGIN}

{CHECKOUT-FIELD-BLOCK-END}

{CHECKOUT-FIELD-DESCRIPTION}

{CHECKOUT-FIELD-TITLE}

{CHECKOUT-FIELD}

{COMPOSITE-CUSTOMER-FIELDS}

{FIELD-BILL-ADDRESS-1}

{FIELD-BILL-ADDRESS-2}

{FIELD-BILL-CITY}

{FIELD-BILL-COUNTRY}

{FIELD-BILL-FIRST-NAME}

{FIELD-BILL-LAST-NAME}

{FIELD-BILL-STATE}

{FIELD-BILL-ZIP}

{FIELD-CC-NAME}

{FIELD-CC-NUMBER}

{FIELD-CC-SECURITY}

{FIELD-CC-YEAR}

{FIELD-COUPON-CODE}

{FIELD-COUPON-SUBMIT}

{FIELD-EMAIL-CONFIRM}

{FIELD-EMAIL-FETCH-LOGIN}

{FIELD-EMAIL-LOGIN}

{FIELD-EMAIL}

{FIELD-PASSWORD-CONFIRM}

{FIELD-PASSWORD-LOGIN}

{FIELD-PASSWORD}

{FIELD-PHONE-AREA-CODE}

{FIELD-PHONE-NUMBER}

{FIELD-RESULTS-PER-PAGE}

{FIELD-SEARCH-ASC-DESC}

{FIELD-SEARCH-ORDER}

{FIELD-SEARCH}

{FIELD-SHIP-ADDRESS-1}

{FIELD-SHIP-ADDRESS-2}

{FIELD-SHIP-CITY}

{FIELD-SHIP-COUNTRY}

{FIELD-SHIP-EDITOR-CLOSE-BUTTON}

{FIELD-SHIP-FIRST-NAME}

{FIELD-SHIP-LAST-NAME}

{FIELD-SHIP-STATE}

{FIELD-SHIP-ZIP}

{FIELD-TOS-CHECKBOX}

{FORCE-REGISTER}

{IF-HIDE-CHECKOUT-PASSWORD-BEGIN}

{IF-HIDE-CHECKOUT-PASSWORD-END}

{IF-ORDER-GIFT-WRAP-BEGIN}

{IF-ORDER-GIFT-WRAP-END}

{IF-PRODUCT-GIFT-WRAP-BEGIN}

{IF-PRODUCT-GIFT-WRAP-END}

{PRODUCT-GIFT-WRAP-CHECKBOX}

{PRODUCT-GIFT-WRAP-INFO}

Forms > {IF-HIDE-CHECKOUT-PASSWORD-END}
<< {IF-HIDE-CHECKOUT-PASSWORD-BEGIN} {IF-ORDER-GIFT-WRAP-BEGIN} >>
{IF-HIDE-CHECKOUT-PASSWORD-END} Updated: 01/6/2010

Any content between this tag and the {IF-HIDE-CHECKOUT-PASSWORD-BEGIN} tag will be displayed if a PHP session variable titled "hide_password" equals "Y".

This is often used to hide the password fields during the checkout process, allowing "guest" checkout. When a customer places an order as a guest, their order is recorded in your store records, but a customer account is not created for them. (ie: They cannot log in to your store's Customer Account area, and they are not searchable in the Search Customers section of your store's administration area.)

Requirements / Prerequisites

Must be used in conjunction with the {IF-HIDE-CHECKOUT-PASSWORD-BEGIN} QuickCode Tag.

Example of Use
  1. The following content in the web page's template:
    {IF-HIDE-CHECKOUT-PASSWORD-BEGIN}No Password Required.{ELSE}
    Password: {FIELD-PASSWORD}
    Password Confirm: {FIELD-PASSWORD-CONFIRM}
    {IF-HIDE-CHECKOUT-PASSWORD-END}
  2. If the user clicked a link like this checkout2.php?hide_password=Y  to checkout they would see no password fields when viewing the check out page in the storefront:
    No Password Required.
Customization

This QuickCode tag cannot be customized.

Source Code Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {IF-HIDE-CHECKOUT-PASSWORD-END} QuickCode Tag is changed into the source code below prior to the web page being displayed.
LOG IN TO ADD COMMENTS
  Copyright © 2001 - 2024 Modular Merchant™. All rights reserved.
Modular Merchant | Privacy Policy | Legal Statement | Terms of Service | Contact Us | Site Map