This VIP Plan (“Plan”) terms and conditions (“Plan Terms and Conditions”) shall be supplementary to the Tune Talk Service Subscription, Tune Talk Service Subscription (‘Service Subscription Terms and Conditions”).
All subscribers that participate in this Plan are bound by the Plan Terms and Conditions terms together with the Service Subscription Terms and Conditions and/or any other terms and conditions related to the provision of Tune Talk’s Service. Tune Talk reserves the sole and absolute right to amend, modify, vary or change any Plan or Service Subscription Terms and Conditions at any time without any prior notice to Subscribers.
Plan is valid for all existing and new Tune Talk subscribers from 00:01 24th October 2018. (excluding Tone Excel, and Tone Plus tariff plans. Subscribers can check their tariff plans by dialing *111#). This VIP plan has a limited subscription and will be available on a first come, first serve basis. Tune Talk reserves the sole right to increase or reduce the subscription quota of the Plan without any prior notice or reason to subscribers.
Eligibility:
Malaysian Senior Citizens aged 60 or above (identified by legitimate registration with IC) will be automatically eligible.
OKU Malaysian citizens above 12 years old – based on respective IC and corresponding Kad OKU issued by the Malaysian Social Welfare Department (“Kad OKU”).
Parents/Guardians of OKU Malaysians – based on matching Birth Certificate or Signed Authorization Letter and matching name/IC on Kad OKU.
Each subscription of the Plan may register up to 5 SIMs and all numbers under the account can subscribe or switch to the plan.
Method of subscription for eligible accounts (based on IC):
VIP Plan – 2GB with unlimited local on-net calls (Tune Talk to Tune Talk calls) and unlimited chat pass allocation for 30 days including the day of subscription and will expire at 11:59pm on the 30th day.
Tune Talk reserves the right to temporarily block, suspend or cancel the subscription to the Plan or Service if Tune Talk has reasonable grounds that the Plan and/or Service has been abused, used or exploited commercially without Tune Talk authorization, fraud or against any law. (Refer to Terms of Service)
This 30-day plan auto-renews without notice with the following exceptions:
If the subscriber has insufficient balance, auto-renewal will stop.
If the subscriber is in Grace Period status before the renewal date. If you top up with sufficient balance before the renewal date, the auto-renewal will continue.
If the subscriber is in Grace period status and only tops up after the auto-renewal date, the auto-renewal will nor proceed.
Should the data quota be exhausted before auto-renewal date, subscribers will be charged standard data pay-per-use rates unless subscriber renews or switches a data plan. *For Tune Talk VALUE Prepaid subscribers upon data quota exhaustion, subscribers will still enjoy basic internet at the speed of 64 kbps. There will not be any pay-per-use chargers for TTVP subscribers.
Below are the channels to Add same plan before auto-renewal date:
Tune Talk App
SMS VIP ADD send to 2222 *Successful Added plan will override the remaining data balance (if any)
At 90% and 100% of the Data Quota utilization, a usage notification will be sent to the subscriber and remaining available Data Quota can be checked on the Tune Talk App or by dialing *134#.
Eligible and qualified subscribers may switch into or out of this Plan at any time. However no data balance or plan validity will be carried over once switched.
Authenticity of registrations will be subject to audit and checks by Tune Talk. If registration is proven to be fraudulent including but not limited due to false IDs, commercial usage, unauthorized registrations, etc. Tune Talk reserves the right to terminate the line without notice.
In the case of multiple active data plans (e.g. Monthly Internet Plan and Free Data with Top Up), prioritization would be based on the following order Welcome data > Campaigns > Top Up Freebies > Data plans. In the case of plans in similar categories, the plan which is expiring first will be utilized first.
All queries pertaining to the above Plans should be directed to Tune Talk’s Customer Care by calling 13100 or 03-2771 7000 from 8am to 10pm daily.
Where the terms & conditions are translated into a language other than the English Language, in the event of any inconsistencies, conflicts or discrepancies between the terms and conditions set out in the English Language version and that of the other language(s), the English Language version shall prevail.
The terms and conditions herein shall be governed and construed in the laws of Malaysia and the subscribers agree unconditionally to the non-exclusive jurisdiction of Malaysia.
The Subscriber’s personal information is subject to the Personal Data Protection Act, 2010 requirements as stated here at Tune Talk Privacy Policy. Kindly refer to the link for detailed information and understanding of the scope of the privacy policy therein.
//===============================================================
// (Phase1)Revamp web purchase
// Upgrade button inside cart (12-month by default)
// Event delegation to handle dynamically loaded content
// console.log("Cart Button Clicked: " + buttonId);
// Debug log
// Determine the target class based on button ID
// Wait for content to be available
// Hide all content sections
// Show only the target class
// console.log("Target Class Displayed: " + targetClass);
// Preselect active month
// Remove existing 'selected' class
// Add 'selected' class to the matching card
// console.log("Matching Card Class: " + matchingCard);
// Stop checking after 5 seconds to avoid infinite loops
// Plan page main selection (months)
// Event delegation to handle dynamically loaded content
// console.log("Button Clicked: " + buttonId); // Debug log
// Determine the target class based on button ID
// Wait for content to be available
// Hide all content sections
// Show only the target class
// Preselect active month
// Stop checking after 5 seconds to avoid infinite loops
// console.log('inside activeOption');
// console.log("Class list: " + classList);
// console.log("Active Class : " + activeClass);
// Remove existing 'selected' class
// Add 'selected' class to the matching card
// Plan page bottom part selection (months)
// Event delegation to handle dynamically loaded content
// Determine the target class based on button ID
// Wait for content to be available
// Hide all content sections
// Show only the target class
// console.log("Target Class Displayed: " + targetClass);
// Preselect active month
// Stop checking after 5 seconds to avoid infinite loops
// Get the active month in #price-options
// console.log("other preselect: " + activeClass);
// Remove existing 'selected' class
// Add 'selected' class to the matching card
// Popup Main Cards Selection Group
// Check if the selected card is in epik-50-cart
}, 300); // Duration matches your CSS transition
// Popup SIM Type Cards Selection Group
// add to cookies when side card selected was applied start
// console.log(`Selected card in ${cartClass}:`, selectedCard);
// console.log(`Selected card data-id in ${cartClass}:`, dataId);
// Custom function call
// Function to attach MutationObserver to a specific cart
// Initial check in case a card is already preselected
// Apply to all carts
// add to cookies when side card selected was applied end
// check if both section in the side cart was selected
// console.log("Both plan and SIM type are selected.");
proceedUrl = '/plan/checkout/?tt_purchase_pack=' + selectedPlanId + '&sim_type=' + selectedSimType; // or use the dynamic home_url if available
// console.log('eSIM is selected');
// console.log('eSIM is not selected');
// Show the popup (if triggered somewhere)
toggleProceedButton(); //toggle proceed for esim popup
// Toggle Proceed button state
// console.log('trigger toggle button');
// console.log('aware is checked');
// console.log('aware is not checked');
// Attach event listener to the radio button
// Close esim popup
//===============================================================
// (Phase2)Enhanced webpurchase from here
// Function to get URL parameters
// Check for utm parameter
// Set cookie named 'utm_src' with value 'insider' for 2 days
expiryDate.setTime(expiryDate.getTime() + (2 * 24 * 60 * 60 * 1000)); // 2 days
// Change button text to "Upgrade Now"
// $('.main-selection-plan .elementor-button-text').text('Upgrade Now');
// Uncomment to hide the element
// Uncomment to hide the element
// Format and validate on input
let raw = this.value.replace(/\D/g, ''); // Remove non-digits
// Format as 01X-XXXX-XXXX
$('#loading-message').hide(); // Hide spinner if shown
$button.addClass('disabled'); // Disable button during check
const raw = formatted.replace(/\D/g, ''); // formated hpnumber
// set dynamic url
Your Selected Plan
Uncapped Speed for 5G and 4GUp to 900 Mbps - Anyday, Anytime
Unlimited Calls with Hotspot
Exclusive Games and Drama AccessPlay, Watch & Earn Tune Talk Points
FREE Personal Accident InsuranceRM50,000 Coverage
FREEfoodpanda
pandapro SubscriptionUnlimited Free Delivery & Member Deals
Uncapped Speed for 5G and 4GUp to 900 Mbps - Anyday, Anytime
Unlimited Calls with Hotspot
Exclusive Games and Drama AccessPlay, Watch & Earn Tune Talk Points
FREE Personal Accident InsuranceRM50,000 Coverage
Uncapped Speed for 5G and 4GUp to 900 Mbps - Anyday, Anytime