Description
Price: $263.79
(as of Apr 23, 2024 09:06:37 UTC – Details)
Specification:
Material: Metal Iron
Curtain Color: Green, Beige, Blue, Brown, White
U-Shape Rod Length: 200cm/6.56 ft, 230cm/7.75ft
U-Shape Rod Width: 12cm/4.7inch
U-Shape Rod Diameter: 19mm/0.7inch
Bracket Height: 22cm/8.7inch
Curtain Length: 200cm/7.22 ft
Applicable scenarios: Beauty Salon/Health Museum/Clinic/Salon Lounge/Shopping Malls/office/Dormitories/Bedrooms/Bridal Shops/Underwear Shops/Hospitals/Clothing Stores/Nursing Homes/Nursing Homes
Function: Privacy Protection/Light-transmitting/Partition/Divider /Removable
Applicable people: adults/children
Installation method: Wall-mounted
Package Includes:
Divider Rod×1
Curtain×1
Hooks, Bracket, Screws
Note:
Color Difference: There may be slight differences between the item and pictures shown on the screen due to different device displays.
Size Deviation: This is a hand-measured item, please allow minor deviations.
– U-shaped Privacy Partition Curtain: Stable and load-bearing, with good stability and load-bearing ability, not easy to fall after long-term use, safe and reliable to use, not easy aging
– Curtain: Thickened window screen, soft and smooth to the touch, atomized light, through light impervious to people, effectively protect privacy, provide you with private space
– Applicable Scene: Privacy curtains are very suitable for office space, shared bedroom, factories, clothing store fitting rooms, nursing homes, confinement centers, hospitals, studio, dorm, storage space, cafes, hotels, etc
– Wall-mounted Divider Curtain: Perforated fixed curtain rod. Fixed with punch lock screw, safe and stable, easy to hang; it can be used in narrow corners, does not occupy space, and provides you with privacy protection. Easy to install and disassemble
Manufacturer | JOMRTS |
---|---|
ASIN | B0D25PT4GB |
Country of Origin | China |
Date First Available | April 19, 2024 |
Warranty & Support
Feedback
Fitting Room, Home Area Privacy Partition Dividers for Living Room Bedroom Condo Basement Playroom, Separation Hanging Screen for Beauty Salon Clinic Lounge Underwear Shops Hospital (White 2m)
Share:
Found a lower price? Let us know. Although we can’t match every price reported, we’ll use your feedback to ensure that our prices remain competitive.
Where did you see a lower price?
\n’ +
‘
‘
);
}
function getThankYouDiv(thankMsg) {
return (
‘
‘
thankMsg +
‘
\n’ +
‘
‘
);
}
function getLoadingGifDiv() {
return ‘‘;
}
function isValidUrl(url) {
if (!url) {
return false;
}
var encodedUrl = encodeURI(url);
return encodedUrl.match(
/^(https?:\/\/)?(([a-z0-9-]|%[A-F0-9]{2})+\.)+(([a-z]|%[A-F0-9]{2})([a-z0-9]|%[A-F0-9]{2})*)(:[0-9]+)?(\/[a-z0-9;:,~!+#@&=%\/$\.?_-]+)?$/
);
}
function isNumericPrice(price) {
if (!price) {
return false;
}
return price.match(/^([0-9]+\.?[0-9]*)$|^([0-9]*\.[0-9]+)$/);
}
function isEmptyValue(input) {
return !input || input.length === 0 || input.match(/^\s*$/);
}
function truncate(input, length) {
if (!input) {
return ”;
} else {
return input.substr(0, length);
}
}
function formatDate(year, date, month) {
return year + ‘-‘ + month + ‘-‘ + date;
}
function trim(input) {
if (!input) {
return ”;
} else {
return input.trim();
}
}
function resetModalToInitialState(currentMonth, currentDate, currentYear) {
var enableOnlineStoreRadio = document.querySelector(‘#pricingFeedback_onlineRadio’);
var enableOfflineStoreRadio = document.querySelector(‘#pricingFeedback_offlineRadio’);
var onlineStoreInputForm = document.querySelector(‘#pricingFeedback_onlineInput’);
var offlineStoreInputForm = document.querySelector(‘#pricingFeedback_offlineInput’);
var onlineUrl = document.querySelector(‘#onlineUrl’);
var onlinePriceRaw = document.querySelector(‘#onlinePriceRaw’);
var onlineShippingRaw = document.querySelector(‘#onlineShippingRaw’);
var onlineDay = document.querySelector(‘#onlineDay’);
var onlineMonth = document.querySelector(‘#onlineMonth’);
var onlineYear = document.querySelector(‘#onlineYear’);
var onlineCalendar = document.querySelector(‘#onlineCalendar’);
var note1 = document.querySelector(‘#note1’);
var offlineStoreName = document.querySelector(‘#offlineStoreName’);
var offlineCity = document.querySelector(‘#offlineCity’);
var offlineState = document.querySelector(‘#offlineState’);
var offlinePriceRaw = document.querySelector(‘#offlinePriceRaw’);
var offlineDay = document.querySelector(‘#offlineDay’);
var offlineMonth = document.querySelector(‘#offlineMonth’);
var offlineYear = document.querySelector(‘#offlineYear’);
var offlineCalendar = document.querySelector(‘#offlineCalendar’);
var thankYouDiv = document.querySelector(‘#pricingFeedback_thank’);
var errorDiv = document.querySelector(‘#pricingFeedback_error’);
var submitButton = document.querySelector(‘#pricingFeedback_submit’);
var loadingGifDiv = document.querySelector(‘#loading’);
var stateDefaultOption = document.querySelector(‘#stateDefaultOption’);
var stateDefaultPrompt = document.querySelector(‘#stateDefaultPrompt’);
var offlineStateMain = document.querySelector(‘#offlineStateMain’);
if (thankYouDiv) {
thankYouDiv.innerHTML = ”;
}
if (errorDiv) {
errorDiv.innerHTML = ”;
}
if (loadingGifDiv) {
loadingGifDiv.innerHTML = ”;
}
if (submitButton) {
submitButton.style.display = ‘block’;
}
onlineUrl.value = ”;
onlinePriceRaw.value = ”;
onlineShippingRaw.value = ”;
offlineStoreName.value = ”;
offlineCity.value = ”;
offlineState.value = ”;
offlinePriceRaw.value = ”;
stateDefaultOption.innerHTML = $(“#selectProvince”).val();
stateDefaultPrompt.innerHTML = $(“#selectProvince”).val();
setInitialStates(
onlineMonth,
currentMonth,
offlineMonth,
onlineDay,
currentDate,
offlineDay,
onlineYear,
currentYear,
offlineYear,
onlineStoreInputForm,
offlineStoreInputForm,
enableOfflineStoreRadio,
enableOnlineStoreRadio,
onlineCalendar,
offlineCalendar,
offlineStateMain,
offlineState,
note1
);
}
});