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.
The dashboard in the portal will be displayed as:
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> </p>
<p>You've made it!</p>
<p>Welcome to the Zuora Subscriber Portal! We're excited to have <span class="il">you</span> 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:
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.