expressCart/views/partials/payments/instore.hbs

3 lines
181 B
Handlebars
Raw Normal View History

2020-01-01 14:27:42 +10:00
<div class="instore_button col-sm-12 text-center">
<button id="checkout_instore" class="btn btn-outline-success" type="submit">{{@root.paymentConfig.buttonText}}</button>
</div>