Display Order Total

This guide is for the HTML integration of Smart Checkout. If you feel not confident with it, or before you start a new integration, please get in touch with our friendly help desk:Link

You can display the current order total using an HTML element with class sc-autobasket-total-sum, and a <span> inside it:

HTML
<div class="sc-autobasket-total-sum">Total sum: <span></span></div>

You can change the text "Total sum:" to anyhing else. But be careful to keep the <span>, since the value is displayed inside of it.