Skip to content

Commit e5214bf

Browse files
committed
Beautify Pay Now button in line with PrestaShop design
1 parent 9b8a5a8 commit e5214bf

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

views/templates/front/payment.tpl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@
7474
</p>
7575
{if $style == 'inline'}
7676
<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" />
77+
<span class="cart_navigation">
78+
<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>
7982

8083
{else}
8184
<script

0 commit comments

Comments
 (0)