Available header and footer tags
You can use the tags listed in this section to customize the storefront header and footer. Because the header and footer are encapsulated and use different components than the rest of the storefront, these tags are only available for the header and footer.
To use the tags listed in this section, add them to any of the files in the _themeName_\header-footer
folder and enclose them in curly braces:
{{MPLOGO-COMPONENT}}
The rendered output of certain tags depends on user data (roles, permissions, and so on) or marketplace settings.
Components
Components are interactive user interface elements, such as drop-down lists.
Component | Description |
---|---|
MPLOGO-COMPONENT | The marketplace logo. |
MYAPPS-DROPDOWN-COMPONENT | A drop-down list of the products available on the user's MyApps page. |
WRAPPED_LANGUAGE_SELECT | A wrapped HTML select drop-down list of available languages (easier to style than the other language options). |
MANAGE_DROPDOWN | A drop-down list of management options available to authenticated users. |
USER_DROPDOWN | A drop-down list of user settings available to authenticated users. |
COMPANY_DROPDOWN | A drop-down list of companies that the authenticated user can access. |
CURRENCY_DROPDOWN | A drop-down list of supported marketplace currencies. |
MOBILE-MENU | A mobile menu with a list of accessible links that only appears on mobile screen resolutions, as determined by the CSS. |
ICON-HOME-COMPONENT | A Home icon that redirects to the AppWise feeds page. The marketplace must have AppWise enabled and it must be assigned to the authenticated user. |
ICON-APPWISE-COMPONENT | A Teams icon that redirects to the AppWise teams page. |
ICON-APPINSIGHT-COMPONENT | An Insights icon that redirects to AppInsights. The marketplace must have AppInsights enabled and it must be assigned to the authenticated user. |
ICON-MARKETPLACE-COMPONENT | A Marketplace icon that redirects to the storefront home page. |
User interface elements
User interface elements are HTML tags that include links, images, and lists.
Element | Description |
---|---|
ACCOUNT_LINK | An Account link that opens the App Manager home page at marketplaceUrl/account/home. |
CHANNEL_LINK | A Marketplace link that opens the marketplace setup guide at marketplaceUrl/channel/guide. |
COMPANY_LINK | A My Company link that opens the authenticated user's company page at marketplaceUrl/companies/companyUuid. |
CORPORATE_LINK | A Network link that opens the network management page at marketplaceUrl/corporate/home when authenticated. The marketplace must have the Network add-on and the user must have the Corporate Administrator role. |
DEVELOPER_LINK | A Billing and Distribution or Developer link (depending on the authenticated user's roles) that opens the Developer Center home page at marketplaceUrl/cms/home. The marketplace must have Developer Center enabled and the user must have the Developer role. |
HOME_LINK | A Marketplace link that opens the marketplace home page at marketplaceUrl/home. |
LOGIN_LINK | A Log In link that opens the login page at marketplaceUrl/login. |
MYAPPS_LINK | A My Apps link that opens the authenticated user's My Apps page at marketplaceUrl/myapps. |
RESELLER_LINK | A Reseller link that opens the AppReseller home page at marketplaceUrl/reseller when authenticated. The marketplace must have AppReseller enabled and the user must have the Reseller Manager or Reseller role. |
SETTINGS_LINK | A My Settings link that opens the authenticated user's settings page at marketplaceUrl/settings. |
SIGNUP_LINK | A Sign Up link that opens the marketplace sign-up page at marketplaceUrl/signup. |
ACCOUNT_LI | An Account list item that opens the App Manager home page at marketplaceUrl/account/home. |
CHANNEL_LI | A Marketplace list item that opens the marketplace setup guide at marketplaceUrl/channel/guide. |
CORPORATE_LI | A Network list item that opens the network management page at marketplaceUrl/corporate/home when authenticated. The marketplace must have the Network add-on and the user must have the Corporate Administrator role. |
DEVELOPER_LI | A Developer or Billing and Distribution list item (depending on the authenticated user's roles) that opens the Developer Center home page at marketplaceUrl/cms/home. The marketplace must have Developer Center enabled and the user must have the Developer role. |
RESELLER_LI | A Reseller list item that opens the AppReseller home page at marketplaceUrl/reseller when authenticated. The marketplace must have AppReseller enabled and the user must have the Reseller Manager or Reseller role. |
HOME_LI | A Marketplace list item that opens the marketplace home page at marketplaceUrl/home. |
LOGIN_LI | A Log In list item that opens the login page at marketplaceUrl/login. |
LOGOUT_LI | A Logout list item that opens the logout page at marketplaceUrl/logout. |
MYAPPS_LI | to the user's My Apps page at marketplaceUrl/myapps. |
SIGNUP_LI | A Sign Up list item that opens the marketplace sign-up page at marketplaceUrl/signup. |
COMPANY_LI | A My Company list item that opens the authenticated user's company page at marketplaceUrl/companies/companyUuid. |
PROFILE_LI | A My Profile list item that opens the authenticated user's profile page at marketplaceUrl/profile/userUuid. |
SETTINGS_LI | A My Settings list item that opens the authenticated user's settings page at marketplaceUrl/settings. |
SEARCH_FORM | A Search text box. |
SEARCH_BOX | An AppWise search box. |
ICON_USER_IMG | The authenticated user's profile image. |
LANGUAGE_LINKS | A list of supported marketplace languages, which you can click to change the language of the user interface. |
USER_LIST | List of user management options, suitable to include in a drop-down element. |
MANAGE_LINKS | Links to different management pages available to the authenticated user. |
COMPANY_LIST | List of companies of which the authenticated user is a member, suitable to include in a drop-down element. |
Data elements
Data elements render data without any HTML tags. For example, ACCOUNT_HREF
renders http://marketplaceUrl/account.
Element | Description |
---|---|
ACCOUNT_HREF | Hyperlink to the App Manager home page at marketplaceUrl/account/home when authenticated. |
CHANNEL_HREF | Hyperlink to the marketplace setup guide at marketplaceUrl/channel/guide when authenticated. |
COMPANY_HREF | Hyperlink to the authenticated user's company page at marketplaceUrl/companies/companyUuid. |
COPYRIGHT_YEAR | A copyright symbol with the current year. |
CORPORATE_HREF | Hyperlink to the network management page at marketplaceUrl/corporate/home when authenticated. The marketplace must have the Network add-on and the user must have the Corporate Administrator role. |
CURRENT_LANGUAGE_TAG | The current marketplace locale in ISO language and country format, for example en-US |
CURRENT_LANGUAGE | The current marketplace locale in plain text, for example English (United States) |
DEVELOPER_HREF | Hyperlink to the Developer Center home page at marketplaceUrl/cms/home when authenticated. The marketplace must have Developer Center enabled and the user must have the Developer role. |
HOME_HREF | Hyperlink to the marketplace home page at marketplaceUrl/home. |
LOGIN_HREF | Hyperlink to the login page at marketplaceUrl/login. |
LOGOUT_HREF | Hyperlink to the logout page at marketplaceUrl/logout. |
MARKETPLACE_HREF | Hyperlink to the marketplace home page at marketplaceUrl/locale/home. |
MYAPPS_HREF | Hyperlink to the user's My Apps page at marketplaceUrl/myapps. |
PRIVACY_POLICY_URL | URL of the marketplace privacy policy page, if configured. |
PROFILE_HREF | Hyperlink to the authenticated user's profile page at marketplaceUrl/profile/userUuid. |
RESELLER_HREF | Hyperlink to the AppReseller home page at marketplaceUrl/reseller when authenticated. The marketplace must have AppReseller enabled and the user must have the Reseller Manager or Reseller role. |
SETTINGS_HREF | Hyperlink to the authenticated user's settings page at marketplaceUrl/settings. |
SIGNUP_HREF | Hyperlink to the marketplace sign-up page at marketplaceUrl/signup. |
SUPPORT_CONTACT_URL | URL of the "Contact Support" page, if configured. |
SUPPORT_EMAIL | Support email address. |
SUPPORT_PHONE | Support phone number, if configured. |
SUPPORT_URL | URL of the support page, if configured. |
TERMS_URL | URL of the Terms and Conditions page, if configured. |
USER_FIRSTNAME | The authenticated user's first name. |
USER_IMG | Path to the authenticated user's profile image. |
Was this page helpful?
Tell us more…
Help us improve our content. Responses are anonymous.
Thanks
We appreciate your feedback!