판매 중!

Sphero Nubby Cover

원래 가격: ₩2,678.현재 가격: ₩1,339.

카테고리:

Nubby Cover

Blue

Orange

Yellow

Kick fun into high gear with the Nubby Cover for BOLT+ and BOLT robots. Featuring a textured surface, this cover provides extra grip and enhances traction. While protecting against scratches and scuffs, the Nubby Cover offers additional control to help your robot navigate various terrains.
Note: The use of a Nubby Cover will obstruct the BOLT+/BOLT display.

// Shared SKU Map
var skuMap = {
‘ANC01BL1’: {
title: ‘vtitle01’,
subtitle: ‘vsub01’,
description: ‘vdescr01’,
included: ‘vwhats01’
},
‘ANC01OR1’: {
title: ‘vtitle02’,
subtitle: ‘vsub02’,
description: ‘vdescr01’,
included: ‘vwhats01’
},
‘ANC01YE1’: {
title: ‘vtitle03’,
subtitle: ‘vsub03’,
description: ‘vdescr01’,
included: ‘vwhats01’
},
// Add more mappings as needed
};

// Update title based on SKU
var skuTitleElement = document.querySelector(‘.product-meta__sku-number’);
var titleElement = document.querySelector(‘.product-meta__title’);

function updateTitleBasedOnSKU(skuMap) {
var skuNumberTitle = skuTitleElement.textContent.trim();

if (skuMap.hasOwnProperty(skuNumberTitle)) {
var divId = skuMap[skuNumberTitle].title;
var divContent = document.getElementById(divId);

if (divContent) {
titleElement.textContent = divContent.textContent.trim();
var inlineStyles = divContent.getAttribute(‘style’);
titleElement.setAttribute(‘style’, inlineStyles);
divContent.style.display = ‘block’;
}
}
}

updateTitleBasedOnSKU(skuMap);

// Update subtitle based on SKU
var s

상품평

아직 상품평이 없습니다.

“Sphero Nubby Cover”의 첫 상품평을 남겨 주세요

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다

위로 스크롤