|
Find and Open this path file:
catalog/view/theme/template/checkout /confirm.tpl
Find this code:
<div class="content">
<form action="<?php echo $action; ?>" method="post" enctype="multipart/form-data" id="coupon">
<p><?php echo $text_coupon; ?></p>
<div style="text-align: right;"><?php echo $entry_coupon; ?>
<input type="text" name="coupon" value="<?php echo $coupon; ?>" />
<a onclick="$('#coupon').submit();" class="button"><span><?php echo $button_coupon; ?></span></a></div>
</form>
</div>
Delete it and refresh your page. The coupon in cart will be removed
0 comments:
Post a Comment