Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
| Setting | Details |
|---|---|
| Discount Basis | Cart total (SAR) or Cart quantity (item count) |
| Benefit Types | Percentage off or Fixed amount off |
| Tier Limits | Min 2, max 3 tiers per offer |
| Active Offers | Only one progressive discount can be active at a time |
| Product Scope | Applies to the entire cart β no product-level inclusion/exclusion |
{% include 'vitrin:cart/progressive_discount.jinja' %}window.zidCustomStyles object. The component key is progressive_discount.| Class Name | Element | Description |
|---|---|---|
| .zid-kit-progressive-discount` | Root | Main wrapper container |
| .zid-kit-progressive-discount-card` | AppCard | Card with primary border |
| .zid-kit-progressive-discount-content` | StackColumn | Content with dynamic background |
| .zid-kit-progressive-discount-message` | StackColumn/AppTypography | Message container |
| .zid-kit-progressive-discount-message-completed` | AppTypography | Completed state message |
| .zid-kit-progressive-discount-message-quantity` | AppTypography | Quantity-based message |
| .zid-kit-progressive-discount-message-total` | AppTypography | Total-based message |
| .zid-kit-progressive-discount-message-highlight` | AppTypography | Highlighted text in messages |
| .zid-kit-progressive-discount-progress-wrapper` | Box | Progress bar container |
| .zid-kit-progressive-discount-progress-bar` | LinearProgress | Progress bar element |
| .zid-kit-progressive-discount-tier` | StackColumn | Tier marker container |
| .zid-kit-progressive-discount-tier-reached` | StackColumn | Reached tier modifier |
| .zid-kit-progressive-discount-tier-pending` | StackColumn | Pending tier modifier |
| .zid-kit-progressive-discount-tier-avatar` | Avatar | Tier circle |
| .zid-kit-progressive-discount-tier-check` | IconCheckLine | Check icon (reached) |
| .zid-kit-progressive-discount-tier-benefit` | AppTypography | Benefit text (pending) |
| .zid-kit-progressive-discount-tier-label` | AppTypography | Label below tier |
| .zid-kit-progressive-discount-skeleton` | StackColumn | Skeleton container |
| .zid-kit-progressive-discount-skeleton-message` | StackRow | Skeleton message row |
| .zid-kit-progressive-discount-skeleton-text` | Skeleton | Skeleton text |
| .zid-kit-progressive-discount-skeleton-progress` | Skeleton | Skeleton progress bar |
cart:refetch events and re-renders when the cart changes.