odamlar buni hozir ko'rmoqda
[h-A00060] Подключаемый стайлер с горячим воздухом 3-в-1 и вращающийся фен для сушки, завивки и выпрямления волос.
Наложенный платеж
Этот горячий воздушный щетка-стилизатор и сушилка оснащены двумя сменными вращающимися щетками. Большой барель браш идеально подходит для густых волос. Меньший линзовый барабан подходит для более мягких и непринужденных волос.
${function() {
const variantData = data.variant || {"id":"7c7c7d44-f0f7-4949-9b04-9740a9b560e0","product_id":"b43e9669-2280-4894-b094-bc6e82f91899","title":"","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":350000,"min_quantity":1}],"weight":"0","compare_at_price":"500000","price":"350000","retail_price":"500000","available":true,"url":"\/products\/huang-\u043d\u0430\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439-\u043f\u043b\u0430\u0442\u0435\u0436-128293-\u0443\u0436\u0435-\u0432-\u043f\u0440\u043e\u0434\u0430\u0436\u0435-128293-\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u043c\u044b\u0439-\u0441\u0442\u0430\u0439\u043b\u0435\u0440-\u0441-\u0433\u043e\u0440\u044f\u0447\u0438\u043c-\u0432\u043e\u0437\u0434\u0443\u0445\u043e\u043c-3-\u0432-1-\u0438-\u0432\u0440\u0430\u0449\u0430\u044e\u0449\u0438\u0439\u0441\u044f-\u0444\u0435\u043d-\u0434\u043b\u044f-\u0441\u0443\u0448\u043a\u0438-\u0437\u0430\u0432\u0438\u0432\u043a\u0438-\u0438-\u0432\u044b\u043f\u0440\u044f\u043c\u043b\u0435\u043d\u0438\u044f-\u0432\u043e\u043b\u043e\u0441?variant=7c7c7d44-f0f7-4949-9b04-9740a9b560e0","available_quantity":999999999,"options":[],"off_ratio":30,"flashsale_info":[],"sales":1026};
const saveType = "percentage";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}% `
: `- `
}
`;
}()}
Добавить в корзину
so'm350,000
${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":"7c7c7d44-f0f7-4949-9b04-9740a9b560e0","product_id":"b43e9669-2280-4894-b094-bc6e82f91899","title":"","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":350000,"min_quantity":1}],"weight":"0","compare_at_price":"500000","price":"350000","retail_price":"500000","available":true,"url":"\/products\/huang-\u043d\u0430\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439-\u043f\u043b\u0430\u0442\u0435\u0436-128293-\u0443\u0436\u0435-\u0432-\u043f\u0440\u043e\u0434\u0430\u0436\u0435-128293-\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u043c\u044b\u0439-\u0441\u0442\u0430\u0439\u043b\u0435\u0440-\u0441-\u0433\u043e\u0440\u044f\u0447\u0438\u043c-\u0432\u043e\u0437\u0434\u0443\u0445\u043e\u043c-3-\u0432-1-\u0438-\u0432\u0440\u0430\u0449\u0430\u044e\u0449\u0438\u0439\u0441\u044f-\u0444\u0435\u043d-\u0434\u043b\u044f-\u0441\u0443\u0448\u043a\u0438-\u0437\u0430\u0432\u0438\u0432\u043a\u0438-\u0438-\u0432\u044b\u043f\u0440\u044f\u043c\u043b\u0435\u043d\u0438\u044f-\u0432\u043e\u043b\u043e\u0441?variant=7c7c7d44-f0f7-4949-9b04-9740a9b560e0","available_quantity":999999999,"options":[],"off_ratio":30,"flashsale_info":[],"sales":1026};
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 `
`
}else {
const price = variantData && variantData.price;
return price != undefined ? `
` : ' ';
}
}()}
Купи сейчас
Товара не было в наличии.
Продукт недоступен.
/** @private {string} */
class SpzCustomAnchorScroll extends SPZ.BaseElement {
static deferredMount() {
return false;
}
constructor(element) {
super(element);
/** @private {Element} */
this.scrollableContainer_ = null;
}
isLayoutSupported(layout) {
return layout == SPZCore.Layout.LOGIC;
}
buildCallback() {
this.viewport_ = this.getViewport();
this.initActions_();
}
setTarget(containerId, targetId) {
this.containerId = '#' + containerId;
this.targetId = '#' + targetId;
}
scrollToTarget() {
const container = document.querySelector(this.containerId);
const target = container.querySelector(this.targetId);
const {scrollTop} = container;
const eleOffsetTop = this.getOffsetTop_(target, container);
this.viewport_
.interpolateScrollIntoView_(
container,
scrollTop,
scrollTop + eleOffsetTop
);
}
initActions_() {
this.registerAction(
'scrollToTarget',
(invocation) => this.scrollToTarget(invocation?.caller)
);
this.registerAction(
'setTarget',
(invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId)
);
}
/**
* @param {Element} element
* @param {Element} container
* @return {number}
* @private
*/
getOffsetTop_(element, container) {
if (!element./*OK*/ getClientRects().length) {
return 0;
}
const rect = element./*OK*/ getBoundingClientRect();
if (rect.width || rect.height) {
return rect.top - container./*OK*/ getBoundingClientRect().top;
}
return rect.top;
}
}
SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll);
const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings";
class SpzCustomStrengthenTrust extends SPZ.BaseElement {
constructor(element) {
super(element);
this.renderElement_ = null;
}
isLayoutSupported(layout) {
return layout == SPZCore.Layout.CONTAINER;
}
buildCallback() {
this.xhr_ = SPZServices.xhrFor(this.win);
const renderId = this.element.getAttribute('render-id');
SPZCore.Dom.waitForChild(
document.body,
() => !!document.getElementById(renderId),
() => {
this.renderElement_ = SPZCore.Dom.scopedQuerySelector(
document.body,
`#${renderId}`
);
if (this.renderElement_) {
this.render_();
}
this.registerAction('track', (invocation) => {
this.track_(invocation.args);
});
}
);
}
render_() {
this.fetchData_().then((data) => {
if (!data) {
return;
}
SPZ.whenApiDefined(this.renderElement_).then((apis) => {
apis?.render(data);
document.querySelector('#strengthen-trust-render-1539149753700').addEventListener('click',(event)=>{
if(event.target.nodeName == 'A'){
this.track_({type: 'trust_content_click'});
}
})
});
});
}
track_(data = {}) {
const track = window.sa && window.sa.track;
if (!track) {
return;
}
track('trust_enhancement_event', data);
}
parseJSON_(string) {
let result = {};
try {
result = JSON.parse(string);
} catch (e) {}
return result;
}
fetchData_() {
return this.xhr_
.fetchJson(STRENGTHEN_TRUST_URL)
.then((responseData) => {
if (!responseData || !responseData.data) {
return null;
}
const data = responseData.data;
const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => {
return result.concat(Object.assign(moduleSetting, {
logos: (moduleSetting.logos || []).map((item) => {
return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item;
})
}));
}, []);
return Object.assign(data, {
module_settings: moduleSettings,
isEditor: window.self !== window.top,
});
});
}
}
SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);
${data.module_title}
Пожалуйста, перейдите к плагину атмосферы магазина, чтобы включить функцию создания доверия. Карта будет отображаться для клиентов только после ее включения.
${item.content.replaceAll("{store_name}","BILIOPPO--SHOP1")}
Пожалуйста, перейдите к плагину атмосферы магазина, чтобы включить функцию создания доверия. Карта будет отображаться для клиентов только после ее включения.
${function(){
const variantData = data.variant || {"id":"7c7c7d44-f0f7-4949-9b04-9740a9b560e0","product_id":"b43e9669-2280-4894-b094-bc6e82f91899","title":"","weight_unit":"g","inventory_quantity":0,"sku":"","barcode":"","position":1,"option1":"","option2":"","option3":"","note":"","image":null,"wholesale_price":[{"price":350000,"min_quantity":1}],"weight":"0","compare_at_price":"500000","price":"350000","retail_price":"500000","available":true,"url":"\/products\/huang-\u043d\u0430\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439-\u043f\u043b\u0430\u0442\u0435\u0436-128293-\u0443\u0436\u0435-\u0432-\u043f\u0440\u043e\u0434\u0430\u0436\u0435-128293-\u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0430\u0435\u043c\u044b\u0439-\u0441\u0442\u0430\u0439\u043b\u0435\u0440-\u0441-\u0433\u043e\u0440\u044f\u0447\u0438\u043c-\u0432\u043e\u0437\u0434\u0443\u0445\u043e\u043c-3-\u0432-1-\u0438-\u0432\u0440\u0430\u0449\u0430\u044e\u0449\u0438\u0439\u0441\u044f-\u0444\u0435\u043d-\u0434\u043b\u044f-\u0441\u0443\u0448\u043a\u0438-\u0437\u0430\u0432\u0438\u0432\u043a\u0438-\u0438-\u0432\u044b\u043f\u0440\u044f\u043c\u043b\u0435\u043d\u0438\u044f-\u0432\u043e\u043b\u043e\u0441?variant=7c7c7d44-f0f7-4949-9b04-9740a9b560e0","available_quantity":999999999,"options":[],"off_ratio":30,"flashsale_info":[],"sales":1026};
return `
Sku : ${variantData && variantData.sku}
`
}()}