Program Sidebar
File:
snippets/program-sidebar.liquidUsed in sections:
product-program
Screenshot not yet added.
Save as
Save as
docs/src/assets/screenshots/snippet-program-sidebar.pngDescription
Conditional Application and Virginia Location Information Display
This code dynamically displays messages to users based on product and variant metadata:
- Application Requirement Notice: Displays a notice if the program requires an application.
- Virginia Location Notice: Displays information specific to programs located at the Monroe Institute in Virginia.
Logic:
- Checks if the product or variant requires an application; if true, it displays a notice with a link.
- Iterates through variants to detect if any are located in Virginia; if true, it displays Virginia-specific information.
Usage
{% render 'program-sidebar' %}