Welcome to Zuora Product Documentation

Explore our rich library of product information

Example of configuring bootstrap columns

Provides instructions on configuring Bootstrap columns to display subscription, balance, and invoice information on a dashboard, ensuring optimal layout and visibility.

In the scenario where you want to display the last subscription, balance, and last invoice information in the top row of the dashboard, you need to enable the last_subscription , balance , and last_invoice cards, and arrange the cards in the desired order to be displayed on the dashboard. Because each row contains 12 columns and 3 cards should be displayed in the row, each card should use 4 columns.

Example card configurations

The dashboard in the portal will be displayed as:

How UI looks with example configurations

Example of Configuring Email Templates

Email templates can be configured using plain text or HTML. For example, if you want to provide a list in your message to the customer, you could add the following code snippets to the <body> section of your email template:

<p>&nbsp;</p>
<p>You've made it!</p>
<p>Welcome to the Zuora Subscriber Portal! We're excited to have&nbsp;<span class="il">you</span>&nbsp;join the community of people using the Subscriber Portal to manage their subscription based accounts.</p>
<p>You can use this portal to:</p>
<ol>
<li>Pay your latest invoice</li>
<li>View and update your credit card</li>
<li>Manage users on your account</li>
</ol>

The sample email based on the above configuration would be:

Email Templates

The limitations of the email template include:

  • Hello NewUser@NewUser.com : This portion of the email template is currently not modifiable and will be displayed below the heading of each sent email.

  • Confirm my account : This link is used to direct customers back to the portal. This portion of the email is currently not modifiable and will be displayed above the footer of each sent email.