HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/views/partials/coupon.blade.php
<div class="coupon-holder">
    <span class="title">{{ Lang::get('checkout/cart.coupon.got_one?') }}</span>
    <div class="coupon-input-holder">
        <input id="couponCode" type="text" name="coupon-code" ng-model="couponCodeInput" ng-init="couponCode = ''" coupon-code-validator class="coupon-code" autocomplete="off">

        <span class="btn coupon-code-button">
            <input id="couponCodeSubmit" type="button" value="&nbsp;" ng-click="couponCode = couponCodeInput"/>
        </span>
    </div>
    <div class="active-coupon-holder" ng-show="activeCouponDiscount">
        <span class="icon"></span><span ng-bind-html="activeCouponDiscount.description"></span>
    </div>
    <div class="error-coupon-holder hide" >
        <span class="icon"></span><span class="data"></span>
    </div>
</div>