added redeem voucher button to the store page aswel
This commit is contained in:
parent
4e9ba7866f
commit
1ddddf1806
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
|||
<section class="content">
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="text-right mb-3">
|
||||
<button type="button" data-toggle="modal" data-target="#redeemVoucherModal" class="btn btn-primary">
|
||||
<i class="fas fa-money-check-alt mr-2"></i>Redeem code
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@if($isPaypalSetup && $products->count() > 0)
|
||||
|
||||
<div class="card">
|
||||
|
|
Loading…
Add table
Reference in a new issue