/home/arranoyd/energyclinic/wp-content/plugins/ecwid-shopping-cart/templates/popup/footer.php
<?php foreach ( $this->_get_footer_buttons() as $button ) : ?>
<button class="button <?php echo esc_attr( $button->class ); ?>"><?php echo esc_html( $button->title ); ?></button>
<?php endforeach; ?>