Disconnect your Apple device from your connected
devices and iCloud. For detailed instructions,
refer to the Removal
Guide.
Step
2
Visit any iStudio
store (excluding Airport
Terminal locations) for a device assessment.
Step
3
Receive the trade-in value of your device and
immediately apply it towards the purchase of a
new device.
1 / of3
Please contact us at [email protected]
if you have other enquiries. Trade-in program is provided by
"Carousell".
Frequently Asked Questions
What do I need to bring along?
You will be required to bring your
charger and cable for laptops.
What if I do not like the value after
assessment?
You can choose to not accept the trade-in
value, but the value shown is final.
Can multiple devices be traded in during the
same transaction?
Unfortunately, only one device can be
traded in per transaction.
Do I get to keep the memory card from the
trade-in devices?
We recommend that you remove and keep all
your memory cards before you trade-in a
device
Would I be able to get back my old device
back after the trade-in?
You would not be able to retrieve your
old device as all trade-ins are final.
Prior to trading in your device, we
recommend backing up all your important
content such as contacts, photos,
videos, etc.
Can I trade-in my device if it does not
work?
We would not be able to assess your
device if we are unable to power on your
device.
What if my device is not found in the
trade-in device list?
You can head down to our stores to get
your device assessed by our iStudio
Experts to check if it is accepted.
Collapsible content
Terms and Conditions
Customer affirms that s/he is at
least legally 18 years of age.
"Customer" means the undersigned
that is the owner of the Product or
has been authorised by the owner of
the Product to make decisions on the
Product.
The Trade-in programme is provided
to iStudio customers by Laku6 as a
third party company. Apple is not a
party in the transaction.
Laku6 and iStudio reserve the right
to refuse, cancel, or limit the
programme for any reason and may
change these terms and conditions at
any time without prior notice.
The Programme is provided for lawful
purposes only, to the extent
permitted by law, Customer agrees to
indemnify iStudio, Laku6, its
affiliate and any of its directors,
officers, employees, affiliates,
subsidiaries or agents from and
against claims brought against any
of them arising from Customer's
breach of terms and conditions of
the Programme.
iStudio trade-in programme is only
available at all iStudio stores
(excluding Airport Terminal Stores)
Total trade-in value is not
transferable.
iStudio reserves the right to refuse
any customer's eligibility at any
time in its discretion in the even
of such customer's breach or
suspected breach of any of the terms
and conditions herein without prior
notification or any liability to
such customer whatsoever.
iStudio reserves the right to vary
any term or condition. iStudio will,
where it is practicable to do so,
give customers advance notice (which
may be through written notice,
electronic mail letters, iStudio
website, or such other forms as
iStudio deems appropriate) of such
changes.
This iStudio Trade-in programme is
limited to one (1) device per
eligible trade-in.
Why Shop Online
Click & Collect
Check the stocks availability, order on the way
and simply pick-up when you reach.
Local Delivery
Enjoy complimentary delivery for orders with a
minimum spend of $250.
');
$('.slider_media').html('');
// $("#product_list").val(product_list);
$(".common_medias").each(function () {
var data = $(this).find('.product__media').html()
$('.slider_media').append('
' + data + '
');
});
$('.slider_media').slick({
prevArrow: `
`,
nextArrow: `
`
});
$('.slider_media').on('beforeChange', function (event, slick, currentSlide, nextSlide) {
$('video').each(function () {
$(this).get(0).pause();
});
});
$('.slider_media').on('afterChange', function (event, slick, currentSlide, nextSlide) {
if ($('.slick-current').find('video').length !== 0) {
$(".slider_media .slick-current video")[0].play();
}
});
// Remove aria-describedby from slick slides for desktop
setTimeout(() => {
const slickSlides = $('.slider_media').find('.slick-list .slick-slide');
adaFormatSlickSlides(slickSlides);
}, 250);
$(".main-accordions").html($(itemData).find('.main-accordions').html());
$(".product-form").html($(itemData).find('.product-form').html());
$(".one-pickup").html($(itemData).find('.one-pickup').html());
$(".two-price").html($(itemData).find('.two-price').html());
$('#pdp_monthly_price_taxfree_true').html($(itemData).find('#pdp_monthly_price_taxfree_true').html());
$('#pdp_monthly_price_taxfree_false').html($(itemData).find('#pdp_monthly_price_taxfree_false').html());
$('#pdp_monthly_price_taxfree_true_2').html($(itemData).find('#pdp_monthly_price_taxfree_true_2').html());
$(".applecare-replace").html($(itemData).find('.applecare-replace').html());
$(".secWarranty-replace").html($(itemData).find('.secWarranty-replace').html());
$(".js-gwp-replace").html($(itemData).find('.js-gwp-replace').html());
$(".learn_more_sw").html($(itemData).find('.learn_more_sw').html());
$(".learn_more_apple").html($(itemData).find('.learn_more_apple').html());
$(".js-sticky-atc").html($(itemData).find('.js-sticky-atc').html());
$('#stickybar_monthlyprice_1').html($(itemData).find('#stickybar_monthlyprice_1').html());
$('#stickybar_monthlyprice_2').html($(itemData).find('#stickybar_monthlyprice_2').html());
$('#stickybar_monthlyprice_3').html($(itemData).find('#stickybar_monthlyprice_3').html());
$('#url').val($(itemData).find('#url').val());
setTimeout(function () {
$('variant-radios1').removeClass('var_radio_point_none');
//$('.loader_pdp_variant_switch').removeClass('active');
Shopify?.PaymentButton?.init()
}, 1000);
// $('.share-button').html($(itemData).find('.share-button').html());
callOptGa(product_id, product_sku, product_title, product_type, product_price, productcomPrice);
checkAvailability();
$(".product-custom-media").css("opacity", "1");
$(".product__media-list").css("opacity", "1");
function isEmpty(el) {
return !$.trim(el.html());
}
let all_are_hidden1 = true;
let all_are_hidden2 = true;
$('#tblNodes').each(function () {
if (($(this).css('display') !== 'none') || ($('#tblNodes').html() != "")) {
all_are_hidden1 = false;
return false;
}
});
if (all_are_hidden1 == true) {
$(".overviewAccordion").css("display", "none");
} else {
$(".overviewAccordion").css("display", "block");
}
$('#tblNodes2').each(function () {
if (($(this).css('display') !== 'none') || ($('#tblNodes2').html() != "")) {
all_are_hidden2 = false;
return false;
}
});
if (all_are_hidden2 == true) {
$(".specificationAccordion").css("display", "none");
} else {
$(".specificationAccordion").css("display", "block");
}
if (isEmpty($('#tblNodes'))) {
$(".overviewAccordion").css("display", "none");
}
if (isEmpty($('#tblNodes2'))) {
$(".specificationAccordion").css("display", "none");
}
if (all_are_hidden1 == true && all_are_hidden2 == true || $('.specificationAccordion').css('display') == "none" && $('.overviewAccordion').css('display') == "none") {
$(".container_X").css("display", "none");
} else {
$(".container_X").css("display", "block");
}
$(".overviewAccordion").trigger("click");
$("#tradeIn").html($(itemData).find('#tradeIn').html());
$('.js-net-monthly-pricing-pdp-trigger').on('click', function () {
if ($('.js-net-monthly-pricing-modal-trigger').length) {
$('.js-net-monthly-pricing-modal-trigger')[0].click();
}
});
$('#adobeAnalyticsProductData').html($(itemData).find('#adobeAnalyticsProductData').html());
window.refreshModals();
if (window.refreshTradeInModal) window.refreshTradeInModal();
if (window.initTradeInModals) window.initTradeInModals();
var $featuresValue = document.querySelector('.js-features-value') || null;
if ($featuresValue) {
updateFeaturesMarkup($featuresValue);
}
}
});
// Set first product in 'Product recommendations' section to current product
if (productRecommendationsCurrentEl) {
var viewTemplate = $(productRecommendationsCurrentId)?.data(productRecommendationsView);
var productRecommendationsUrl = `${viewurl}?view=${viewTemplate}`;
$.ajax({
type: 'GET',
url: productRecommendationsUrl,
success: function (itemData) {
setCurrentProduct(productRecommendationsCurrentEl, itemData);
}
});
}
}
$(document).on("click", ".accordion1", function () {
this.classList.toggle("active_1");
this.classList.toggle("headerBlu");
var panel1 = this.nextElementSibling;
$(panel1.style.maxHeight);
if (panel1.style.maxHeight) {
panel1.style.maxHeight = null;
$(this).find('span').removeClass("svgrotate_2");
} else {
panel1.style.maxHeight = panel1.scrollHeight + "px";
$(this).find('span').addClass("svgrotate_2");
}
});
checkAvailability();
var color_sw_array = [];
$('.smart_radio').each(function () {
color_sw_array.push($(this).val() + $(this).data('option_count'));
});
var diff = $(color_sw_array).not(prod_option2).get();
for (var i = 0; i < diff.length; i++) {
var smartColor = diff[i];
var convertedText = handleize(smartColor);
$('label.title-tip-color-swatch.color-swatch.radio-label.' + convertedText).css("display", "none");
$('label.title-tip.' + convertedText).css("display", "none");
// Hide inputs for ADA compliance
const titleTipColorSwatchInput = $('label.title-tip-color-swatch.color-swatch.radio-label.' + convertedText).prev().is('input');
const titleTipInput = $('label.title-tip-color-swatch.color-swatch.radio-label.' + convertedText).prev().is('input');
if (titleTipColorSwatchInput) {
$('label.title-tip-color-swatch.color-swatch.radio-label.' + convertedText).prev().css("display", "none");
}
if (titleTipInput) {
$('label.title-tip-color-swatch.color-swatch.radio-label.' + convertedText).prev().css("display", "none");
}
}
function handleize(str) {
const normalizedStr = str.normalize('NFD'); // Normalize
return normalizedStr
.replace(/\p{Diacritic}/gu, '') // Remove diacritics
.replace(/[()]/g, '') // Remove parentheses to match Shopify handleize filter functionality
.replace(/^([^a-zA-Z0-9])*(.*?)/, '$2') // Remove non alphanumeric characters from start and end
.replace(/([^a-zA-Z0-9])/g, '-') // Replace non alphanumeric characters with hyphen
.replace(/-+/g, '-') // Replace duplicate hyphens with single hyphen
.toLowerCase();
}
function checkAvailability() {
var out_of_stock = "Out of Stock";
var not_present = "Combination does not exist";
var totalvarients = $('fieldset.product-form__input:not(.product-form__input--trade-in)').length;
for (var i = 0; i < totalvarients; i++) {
$('.product-form__input').eq(i).find('input').each(function () {
if (!$(this).is(":checked")) {
var currelt = '';
for (var j = 0; j < totalvarients; j++) {
currelt = currelt == '' ? currelt : currelt + '|!';
if (j == i) {
currelt = currelt + $(this).data('varient');
} else {
currelt = currelt + $('.product-form__input').eq(j).find('input:checked').data('varient');
}
}
if (prod_option1[currelt] == "false") {
$(this).addClass('disabled');
$(this).addClass('disabled-strike');
$(this).next("label").attr("data-noproduct", out_of_stock);
}
if (prod_option1[currelt] == undefined) {
if (($(this).data("option_name") != 'Color')) {
$(this).addClass('disabled');
$(this).addClass('disabled-cursor');
$(this).next("label").attr("data-noproduct", not_present);
}
}
}
if ($(this).is(":checked")) {
var currelt = '';
for (var j = 0; j < totalvarients; j++) {
currelt = currelt == '' ? currelt : currelt + '|!';
if (j == i) {
currelt = currelt + $(this).data('varient');
} else {
currelt = currelt + $('.product-form__input').eq(j).find('input:checked').data('varient');
}
}
if (prod_option1[currelt] == "false") {
$(this).addClass('disabled-strike');
$(this).next("label").attr("data-noproduct", out_of_stock);
}
var currelt = $(this).data('varient');
$(this).closest("fieldset").attr("data-selectedcolor", currelt);
}
});
}
}
var product_id = "44033878261940";
var product_sku = "MG8P4X/A";
var product_title = "Kembang777: Update Slot Gacor Hari Ini, Pola Depo 5K & RTP Live Akurat 2025";
var product_type = "iPhone";
var product_price = "2,349.00";
var productcomPrice = "";
var product_handle = "";
var mpnhandle = $("#mpn_handle_" + product_id).val();
callOptGa(product_id, product_sku, product_title, product_type, product_price, productcomPrice);
function callOptGa(product_id, product_sku, product_title, product_type, product_price, productcomPrice) {
if (localStorage.getItem("product-click")) {
var item_list_name = localStorage.getItem("product-click");
} else {
var item_list_name = formatString($("#product_list").val());
}
var prevPage = document.referrer;
if (prevPage.includes("search")) {
var search_value = localStorage.getItem("search_value_term");
if (localStorage.getItem("product-click")) {
var item_list_name = localStorage.getItem("product-click");
} else {
var item_list_name = "Search Results";
}
}
var prodQuant = 1;
var productCurrency = "SGD";
function formatString(str) {
return str
.replace(/(\B)[^ ]*/g, match => (match.toLowerCase()))
.replace(/^[^ ]/g, match => (match.toUpperCase()));
}
var productPrice = Number(product_price.replace(/[^0-9.-]+/g, ""));
var value_price = productPrice * parseInt(prodQuant);
var value_price1 = parseFloat(value_price);
var productPrice1 = parseFloat(productPrice);
document.getElementById("product_list")?.setAttribute('value', item_list_name);
if ((prevPage.includes("search")) && (item_list_name == "Search Results")) {
dataLayer.push({ 'ecommerce': null });
dataLayer.push({
'event': 'select_item',
'search_term': search_value,
'ecommerce': {
'items': [{
'item_id': product_sku,
'item_name': product_title,
'item_category': product_type,
'item_list_name': item_list_name,
'price': productPrice,
'quantity': 1
}]
}
});
}
dataLayer.push({ 'ecommerce': null });
dataLayer.push({
'event': 'view_item',
'search_term': search_value,
'currency': productCurrency,
'value': value_price1,
'ecommerce': {
'items': [{
'item_id': product_sku,
'item_name': product_title,
'item_category': product_type,
'item_list_name': item_list_name,
'price': productPrice,
'quantity': 1
}]
}
});
}
$(".infocircle").click(function () {
$(".infocircle").removeClass("tooltip-active");
$(this).addClass("tooltip-active");
$(".infocircle .inf1").addClass("inf3");
$(".infocircle .inf2").addClass("inf3");
});
// Set the current product as the first item in the 'Product recommendations' section
function setCurrentProduct($el, data) {
$el.html(data);
}
function mediaSize_1(className) {
if (window.matchMedia('(max-width: 1024px)').matches) {
$(className).css("display", "block");
} else {
$(className).css("display", "flex");
}
}
function mediaSize_2(className) {
if (window.matchMedia('(max-width: 1024px)').matches) {
$(className).css("display", "block");
} else {
$(className).css("display", "inline-flex");
}
}
$('.product__media-gallery').prepend('
');
// Remove aria-describedby from slick slides for mobile
setTimeout(() => {
const slickSlides = $('.mobile_media_slider .slider_media').find('.slick-list .slick-slide');
adaFormatSlickSlides(slickSlides);
}, 250);
$('.variant-meta-image').each(function () {
var elem = $(this).find('img');
var img_src = $(this).find('img').attr('data-src');
if (elem.length) {
getMeta(img_src, elem);
}
});
$('.video').parent().click(function () {
if ($(this).children(".video").get(0).paused) {
$(this).children(".video").get(0).play();
} else {
$(this).children(".video").get(0).pause();
}
});
var videos = document.querySelectorAll('video');
for (var i = 0; i < videos.length; i++) {
videos[i].addEventListener('play', function () { pauseAll(this) }, true);
}
function pauseAll(elem) {
for (var i = 0; i < videos.length; i++) {
if (videos[i] == elem) continue;
if (videos[i].played.length > 0 && !videos[i].paused) {
videos[i].pause();
}
}
}
$('.variant-all-image').each(function () {
$(this).css("display", "none");
});
$('.variant-meta-image').each(function () {
$(this).css("display", "none");
});
$('.is-active').css("display", "block");
$('.product-media-modal__content img').each(function () {
$(this).hide();
});
$('.product-media-modal__content video').each(function () {
$(this).hide();
});
$('.product-media-modal__content deferred-media').each(function () {
$(this).hide();
});
$('.product-media-modal__content deferred-media video').each(function () {
$(this).hide();
});
var c1 = parseInt($(".variant-listed-image-44033878261940").length);
var c2 = 0;
var c3 = c1 + c2;
var c3 = 0;
if (c3 == 0) {
$(".common_medias").each(function () {
$(this).css("display", "block");
});
$(".variant-meta-image").each(function () {
$(this).css("display", "none");
});
//$('.slider_media').slick('unslick');
$('.slider_media').html('');
$(".common_medias").each(function () {
var data = $(this).find('.product__media').html()
$('.slider_media').append('
' + data + '
');
})
$('.slider_media').slick({
prevArrow: `
`,
nextArrow: `
`
});
$('.slider_media').on('beforeChange', function (event, slick, currentSlide, nextSlide) {
$('video').each(function () {
$(this).get(0).pause();
});
});
$('.slider_media').on('afterChange', function (event, slick, currentSlide, nextSlide) {
if ($('.slick-current').find('video').length !== 0) {
$(".slider_media .slick-current video")[0].play();
}
});
$('.product-media-modal__content img').not('.custom_media_images').each(function () {
$(this).show();
});
$('.product-media-modal__content deferred-media').each(function () {
$(this).show();
});
$('.product-media-modal__content deferred-media video').each(function () {
$(this).show();
});
return;
}
$('body').on('click', '.frequent-products-checkbox', function () {
if ($(this).is(':checked')) {
$(this).siblings('label').html(varselect);
} else {
$(this).siblings('label').html(varunselect);
}
});
function resetErrors() {
var errorMessage = document?.querySelector('.js-qty-error') || null;
var qtyInput = document?.querySelector('.js-qty-input') || null;
// reset error messaging
if (errorMessage) {
errorMessage.classList.add('hidden');
}
if (qtyInput) {
qtyInput.classList.remove('quantity--error');
}
}
function updateFeaturesMarkup(val) {
var $container = document.querySelector('.overviewPanel');
var $list = document.createElement('ul');
var $content = val.innerHTML;
if ($content && $content?.length > 0) {
// Split the content by tag
var $items = $content.split(/ /i);
if ($items?.length > 0) {
$items = $items.map((item) => {
var $listItem = document.createElement('li');
$listItem.innerHTML = item;
// add li to $list
$list.appendChild($listItem);
});
// Clear the existing content
val.innerHTML = '';
val.appendChild($list);
if ($container && $container?.style?.maxHeight) {
// update the max height of the container to account for the new content
$container.style.maxHeight = $container.scrollHeight + 'px';
}
}
}
}
});
Kembang777 hadir sebagai salah satu pusat referensi
paling tepercaya untuk pencarian slot gacor 777. Dengan analisis harian
berbasis data real-time, Kembang777 menghadirkan gambaran akurat mengenai pola permainan,
stabilitas RTP, dan tren game yang sedang memasuki fase gampang menang.
Reputasinya terus meningkat karena konsisten memberikan insight yang nyata dan dapat diuji.
Ekosistem game di Kembang777 mencakup banyak judul populer seperti
Mahjong Ways, Spaceman,
Sweet Bonanza, hingga Gates of Olympus.
Setiap game dianalisis berdasarkan volatilitas, frekuensi scatter, dan ritme
multiplier untuk membantu pemain memahami peluang maxwin dengan jauh lebih presisi.
Inilah yang membuat daftar slot gacor hari ini milik Kembang777 sering menempati
posisi puncak pencarian.
Salah satu kekuatan utama Kembang777 adalah pembaruan RTP Live yang dilakukan
secara konsisten. Melalui pembaruan ini, pemain dapat mengetahui dengan cepat game mana
yang sedang berada di fase gacor dan mana yang sedang turun performanya. Bahkan dengan modal
kecil seperti depo 5K, pemain tetap memiliki peluang menang berkat pemetaan
akurat terhadap kondisi RTP harian.
Pendekatan berbasis data yang digunakan Kembang777 tidak berhenti pada angka RTP saja.
Kami mengurai karakteristik permainan, momentum scatter, waktu terbaik untuk masuk, serta
ritme spin yang paling ideal. Analisis mendalam ini membantu pemain membaca dinamika
permainan dengan lebih matang sehingga peluang profit meningkat secara signifikan.
Dengan identitas brand yang kuat dan pembaruan konten yang konsisten,
Kembang777 terus memperkuat posisinya dalam industri
slot gacor 2025. Penyajian data yang rapi, akurat, dan elegan menjadikannya
pilihan utama bagi pemain yang mencari referensi slot gacor yang stabil, terpercaya,
dan relevan mengikuti perkembangan industri game modern.
FAQ Kembang777
Apa itu Slot777 di Kembang777?
Slot777 adalah kumpulan game populer dengan RTP tinggi, peluang scatter stabil, dan potensi maxwin besar yang dianalisis setiap hari oleh Kembang777.
Mengapa Slot777 sering dianggap gacor?
Stabilitas RTP, ritme pola harian, dan volatilitas game yang mudah dibaca membuat Slot777 menjadi rujukan pemain berpengalaman.
Apa game yang paling banyak dipilih pemain?
Mahjong Ways, Sweet Bonanza, Gates of Olympus, dan Spaceman dikenal memiliki performa konsisten dan potensi multiplier tinggi.
Apakah modal depo kecil tetap bisa menang?
Ya, banyak pemain berhasil profit hanya dengan modal 5K berkat pembacaan pola dan timing yang tepat.
Informasi Tambahan
Apa keunggulan rekomendasi Kembang777?
Update RTP Live harian, analisis pola, rekomendasi game gacor, dan data stabil yang membantu pemain membuat keputusan lebih tepat.
Apakah data gacor selalu akurat?
Data berasal dari tren permainan dan pergerakan RTP. Meski tidak 100% pasti, akurasinya jauh lebih stabil dibanding tebakan manual.
Single column accordion
Prices include 9% GST but exclude shipping costs.
Single column accordion
Choosing a selection results in a full page refresh.