Skip to content

Commit

Permalink
Add Cart Clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
tafid committed Oct 23, 2015
1 parent 9b11091 commit 84b96bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/cart/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@

<!-- this row will not appear when printing -->
<div class="row no-print">
<a href="invoice-print.html" target="_blank" class="btn btn-default"><i
<div class="col-xs-12">
<?= Html::a('<i class="fa fa-refresh"></i> ' . Yii::t('app', 'Clear cart'), ['clear'], ['class' => 'btn btn-default']); ?>
<button class="btn btn-success pull-right"><i
class="fa fa-credit-card"></i> <?= Yii::t('app', 'Make oreder'); ?></button>
</div>
</div>
</section>

0 comments on commit 84b96bb

Please sign in to comment.