{"id":4666,"date":"2026-05-18T11:00:40","date_gmt":"2026-05-18T03:00:40","guid":{"rendered":"https:\/\/eticketing.my\/member-rewards-guide\/"},"modified":"2026-05-18T11:00:40","modified_gmt":"2026-05-18T03:00:40","slug":"member-rewards-guide","status":"publish","type":"page","link":"https:\/\/eticketing.my\/ms\/member-rewards-guide\/","title":{"rendered":"Member Rewards Guide"},"content":{"rendered":"<div class=\"etick-guide-page\">\n    <style>\n        .etick-guide-page {\n            --etick-guide-ink: #23201e;\n            --etick-guide-muted: #68615b;\n            --etick-guide-orange: #F88400;\n            --etick-guide-navy: #160c3d;\n            --etick-guide-paper: #fbf6ec;\n            position: relative;\n            max-width: min(1120px, 100%);\n            margin: 0 auto;\n            padding: 10px 0 34px;\n            background: linear-gradient(180deg, transparent 0 470px, #ffffff 470px 100%);\n            color: var(--etick-guide-ink);\n            font-family: inherit;\n        }\n\n        .etick-guide-page::before {\n            content: \"\";\n            position: absolute;\n            z-index: 0;\n            top: 0;\n            left: 50%;\n            width: 100vw;\n            height: 440px;\n            background: var(--etick-guide-paper);\n            transform: translateX(-50%);\n        }\n\n        html,\n        body {\n            overflow-x: hidden;\n        }\n\n        .etick-guide-page * {\n            box-sizing: border-box;\n        }\n\n        .etick-guide-shell {\n            position: relative;\n            z-index: 1;\n            padding: 34px 40px 0;\n        }\n\n        .etick-guide-hero {\n            display: grid;\n            grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);\n            gap: 56px;\n            align-items: start;\n        }\n\n        .etick-guide-title {\n            max-width: 330px;\n            margin: 0;\n            color: var(--etick-guide-ink);\n            font-size: clamp(2.25rem, 4.9vw, 2.9rem);\n            font-weight: 900;\n            letter-spacing: -0.055em;\n            line-height: 0.88;\n        }\n\n        .etick-guide-copy {\n            max-width: 390px;\n            margin: 16px 0 0;\n            color: var(--etick-guide-muted);\n            font-size: 0.9rem;\n            line-height: 1.55;\n        }\n\n        .etick-guide-button {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 34px;\n            margin-top: 21px;\n            padding: 0 28px;\n            border-radius: 8px;\n            border: 0;\n            background: var(--etick-guide-orange);\n            color: #ffffff;\n            font-size: 0.82rem;\n            font-weight: 800;\n            line-height: 1;\n            text-decoration: none;\n            transition: transform 0.16s ease, background 0.16s ease;\n        }\n\n        .etick-guide-button:hover,\n        .etick-guide-button:focus {\n            color: #ffffff;\n            background: #e97900;\n            transform: translateY(-1px);\n        }\n\n        .etick-guide-hero-art {\n            position: relative;\n            min-height: 420px;\n            padding: 18px;\n            background: #ffffff;\n            border-radius: 8px;\n            box-shadow: 0 16px 28px rgba(30, 26, 22, 0.18);\n        }\n\n        .etick-guide-hero-art::before {\n            content: \"\";\n            position: absolute;\n            inset: 18px;\n            background: linear-gradient(135deg, #f9f9f7, #f3f2ee);\n        }\n\n        .etick-guide-hero-image {\n            position: relative;\n            z-index: 1;\n            display: block;\n            width: 100%;\n            height: 384px;\n            object-fit: contain;\n        }\n\n        .etick-guide-highlights {\n            display: grid;\n            grid-template-columns: repeat(3, minmax(0, 1fr));\n            gap: 24px;\n            margin-top: 48px;\n        }\n\n        .etick-guide-highlight {\n            position: relative;\n            min-height: 250px;\n            padding: 22px 22px 18px;\n            border-radius: 18px;\n            background: #ffffff;\n            box-shadow: 0 18px 32px rgba(35, 32, 30, 0.07);\n        }\n\n        .etick-guide-highlight.is-featured::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 3px;\n            border-radius: 18px 18px 0 0;\n            background: var(--etick-guide-orange);\n        }\n\n        .etick-guide-icon,\n        .etick-guide-know-icon {\n            display: inline-grid;\n            width: 22px;\n            height: 22px;\n            place-items: center;\n            margin-bottom: 24px;\n            background: #fff1df;\n            color: var(--etick-guide-orange);\n            font-size: 0.86rem;\n            line-height: 1;\n        }\n\n        .etick-guide-icon {\n            width: 36px;\n            height: 36px;\n            font-size: 1.18rem;\n        }\n\n        .etick-guide-icon i,\n        .etick-guide-icon svg {\n            display: block;\n            width: 1em;\n            height: 1em;\n            line-height: 1;\n        }\n\n        .etick-guide-highlight-label {\n            display: block;\n            margin-bottom: 10px;\n            color: var(--etick-guide-orange);\n            font-size: 0.76rem;\n            font-weight: 900;\n            letter-spacing: 0.08em;\n            text-transform: uppercase;\n        }\n\n        .etick-guide-highlight h2,\n        .etick-guide-highlight strong {\n            display: block;\n            margin: 0;\n            color: var(--etick-guide-ink);\n            font-size: 1.1rem;\n            font-weight: 900;\n            letter-spacing: -0.03em;\n            line-height: 1.04;\n        }\n\n        .etick-guide-highlight p {\n            margin: 9px 0 0;\n            color: var(--etick-guide-muted);\n            font-size: 0.78rem;\n            line-height: 1.46;\n        }\n\n        .etick-guide-earn-row {\n            display: grid;\n            grid-template-columns: 1fr auto;\n            gap: 12px;\n            align-items: center;\n            margin-top: 14px;\n            color: var(--etick-guide-ink);\n            font-size: 0.72rem;\n            font-weight: 800;\n        }\n\n        .etick-guide-earn-row:first-of-type {\n            color: #a59d94;\n            font-size: 0.62rem;\n            font-weight: 900;\n            text-transform: uppercase;\n        }\n\n        .etick-guide-earn-row:first-of-type span:first-child,\n        .etick-guide-earn-row:first-of-type span:last-child {\n            color: #a59d94;\n            font-size: 0.62rem;\n            letter-spacing: 0.04em;\n        }\n\n        .etick-guide-earn-row + .etick-guide-earn-row {\n            margin-top: 10px;\n        }\n\n        .etick-guide-earn-row span:first-child {\n            color: var(--etick-guide-ink);\n            font-weight: 900;\n        }\n\n        .etick-guide-earn-row span:last-child {\n            color: var(--etick-guide-orange);\n            font-size: 0.64rem;\n            font-weight: 900;\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n        }\n\n        .etick-guide-earn-row:not(:first-of-type) span:last-child {\n            display: inline-flex;\n            align-items: baseline;\n            gap: 4px;\n        }\n\n        .etick-guide-earn-row:not(:first-of-type) span:last-child .etick-guide-point-number {\n            color: var(--etick-guide-orange);\n            font-size: 0.86rem;\n            letter-spacing: -0.02em;\n        }\n\n        .etick-guide-earn-row:not(:first-of-type) span:last-child .etick-guide-point-unit {\n            color: #c9b8a4;\n            font-size: 0.55rem;\n            letter-spacing: 0.06em;\n        }\n\n        .etick-guide-fineprint {\n            margin-top: 12px;\n            color: #a59d94;\n            font-size: 0.58rem;\n            line-height: 1.35;\n            text-align: center;\n        }\n\n        .etick-guide-range {\n            margin-top: 13px;\n        }\n\n        .etick-guide-range-head {\n            display: flex;\n            justify-content: space-between;\n            gap: 10px;\n            margin-bottom: 4px;\n            color: var(--etick-guide-orange);\n            font-size: 0.68rem;\n            font-weight: 900;\n        }\n\n        .etick-guide-range-ticks {\n            display: flex;\n            justify-content: space-between;\n            margin-top: 8px;\n            color: #b4aca2;\n            font-size: 0.58rem;\n        }\n\n        .etick-guide-fixed-range-track {\n            position: relative;\n            height: 10px;\n            border-radius: 999px;\n            background: #f0e9df;\n        }\n\n        .etick-guide-fixed-range-fill {\n            display: block;\n            height: 100%;\n            border-radius: inherit;\n            background: var(--etick-guide-orange);\n        }\n\n        .etick-guide-fixed-range-knob {\n            position: absolute;\n            top: 50%;\n            left: var(--range-position, 0%);\n            width: 14px;\n            height: 14px;\n            border: 3px solid #ffffff;\n            border-radius: 999px;\n            background: var(--etick-guide-orange);\n            box-shadow: 0 4px 10px rgba(248, 132, 0, 0.3);\n            transform: translate(-50%, -50%);\n        }\n\n        .etick-guide-range-intervals {\n            position: relative;\n            height: 8px;\n            margin-top: 2px;\n        }\n\n        .etick-guide-range-intervals span {\n            position: absolute;\n            top: 0;\n            left: var(--tick-position, 0%);\n            width: 1px;\n            height: 5px;\n            background: #d9cfc2;\n            transform: translateX(-50%);\n        }\n\n        .etick-guide-expiry-value {\n            display: block;\n            margin-top: 7px;\n            margin-bottom: 7px;\n            color: var(--etick-guide-orange);\n            font-size: 2.45rem;\n            font-weight: 900;\n            letter-spacing: -0.06em;\n            line-height: 0.9;\n        }\n\n        .etick-guide-flow-grid {\n            display: grid;\n            grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);\n            gap: 38px;\n            margin-top: 52px;\n            align-items: end;\n        }\n\n        .etick-guide-section-title {\n            position: relative;\n            display: inline-block;\n            margin: 0 0 18px;\n            color: var(--etick-guide-ink);\n            font-size: 1.42rem;\n            font-weight: 900;\n            letter-spacing: -0.04em;\n        }\n\n        .etick-guide-section-title::after {\n            content: \"\";\n            position: absolute;\n            left: 0;\n            bottom: -7px;\n            width: 46px;\n            height: 3px;\n            border-radius: 999px;\n            background: var(--etick-guide-orange);\n        }\n\n        .etick-guide-steps {\n            display: grid;\n            gap: 8px;\n            margin: 0;\n            padding: 0;\n            list-style: none;\n        }\n\n        .etick-guide-steps li {\n            display: grid;\n            grid-template-columns: 38px 1fr;\n            gap: 16px;\n            min-height: 70px;\n            padding: 14px 18px;\n            background: #fbfbfb;\n        }\n\n        .etick-guide-step-number {\n            color: #d6d5d2;\n            font-size: 1.42rem;\n            font-weight: 900;\n            letter-spacing: -0.05em;\n            line-height: 1;\n        }\n\n        .etick-guide-step-content strong {\n            display: block;\n            color: var(--etick-guide-ink);\n            font-size: 0.92rem;\n            font-weight: 900;\n            line-height: 1.12;\n        }\n\n        .etick-guide-step-content p {\n            margin: 5px 0 0;\n            color: var(--etick-guide-muted);\n            font-size: 0.76rem;\n            line-height: 1.45;\n        }\n\n        .etick-guide-know-card {\n            min-height: 218px;\n            padding: 18px;\n            border-radius: 18px;\n            background: #EAF7FF;\n            color: #000000;\n        }\n\n        .etick-guide-know-card h3 {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            margin: 0 0 14px;\n            color: #000000;\n            font-size: 1.02rem;\n            font-weight: 900;\n        }\n\n        .etick-guide-know-icon {\n            flex: 0 0 auto;\n            margin: 0;\n            background: transparent;\n            \/* color: var(--etick-guide-orange); *\/\n            color: #005AB7;\n            border: 1px solid #005AB7;\n            border-radius: 999px;\n        }\n\n        .etick-guide-plain-list {\n            display: grid;\n            gap: 10px;\n            margin: 0;\n            padding: 0;\n            list-style: none;\n        }\n\n        .etick-guide-plain-list li {\n            position: relative;\n            min-height: 25px;\n            padding: 7px 9px 7px 34px;\n            border-radius: 9px;\n            background: #ffffff;\n            color: var(--etick-guide-muted);\n            font-size: 0.72rem;\n            line-height: 1.35;\n        }\n\n        .etick-guide-know-card .etick-guide-plain-list li {\n            color: #000000;\n        }\n\n        .etick-guide-plain-list li::before {\n            content: \"\";\n            position: absolute;\n            left: 10px;\n            top: 50%;\n            width: 13px;\n            height: 13px;\n            border-radius: 999px;\n            background: var(--etick-guide-orange);\n            transform: translateY(-50%);\n        }\n\n        .etick-guide-plain-list li::after {\n            content: \"\";\n            position: absolute;\n            left: 14px;\n            top: 50%;\n            width: 5px;\n            height: 3px;\n            border-left: 1px solid #ffffff;\n            border-bottom: 1px solid #ffffff;\n            transform: translateY(-65%) rotate(-45deg);\n        }\n\n        .etick-guide-cta {\n            display: grid;\n            grid-template-columns: minmax(0, 1fr) auto;\n            gap: 28px;\n            align-items: center;\n            margin-top: 60px;\n            padding: 42px 48px;\n            border-radius: 18px;\n            background: var(--etick-guide-navy);\n            color: #ffffff;\n        }\n\n        .etick-guide-cta strong {\n            display: block;\n            max-width: 360px;\n            color: #ffffff;\n            font-size: 2rem;\n            font-weight: 900;\n            letter-spacing: -0.05em;\n            line-height: 0.95;\n        }\n\n        .etick-guide-cta p {\n            max-width: 330px;\n            margin: 10px 0 0;\n            color: rgba(255, 255, 255, 0.72);\n            font-size: 0.84rem;\n            line-height: 1.5;\n        }\n\n        .etick-guide-cta .etick-guide-button {\n            min-width: 148px;\n            min-height: 48px;\n            margin-top: 0;\n            padding: 0 28px;\n        }\n\n        @media (prefers-reduced-motion: reduce) {\n            .etick-guide-button {\n                transition: none;\n            }\n        }\n\n        @media (max-width: 780px) {\n            .etick-guide-page {\n                max-width: 100%;\n                padding: 0;\n                background: linear-gradient(180deg, transparent 0 620px, #ffffff 620px 100%);\n            }\n\n            .etick-guide-page::before {\n                height: 620px;\n            }\n\n            .etick-guide-shell {\n                padding: 28px 18px 30px;\n            }\n\n            .etick-guide-hero,\n            .etick-guide-highlights,\n            .etick-guide-flow-grid,\n            .etick-guide-cta {\n                grid-template-columns: 1fr;\n            }\n\n            .etick-guide-title,\n            .etick-guide-copy {\n                max-width: none;\n            }\n\n            .etick-guide-hero-art {\n                min-height: 0;\n                max-width: 360px;\n                margin: 0 auto;\n            }\n\n            .etick-guide-hero-image {\n                height: auto;\n                min-height: 230px;\n            }\n\n            .etick-guide-highlights,\n            .etick-guide-flow-grid {\n                margin-top: 34px;\n            }\n\n            .etick-guide-highlight {\n                min-height: auto;\n            }\n\n            .etick-guide-cta {\n                gap: 22px;\n                margin-top: 36px;\n                padding: 32px 24px;\n            }\n\n            .etick-guide-cta .etick-guide-button {\n                width: 100%;\n            }\n        }\n    <\/style>\n\n    <section class=\"etick-guide-shell\">\n        <div class=\"etick-guide-hero\">\n            <div>\n                <h1 class=\"etick-guide-title\">A simpler guide to earning, redeeming, and growing your rewards.<\/h1>\n                <p class=\"etick-guide-copy\">\n                    Traveling across Malaysia has never been more rewarding. Every journey you take with E-Ticketing now brings you closer to exclusive benefits and free travels.\n                <\/p>\n                <a\n                    class=\"etick-guide-button\"\n                    href=\"https:\/\/eticketing.my\/ms\/login\"\n                                    >Join Rewards Program<\/a>\n            <\/div>\n\n            <div class=\"etick-guide-hero-art\">\n                <img decoding=\"async\" class=\"etick-guide-hero-image\" src=\"https:\/\/eticketing.my\/wp-content\/plugins\/eticketing-booking\/assets\/shared\/img\/member-rewards-guide.webp\" alt=\"Member rewards guide graphic\">\n            <\/div>\n        <\/div>\n\n        <div class=\"etick-guide-highlights\">\n            <article class=\"etick-guide-highlight\">\n                <span class=\"etick-guide-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" focusable=\"false\">\n                        <path fill=\"currentColor\" d=\"M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2ZM6.3 6l.5 2H20l-2.2 7H8.2L5.5 4H2V2h5.1l.5 2H11v2H6.3Zm9.7-4h2v3h3v2h-3v3h-2V7h-3V5h3V2Z\" \/>\n                    <\/svg>\n                <\/span>\n                <span class=\"etick-guide-highlight-label\">Earn<\/span>\n                <h2>Every Ticket Counts<\/h2>\n                <p>Earn 1 point for every RM1 spent, with points rounded down to whole numbers automatically.<\/p>\n                <div class=\"etick-guide-earn-row\">\n                    <span>Spent<\/span>\n                    <span>Earned<\/span>\n                <\/div>\n                <div class=\"etick-guide-earn-row\">\n                    <span>RM 1.00<\/span>\n                    <span><span class=\"etick-guide-point-number\">1<\/span><span class=\"etick-guide-point-unit\">POINT<\/span><\/span>\n                <\/div>\n                <div class=\"etick-guide-earn-row\">\n                    <span>RM 1.50<\/span>\n                    <span><span class=\"etick-guide-point-number\">1<\/span><span class=\"etick-guide-point-unit\">POINT<\/span><\/span>\n                <\/div>\n                <div class=\"etick-guide-earn-row\">\n                    <span>RM 10.0<\/span>\n                    <span><span class=\"etick-guide-point-number\">10<\/span><span class=\"etick-guide-point-unit\">POINTS<\/span><\/span>\n                <\/div>\n                <p class=\"etick-guide-fineprint\">*Points are rounded down to the nearest whole number.<\/p>\n            <\/article>\n\n            <article class=\"etick-guide-highlight is-featured\">\n                <span class=\"etick-guide-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" focusable=\"false\">\n                        <path fill=\"currentColor\" d=\"M20.6 13.4 12.4 21.6a2 2 0 0 1-2.8 0L2.4 14.4A2 2 0 0 1 2 13V4a2 2 0 0 1 2-2h9c.5 0 1 .2 1.4.6l6.2 6.2a3.2 3.2 0 0 1 0 4.6ZM7 8.5A1.5 1.5 0 1 0 7 5a1.5 1.5 0 0 0 0 3.5Z\" \/>\n                    <\/svg>\n                <\/span>\n                <span class=\"etick-guide-highlight-label\">Redeem<\/span>\n                <strong>10 to 1000 Points<\/strong>\n                <p>Redeem 10 points up to 1000 points in one checkout, then pay only the remaining balance.<\/p>\n                <div class=\"etick-guide-range\" aria-label=\"Minimum redeemable points example\">\n                    <div class=\"etick-guide-range-head\">\n                        <span>10 PTS<\/span>\n                        <span>RM 1.0<\/span>\n                    <\/div>\n                    <div class=\"etick-guide-fixed-range-track\" role=\"presentation\">\n                        <span class=\"etick-guide-fixed-range-fill\" style=\"width: 10%;\"><\/span>\n                        <span class=\"etick-guide-fixed-range-knob\" style=\"--range-position: 10%;\"><\/span>\n                    <\/div>\n                    <div class=\"etick-guide-range-intervals\" aria-hidden=\"true\">\n                        <span style=\"--tick-position: 0%;\"><\/span>\n                        <span style=\"--tick-position: 25%;\"><\/span>\n                        <span style=\"--tick-position: 50%;\"><\/span>\n                        <span style=\"--tick-position: 75%;\"><\/span>\n                        <span style=\"--tick-position: 100%;\"><\/span>\n                    <\/div>\n                    <div class=\"etick-guide-range-ticks\">\n                        <span>0<\/span>\n                        <span>50<\/span>\n                        <span>100<\/span>\n                        <span>500<\/span>\n                        <span>1000<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"etick-guide-range\" aria-label=\"Maximum redeemable points example\">\n                    <div class=\"etick-guide-range-head\">\n                        <span>1,000 POINTS<\/span>\n                        <span>RM 100.0<\/span>\n                    <\/div>\n                    <div class=\"etick-guide-fixed-range-track\" role=\"presentation\">\n                        <span class=\"etick-guide-fixed-range-fill\" style=\"width: 100%;\"><\/span>\n                        <span class=\"etick-guide-fixed-range-knob\" style=\"--range-position: 100%;\"><\/span>\n                    <\/div>\n                    <div class=\"etick-guide-range-intervals\" aria-hidden=\"true\">\n                        <span style=\"--tick-position: 0%;\"><\/span>\n                        <span style=\"--tick-position: 25%;\"><\/span>\n                        <span style=\"--tick-position: 50%;\"><\/span>\n                        <span style=\"--tick-position: 75%;\"><\/span>\n                        <span style=\"--tick-position: 100%;\"><\/span>\n                    <\/div>\n                    <div class=\"etick-guide-range-ticks\">\n                        <span>0<\/span>\n                        <span>50<\/span>\n                        <span>100<\/span>\n                        <span>500<\/span>\n                        <span>1000<\/span>\n                    <\/div>\n                <\/div>\n                <p class=\"etick-guide-fineprint\">*You can redeem up to 1000 points.<\/p>\n            <\/article>\n\n            <article class=\"etick-guide-highlight\">\n                <span class=\"etick-guide-icon\" aria-hidden=\"true\">\n                    <svg viewbox=\"0 0 24 24\" focusable=\"false\">\n                        <path fill=\"currentColor\" d=\"M7 2h2v2h6V2h2v2h2a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2V2Zm12 8H5v9h14v-9Zm-8.1 6.7-3-3 1.4-1.4 1.6 1.6 3.8-3.8 1.4 1.4-5.2 5.2Z\" \/>\n                    <\/svg>\n                <\/span>\n                <span class=\"etick-guide-highlight-label\">Expiry<\/span>\n                <span class=\"etick-guide-expiry-value\">180<\/span>\n                <strong>Days of Validity from the date of credit.<\/strong>\n                <p>Points are valid for 6 months from the credited\n                date. Please use your points before the expiry\n                period ends.<\/p>\n            <\/article>\n        <\/div>\n\n        <div class=\"etick-guide-flow-grid\">\n            <article>\n                <h2 class=\"etick-guide-section-title\">How It Works<\/h2>\n                <ul class=\"etick-guide-steps\">\n                    <li>\n                        <span class=\"etick-guide-step-number\">01<\/span>\n                        <div class=\"etick-guide-step-content\">\n                            <strong>Book with Member Account<\/strong>\n                            <p>Ensure you are logged into your Gold or Silver member account before finalizing any purchase to link your rewards.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <span class=\"etick-guide-step-number\">02<\/span>\n                        <div class=\"etick-guide-step-content\">\n                            <strong>Earn Points Instantly<\/strong>\n                            <p>Points are calculated based on your total ticket value and credited within 24 hours of successful travel.<\/p>\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <span class=\"etick-guide-step-number\">03<\/span>\n                        <div class=\"etick-guide-step-content\">\n                            <strong>Redeem &amp; Save<\/strong>\n                            <p>Select 'Pay with Points' during your next checkout to enjoy instant discounts or even free travel.<\/p>\n                        <\/div>\n                    <\/li>\n                <\/ul>\n            <\/article>\n\n            <article class=\"etick-guide-know-card\">\n                <h3><span class=\"etick-guide-know-icon\" aria-hidden=\"true\">i<\/span> Good to Know<\/h3>\n                <ul class=\"etick-guide-plain-list\">\n                    <li>Points are rounded down to whole numbers.<\/li>\n                    <li>Check your rewards page regularly to avoid expired points.<\/li>\n                    <li>No minimum booking value required for redemption.<\/li>\n                    <li>Points are non-transferable between member accounts.<\/li>\n                <\/ul>\n            <\/article>\n        <\/div>\n\n        <div class=\"etick-guide-cta\">\n            <div>\n                <strong>Ready to start collecting points?<\/strong>\n                <p>Sign in to your member account and start earning points on your booking.<\/p>\n            <\/div>\n            <a\n                class=\"etick-guide-button\"\n                href=\"https:\/\/eticketing.my\/ms\/login\"\n                            >Login To Start Earning<\/a>\n        <\/div>\n    <\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4666","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Member Rewards Guide - ETicketing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eticketing.my\/ms\/member-rewards-guide\/\" \/>\n<meta property=\"og:locale\" content=\"ms_MY\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Member Rewards Guide - ETicketing\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eticketing.my\/ms\/member-rewards-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"ETicketing\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/eticketing.myy\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eticketing.my\/wp-content\/uploads\/2025\/08\/Special-Discount.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@eticketing_my\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eticketing.my\/member-rewards-guide\/\",\"url\":\"https:\/\/eticketing.my\/member-rewards-guide\/\",\"name\":\"Member Rewards Guide - ETicketing\",\"isPartOf\":{\"@id\":\"https:\/\/eticketing.my\/#website\"},\"datePublished\":\"2026-05-18T03:00:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eticketing.my\/member-rewards-guide\/#breadcrumb\"},\"inLanguage\":\"ms-MY\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eticketing.my\/member-rewards-guide\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eticketing.my\/member-rewards-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eticketing.my\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Member Rewards Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eticketing.my\/#website\",\"url\":\"https:\/\/eticketing.my\/\",\"name\":\"ETicketing\",\"description\":\"Beli Tiket Bas Online. Mudah dan Murah.\",\"publisher\":{\"@id\":\"https:\/\/eticketing.my\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eticketing.my\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ms-MY\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eticketing.my\/#organization\",\"name\":\"ETicketing\",\"url\":\"https:\/\/eticketing.my\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ms-MY\",\"@id\":\"https:\/\/eticketing.my\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eticketing.my\/wp-content\/uploads\/2025\/08\/Logo-Apps-Eticketing-Finalize-01-01.png\",\"contentUrl\":\"https:\/\/eticketing.my\/wp-content\/uploads\/2025\/08\/Logo-Apps-Eticketing-Finalize-01-01.png\",\"width\":300,\"height\":90,\"caption\":\"ETicketing\"},\"image\":{\"@id\":\"https:\/\/eticketing.my\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/eticketing.myy\",\"https:\/\/x.com\/eticketing_my\",\"https:\/\/www.tiktok.com\/@eticketing.my\",\"https:\/\/www.threads.com\/@eticketing.my\/\",\"https:\/\/www.instagram.com\/eticketing.my\/\",\"https:\/\/youtube.com\/@eticketing_my\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Member Rewards Guide - ETicketing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eticketing.my\/ms\/member-rewards-guide\/","og_locale":"ms_MY","og_type":"article","og_title":"Member Rewards Guide - ETicketing","og_url":"https:\/\/eticketing.my\/ms\/member-rewards-guide\/","og_site_name":"ETicketing","article_publisher":"https:\/\/www.facebook.com\/eticketing.myy","og_image":[{"width":1080,"height":576,"url":"https:\/\/eticketing.my\/wp-content\/uploads\/2025\/08\/Special-Discount.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@eticketing_my","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/eticketing.my\/member-rewards-guide\/","url":"https:\/\/eticketing.my\/member-rewards-guide\/","name":"Member Rewards Guide - ETicketing","isPartOf":{"@id":"https:\/\/eticketing.my\/#website"},"datePublished":"2026-05-18T03:00:40+00:00","breadcrumb":{"@id":"https:\/\/eticketing.my\/member-rewards-guide\/#breadcrumb"},"inLanguage":"ms-MY","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eticketing.my\/member-rewards-guide\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eticketing.my\/member-rewards-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eticketing.my\/"},{"@type":"ListItem","position":2,"name":"Member Rewards Guide"}]},{"@type":"WebSite","@id":"https:\/\/eticketing.my\/#website","url":"https:\/\/eticketing.my\/","name":"ETicketing","description":"Beli Tiket Bas Online. Mudah dan Murah.","publisher":{"@id":"https:\/\/eticketing.my\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eticketing.my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ms-MY"},{"@type":"Organization","@id":"https:\/\/eticketing.my\/#organization","name":"ETicketing","url":"https:\/\/eticketing.my\/","logo":{"@type":"ImageObject","inLanguage":"ms-MY","@id":"https:\/\/eticketing.my\/#\/schema\/logo\/image\/","url":"https:\/\/eticketing.my\/wp-content\/uploads\/2025\/08\/Logo-Apps-Eticketing-Finalize-01-01.png","contentUrl":"https:\/\/eticketing.my\/wp-content\/uploads\/2025\/08\/Logo-Apps-Eticketing-Finalize-01-01.png","width":300,"height":90,"caption":"ETicketing"},"image":{"@id":"https:\/\/eticketing.my\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/eticketing.myy","https:\/\/x.com\/eticketing_my","https:\/\/www.tiktok.com\/@eticketing.my","https:\/\/www.threads.com\/@eticketing.my\/","https:\/\/www.instagram.com\/eticketing.my\/","https:\/\/youtube.com\/@eticketing_my"]}]}},"_links":{"self":[{"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/pages\/4666","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/comments?post=4666"}],"version-history":[{"count":0,"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/pages\/4666\/revisions"}],"wp:attachment":[{"href":"https:\/\/eticketing.my\/ms\/wp-json\/wp\/v2\/media?parent=4666"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}