Modny, jednokolorowy, merceryzowany garnitur casual z dekoltem w szpic
${function() {
const variantData = data.variant || {"id":"91dc02b6-f93a-48b6-9132-d7bf4481d169","product_id":"4dca58f3-38e5-49d3-a7b4-dba7bfd71fe0","title":"Niebieski-S","weight_unit":"kg","inventory_quantity":100,"sku":"ny06-Blue-S","barcode":"","position":1,"option1":"Niebieski","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e39527435eec76f80b10fed89d10a05d.jpeg","path":"e39527435eec76f80b10fed89d10a05d.jpeg","width":1064,"height":1064,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":142,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"142","retail_price":"0","available":true,"url":"\/products\/fashion-solid-color-mercerized-v-neck-casual-suit37bb85ca-f87e-4a9c-bb45-df4705901742?variant=91dc02b6-f93a-48b6-9132-d7bf4481d169","available_quantity":999999999,"options":[{"name":"Kolor","value":"Niebieski"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
const saveType = "amount";
const productLabelDiscountOn = true;
return `
-
${saveType == 'percentage'
? `-${variantData.off_ratio}%`
: `-`
}
`;
}()}
${function(){
const tipText = "Wybierz {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
${function(){
const tipText = "Wybierz {{ name }}".replace(/\{\{\s+name\s+\}\}/g, data);
return `${tipText}
`
}()}
Produkt był niedostępny.
Produkt niedostępny.
${function(){
const variantData = data.variant || {"id":"91dc02b6-f93a-48b6-9132-d7bf4481d169","product_id":"4dca58f3-38e5-49d3-a7b4-dba7bfd71fe0","title":"Niebieski-S","weight_unit":"kg","inventory_quantity":100,"sku":"ny06-Blue-S","barcode":"","position":1,"option1":"Niebieski","option2":"S","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/e39527435eec76f80b10fed89d10a05d.jpeg","path":"e39527435eec76f80b10fed89d10a05d.jpeg","width":1064,"height":1064,"alt":"","aspect_ratio":1},"wholesale_price":[{"price":142,"min_quantity":1}],"weight":"0","compare_at_price":"0","price":"142","retail_price":"0","available":true,"url":"\/products\/fashion-solid-color-mercerized-v-neck-casual-suit37bb85ca-f87e-4a9c-bb45-df4705901742?variant=91dc02b6-f93a-48b6-9132-d7bf4481d169","available_quantity":999999999,"options":[{"name":"Kolor","value":"Niebieski"},{"name":"Rozmiar","value":"S"}],"off_ratio":0,"flashsale_info":[],"sales":0};
return `
`
}()}
Płatność gotówką przy odbiorze
Masz prawo zwrócić produkt w ciągu 14 dni
Zapłać online i zyskaj 10% rabatu
SKU:MM24051412114
Kategoria: Garnitur
Wzór: Nie
Grubość: konwencjonalna
Elastyczność: nierozciągliwa
Sceny: Codzienne wyjście na wakacje
Materiał: poliester
Sezon: wiosna/lato
Styl: swobodny
Tabela rozmiarów:
Rozmiar |
Długość górna |
Klatka piersiowa |
Długość górna |
Długość dołu |
Talia |
Biodro |
cm |
cal |
cm |
cal |
cm |
cal |
cm |
cal |
cm |
cal |
cm |
cal |
S |
68 |
26,77 |
100 |
39,37 |
26 |
10.24 |
105 |
41,34 |
68 |
26,77 |
105 |
41,34 |
M |
69 |
27.17 |
104 |
40,94 |
27 |
10.63 |
106 |
41,73 |
72 |
28.35 |
109 |
42,91 |
L |
70 |
27,56 |
108 |
42,52 |
28 |
11.02 |
107 |
42.13 |
76 |
29,92 |
113 |
44,49 |
XL |
71 |
27,95 |
112 |
44.09 |
29 |
11.42 |
108 |
42,52 |
80 |
31,50 |
117 |
46.06 |
2XL |
72 |
28.35 |
116 |
45,67 |
30 |
11.81 |
109 |
42,91 |
84 |
33.07 |
121 |
47,64 |
3XL |
73 |
28,74 |
120 |
47,24 |
31 |
12.20 |
110 |
43.31 |
88 |
34,65 |
125 |
49.21 |
4XL |
74 |
29.13 |
124 |
48,82 |
32 |
12.60 |
111 |
43,70 |
92 |
36.22 |
129 |
50,79 |
5XL |
75 |
29.53 |
128 |
50,39 |
33 |
12,99 |
112 |
44.09 |
96 |
37,80 |
133 |
52,36 |
Here are what our customers say.
Najnowsza
Najbardziej lubiany
Najwyższe oceny
Najniższe oceny
Najbardziej lubiany
Najwyższe oceny
Najniższe oceny
×
${function(){
const limit = typeof data === 'number' ? data : 0;
return `
Zdjęcia/wideo (${limit || 0}/5)
` }()}
${(function(){
const closeIcon =
'
';
if (item.type === 'image') {
return `
${closeIcon}
`
}
return `
${closeIcon}
`
})()}
class SpzCustomFileUpload extends SPZ.BaseElement {
constructor(element) {
super(element);
this.uploadCount_ = 0;
this.fileList_ = [];
}
buildCallback() {
this.action = SPZServices.actionServiceForDoc(this.element);
this.registerAction('upload', (data) => {
this.handleFileUpload_(data.event?.detail?.data || []);
});
this.registerAction('delete', (data) => {
this.handleFileDelete_(data?.args?.data);
});
this.registerAction('preview', (data) => {
this.handleFilePreview_(data?.args?.data);
});
this.registerAction('limit', (data) => {
this.handleFileLimit_();
});
this.registerAction('sizeLimit', (data) => {
this.handleFileSizeLimit_();
});
}
isLayoutSupported(layout) {
return layout == SPZCore.Layout.LOGIC;
}
setData_(count, file) {
this.uploadCount_ = count;
this.fileList_ = file;
}
handleFileUpload_(data) {
data.forEach(i => {
if(this.fileList_.some(j => j.url === i.url)) return;
this.fileList_.push(i);
})
this.uploadCount_++;
sessionStorage.setItem('fileList', JSON.stringify(this.fileList_));
this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_});
if(this.fileList_.length >= 5){
document.querySelector('#review_upload').style.display = 'none';
}
if(this.fileList_.length > 0){
document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px';
}
}
handleFileDelete_(index) {
this.fileList_.splice(index, 1);
this.uploadCount_--;
sessionStorage.setItem('fileList', JSON.stringify(this.fileList_));
this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_});
document.querySelector('#review_upload').style.display = 'block';
if(this.fileList_?.length === 0){
document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px';
}
}
handleFilePreview_(index) {
const finalPreviewData = this.fileList_[index];
const filePreviewModal = document.getElementById('filePreviewModal');
const fullScreenVideo = document.getElementById('fullScreenVideo');
const fullScreenImage = document.getElementById('fullScreenImage');
const previewModalClose = document.getElementById('previewModalClose');
const previewLoading = document.getElementById('previewLoading');
filePreviewModal.style.display = 'block';
previewLoading.style.display = 'flex';
if(finalPreviewData?.type === 'video'){
const media = this.mediaParse_(this.fileList_[index]?.url);
fullScreenVideo.addEventListener('canplaythrough', function() {
previewLoading.style.display = 'none';
});
fullScreenImage.src = '';
fullScreenImage.style.display = 'none';
fullScreenVideo.style.display = 'block';
fullScreenVideo.src = media.mp4 || '';
} else {
fullScreenImage.onload = function() {
previewLoading.style.display = 'none';
};
fullScreenVideo.src = '';
fullScreenVideo.style.display = 'none';
fullScreenImage.style.display = 'block';
fullScreenImage.src = finalPreviewData.url;
}
previewModalClose.addEventListener('click', function() {
filePreviewModal.style.display = 'none';
});
}
handleFileLimit_() {
alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5');
this.triggerEvent_("handleFileLimit");
}
handleFileSizeLimit_() {
alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M');
}
clear(){
this.fileList_ = [];
this.uploadCount_ = 0;
sessionStorage.setItem('fileList', JSON.stringify(this.fileList_));
this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_});
document.querySelector('#review_upload').style.display = 'block';
}
mediaParse_(url) {
var result = {};
try {
url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) {
try {
result[key] = decodeURIComponent(value);
} catch (e) {
result[key] = value;
}
});
result.preview_image = url.split('?')[0];
} catch (e) {};
return result;
}
triggerEvent_(name, data) {
const event = SPZUtils.Event.create(this.win, name, data);
this.action.trigger(this.element, name, event);
}
}
SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.