(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
1/1
${data.index + 1}/${data.total}
Περιγραφή
Siemens Healthcare is a leading global provider of healthcare solutions to improve people's health and quality of life. The company is committed to providing high-quality medical devices, diagnostic imaging equipment, diagnostic laboratory equipment and medical IT solutions.
With outstanding innovation, excellent quality and service in the global market, Siemens Healthcare provides healthcare organizations and patients around the world with professional healthcare products and services.
Before the treatment
After the treatment
The non-invasive multifunctional glucose meter has passed CE certification, FDA certification and CFDA certification. The measurement accuracy is high and matches the measurement results of professional medical devices. Order with confidence.
`
}()}
${function(){
const wholesale_enabled = false;
const qty = data.quantity || 1;
const currentSelectVariant = data.variant;
const defaultVariant = (data.product && data.product.variants && data.product.variants[0]);
const productVariant = {"id":"4182895e-7462-4b98-9e33-a2227e98b1c3","product_id":"f644808b-5692-41f9-b295-7415c27dfadc","title":"Version 2024 1.0: Non-invasive and highly accurate medical blood glucose detection + blood pressure measurement provides a basic set of the most important measurements for daily health maintenance.","weight_unit":"kg","inventory_quantity":0,"sku":"XTJCY","barcode":"","position":1,"option1":"Version 2024 1.0: Non-invasive and highly accurate medical blood glucose detection + blood pressure measurement provides a basic set of the most important measurements for daily health maintenance.","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":32,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"32","retail_price":"0","available":true,"url":"\/products\/2gds-q6pj?variant=4182895e-7462-4b98-9e33-a2227e98b1c3","available_quantity":999999999,"options":[{"name":"products","value":"Version 2024 1.0: Non-invasive and highly accurate medical blood glucose detection + blood pressure measurement provides a basic set of the most important measurements for daily health maintenance."}],"off_ratio":"0","flashsale_info":{"variant_id":"4182895e-7462-4b98-9e33-a2227e98b1c3","product_id":"","quantity":0,"discount_id":"","limit_time":0,"limit_buy":0,"user_limit_buy":0,"discount_sales":0,"discount_sales_rate":"","discount_stock":0,"ends_at":0,"starts_at":0,"allow_oversold":"","allocation_method":"","price":"32","compare_at_price":"","discount_price":"32","customary_saved_price":"","customary_off_ratio":"","discount_saved_price":"","discount_off_ratio":"0","use_before_price":false,"before_price":"","title":"","properties":"","color_setting_promotional_copy":"","discount_quantity":0,"is_need_split":false},"sales":0};
const variantData = currentSelectVariant || defaultVariant || productVariant;
const wholesale_price = variantData.wholesale_price || [];
if(wholesale_enabled && wholesale_price.length > 0) {
let wholesaleIndex = wholesale_price.findIndex(item => {
return item.min_quantity > qty;
});
if(wholesaleIndex < 0){
wholesaleIndex = wholesale_price.length - 1;
}else if(wholesaleIndex > 0){
wholesaleIndex = wholesaleIndex - 1;
}
const wholesalePrice = wholesale_price[wholesaleIndex] || '';
return `