💙💙【S-5XL】2024 Sukienka wysokiej jakości, wygodna i elegancka
${function() {
const variantData = data.variant || {"id":"5cfb4bed-90fe-43c1-a00d-29bbe745696f","product_id":"36ead36c-733b-43e4-96a4-3a867d1fd4c9","title":"S","weight_unit":"kg","inventory_quantity":100,"sku":"D810-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2137e2e15b5353536c0fe8967b3e179a.png","path":"2137e2e15b5353536c0fe8967b3e179a.png","width":686,"height":690,"alt":"","aspect_ratio":0.9942028985507246},"wholesale_price":[{"price":145,"min_quantity":1}],"weight":"0","compare_at_price":"465","price":"145","retail_price":"465","available":true,"url":"\/products\/\ud83d\udc99\ud83d\udc99-s-5xl-2024-rochie-de-calitate-superioara-confortabila-si-eleganta?variant=5cfb4bed-90fe-43c1-a00d-29bbe745696f","available_quantity":999999999,"options":[{"name":"Rozmiar","value":"S"}],"off_ratio":69,"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}
`
}()}
Produkt był niedostępny.
Produkt niedostępny.
${function(){
const variantData = data.variant || {"id":"5cfb4bed-90fe-43c1-a00d-29bbe745696f","product_id":"36ead36c-733b-43e4-96a4-3a867d1fd4c9","title":"S","weight_unit":"kg","inventory_quantity":100,"sku":"D810-S","barcode":"","position":1,"option1":"S","option2":"","option3":"","note":"","image":{"src":"\/\/img.staticdj.com\/2137e2e15b5353536c0fe8967b3e179a.png","path":"2137e2e15b5353536c0fe8967b3e179a.png","width":686,"height":690,"alt":"","aspect_ratio":0.9942028985507246},"wholesale_price":[{"price":145,"min_quantity":1}],"weight":"0","compare_at_price":"465","price":"145","retail_price":"465","available":true,"url":"\/products\/\ud83d\udc99\ud83d\udc99-s-5xl-2024-rochie-de-calitate-superioara-confortabila-si-eleganta?variant=5cfb4bed-90fe-43c1-a00d-29bbe745696f","available_quantity":999999999,"options":[{"name":"Rozmiar","value":"S"}],"off_ratio":69,"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
Luźna spódnica dobrze zakryje brzuch i sprawi, że będziesz wyglądać szczuplej. Nadaje się do każdego typu sylwetki.
CECHY
- Materiał: wykonany z super miękkiego, wysokiej jakości materiału o dobrej elastyczności i oddychalności, bardzo wygodny w noszeniu w czasie upałów. To będzie Twój idealny letni ulubieniec!
- Cechy: luźna spódnica, podstawowa sukienka, jednolity kolor, jednolity kolor, modny i elegancki.
- Modne: rozkloszowany dół sprawi, że będziesz wyglądać piękniej i szykownie. Noś tę spódnicę wiosną i latem. Jest stylowy i wygodny.
- Łączenie: Można go połączyć z modnymi szpilkami lub sandałami z paskiem lub z ulubioną torebką, która jest pełna uroku.
- Najlepszy prezent: To miły prezent dla ciebie lub możesz go podarować swojej matce, córce, żonie, ciotce, przyjaciółce, dziewczynie, siostrze, aby wyrazić swoją głęboką miłość.
SPECYFIKACJE
- Typ artykułu: Sukienka
- Okazja: plaża, wakacje, codziennie
- Styl: swobodny
- Płeć żeńska
- Sezon: Wiosna i Lato
TABELA ROZMIARÓW
Rozmiar (cale) |
Biust |
Długość sukienki |
S |
95 |
128 |
M |
100 |
129 |
L |
106 |
130 |
XL |
112 |
131 |
2XL |
118 |
132 |
3XL |
124 |
133 |
4XL |
130 |
134 |
5XL |
136 |
135 |
INSTRUKCJA PRANIA
NOTATKA
- Ze względu na pomiary ręczne, proszę pozwolić na niewielkie odchylenia pomiaru.
- Ze względu na różne efekty wyświetlania i oświetlenia rzeczywisty kolor przedmiotu może nieznacznie różnić się od koloru wyświetlanego na zdjęciu.
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.