Discount codes applied at membership checkout.
No promo codes yet
Create your first code to start offering discounts to members.
| Code | Discount | Usage | Validity | Status | |
|---|---|---|---|---|---|
|
{{ $code->code }}
@if($code->description)
{{ $code->description }} @endif |
@if($code->discount_type === 'percent') {{ $code->discount_value }}% off @else ₹{{ $code->discount_value }} off @endif @if($code->max_discount && $code->discount_type === 'percent') max ₹{{ $code->max_discount }} @endif |
{{ $code->used_count }}
/ {{ $code->usage_limit ?? '∞' }}
@if($code->usage_limit)
|
@if($code->valid_from || $code->valid_until) {{ $code->valid_from ? \Carbon\Carbon::parse($code->valid_from)->format('d M Y') : '—' }} → {{ $code->valid_until ? \Carbon\Carbon::parse($code->valid_until)->format('d M Y') : '∞' }} @else No expiry @endif | {{ $status['label'] }} |
|
|
Editing Code |
|||||