We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8a5a8 commit e5214bfCopy full SHA for e5214bf
views/templates/front/payment.tpl
@@ -74,8 +74,11 @@
74
</p>
75
{if $style == 'inline'}
76
<script src="https://js.paystack.co/v1/inline.js"></script>
77
-
78
- <input class="btn btn-default pull-right" type="button" name="save_settings" id="paystack_button" value="Pay Now" />
+ <span class="cart_navigation">
+ <a href="#" id="paystack_button" class="button btn btn-default standard-checkout button-medium pull-right" title="Pay now" style="">
79
+ <span>Pay now<i class="icon-chevron-right right"></i></span>
80
+ </a>
81
+ </span>
82
83
{else}
84
<script
0 commit comments