You can display customers account credit balances online in a grey header bar at the top of the page. Balances that are greater than zero appear when customers log into their accounts.
To expose or hide customers account credit balances:
1.Open the Registry from the Desktop.
2.Navigate to the Registry::EN::Business Objects::TScustomerBO::Balances::Amount node
3.Select Yes from the 'Readable' dropdown.
4.Click 'Apply'.
The field label can be modified using the Registry::EN::Application::Online::Navigation::Account Balance node.
Some sites may not have a good contrast with the white text on a transparent bar.
To change the colour of the bar or the colour of the text in it, update the following rules in your CSS. •Text Colour: #orderInfoSecondBar{color: <color>} •Background Colour: #orderInfoSecondBar{background-color: <color>} Where <color> is the value of the colour representation, like rgba(255, 20, 20, 0.8), #AA0AA0 or purple. |