bloomingdales.3dcloud.io
Open in
urlscan Pro
151.101.1.195
Public Scan
URL:
https://bloomingdales.3dcloud.io/
Submission: On June 17 via api from US — Scanned from DE
Submission: On June 17 via api from US — Scanned from DE
Form analysis
2 forms found in the DOM<form id="loginForm" class="form-horizontal">
<div class="mxt-form-group">
<label for="inputUsername" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.email">Email</label>
<input type="text" class="mxt-form-control" id="inputUsername" name="username" placeholder="Email" autocapitalize="off">
</div>
<div class="mxt-form-group">
<label for="inputPassword" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.password">Password</label>
<a id="forgotPasswordBtn" class="mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.forgotPassword">Forgot password?</a>
<input type="password" class="mxt-form-control" id="inputPassword" name="password" placeholder="Password">
</div>
<div id="unauthorized-text" class="mxt-alert-danger mxt-i18n hidden" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.emailPasswordCombinationNotRecognized">Email/password combination not recognized; try again.</div>
<div class="mxt-form-group">
<div class="top-buffer text-center">
<button type="submit" id="loginBtn" class="mxt-btn mxt-cta-button mxt-i18n mxt-form-control" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.login">Login</button>
</div>
<div class="top-buffer text-center">
<button id="switchToRegisterBtn" type="button" class="mxt-btn mxt-non-cta-button mxt-i18n mxt-form-control" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.register">Register</button>
</div>
</div>
</form>
<form id="registerForm">
<h3 style="margin-top: 20px; margin-bottom: 20px;" class="text-center mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.register">Register</h3>
<div class="flex-form-parent">
<div class="mxt-flex-form-group mxt-form-group">
<label for="registerFirstName" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.firstName">First Name</label>
<input type="text" class="mxt-form-control" id="registerFirstName" name="first-name" placeholder="First Name" required="">
</div>
<div class="mxt-flex-form-group mxt-form-group">
<label for="registerLastName" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.lastName">Last Name</label>
<input type="text" class="mxt-form-control" id="registerLastName" name="last-name" placeholder="Last Name" required="">
</div>
</div>
<div class="flex-form-parent">
<div class="mxt-flex-form-group mxt-form-group">
<label for="registerEmail" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.emailAddress">Email Address</label>
<input type="email" name="username" class="mxt-form-control" id="registerEmail" placeholder="Email Address" data-error="Invalid Email" required="">
</div>
</div>
<div class="flex-form-parent">
<div class="mxt-flex-form-group mxt-form-group">
<label for="registerPassword" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.password">Password</label>
<input type="password" name="password" data-validate="validatePassword" class="mxt-form-control" id="registerPassword" placeholder="Password" required="">
<div class="help-block mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="password.passwordConditionsError">Minimum of 7 characters with at least one uppercase, one lowercase, one number, and one special character</div>
</div>
</div>
<div class="flex-form-parent">
<div class="mxt-flex-form-group mxt-form-group">
<label for="inputPasswordConfirm" class="control-label mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.confirmPassword">Confirm Password</label>
<input type="password" class="mxt-form-control" id="inputPasswordConfirm" data-validate="validatePasswordMatch" data-match="#registerPassword" placeholder="Confirm" required="">
<div class="help-block"></div>
</div>
</div>
<div class="flex-form-parent">
<div id="termsContainer" class="mxt-flex-form-group mxt-form-group">
<input type="checkbox" id="termsCheckbox" required="">
<label class="form-input-label" for="termsCheckbox"><span class="mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.iAgreeTo">I agree to</span>
<a id="registrationTermsLink" target="_blank" href="https://www.customerservice-bloomingdales.com/app/answers/detail/a_id/356/~/bloomingdales-terms-of-use" style="text-decoration-line: underline;"><span class="mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.theseTerms">these terms</span>.</a>
</label>
<br>
</div>
</div>
<div class="flex-form-parent">
<div class="mxt-flex-form-group mxt-form-group">
<input type="checkbox" id="promotionalEmailsCheckbox">
<label for="promotionalEmailsCheckbox" class="mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.subscribeToReceivePromo">I want to subscribe to receive promotional emails</label>
<br>
</div>
</div>
<div id="user-exists-text" class="mxt-alert-danger mxt-i18n hidden" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.userAlreadyExists">User already exists, please use another email</div>
<div class="mxt-form-group form-buttons">
<button type="submit" id="registerBtn" class="mxt-btn mxt-cta-button mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.register">Register</button>
<button id="switchToLoginBtn" type="button" class="mxt-btn mxt-non-cta-button mxt-i18n" data-i18n-ns="mxt-ui-utility" data-i18n-key="loginRegistration.login">Login</button>
</div>
</form>
Text Content
Menu -------------------------------------------------------------------------------- Shop the Room -------------------------------------------------------------------------------- Shop by Category -------------------------------------------------------------------------------- Wall Paint -------------------------------------------------------------------------------- Flooring -------------------------------------------------------------------------------- Hide Labels Save Project -------------------------------------------------------------------------------- Share Project -------------------------------------------------------------------------------- Product List -------------------------------------------------------------------------------- Username * New Project * My Projects * Save Project * Save Project As * Settings * Product List * Share Project Learn More About INTRODUCING SHOP THE ROOM Select what you like from the photo and place it into your floorplan. Start Shopping 3D Shop the Look Back Select All Use These Colors 1 More Views More Cabinets More Rooms Loading Product Categories Back Shop by Category Clear Filters YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS. Suggestions: * Try fewer filters. * Try different filters. BEDS & HEADBOARDS RECLINERS COFFEE TABLES ACCENT TABLES DRESSERS & CHESTS NIGHTSTANDS ACCENT CHAIRS SOFAS & SETTEES SECTIONALS BOOKSHELVES & CABINETS DINING CHAIRS DINING TABLES BUFFETS & SIDEBOARDS MEDIA CONSOLES CONSOLE TABLES STAGING PRODUCTS LIGHTING RUGS BENCHES & OTTOMANS DESKS DECOR DOORS & WINDOWS ROOM PLANNING SHAPES Back Clear Filters YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS. Suggestions: * Try fewer filters. * Try different filters. Edit Size Select a Fill Type All Walls Single Wall Custom Shape Recents YOUR SEARCH: DID NOT MATCH ANY PRODUCTS. Suggestions: * Make sure all words are spelled correctly. * Try different keywords. * Try more general keywords. * Try fewer keywords. Previous Next Results YOUR SEARCH: DID NOT MATCH ANY PRODUCTS. Suggestions: * Make sure all words are spelled correctly. * Try different keywords. * Try more general keywords. * Try fewer keywords. Previous Next Back Clear Filters YOUR FILTER SELECTIONS DID NOT MATCH ANY PRODUCTS. Suggestions: * Try fewer filters. * Try different filters. Edit Size Select a Fill Type Floor Custom Shape Recents YOUR SEARCH: DID NOT MATCH ANY PRODUCTS. Suggestions: * Make sure all words are spelled correctly. * Try different keywords. * Try more general keywords. * Try fewer keywords. Previous Next Results YOUR SEARCH: DID NOT MATCH ANY PRODUCTS. Suggestions: * Make sure all words are spelled correctly. * Try different keywords. * Try more general keywords. * Try fewer keywords. Previous Next Edit Confirm Checklist Tasks Fixes -------------------------------------------------------------------------------- 0 Click message to see affected product(s) Add a Window Add a Door Select Paint Color Select Floor Style Save Your Project Share Your Project Add a Couch Add a Rug Add a Coffee Table Good Job! You don’t have anything to fix in your design. View Product List Estimation Modify Layout CHANGE WALLS Cycle through your walls with these arrows. Change Your Walls | Redo Undo Lighting Dimensions Lock All Delete All Measurements of Room Off On Product Measurements (to) Off Room Products Unit Type ft/in in m/cm cm Smart Guides & Snapping Off On Color Welcome! Before we get going, which unit type do you prefer to use: Unit Type: cm m/cm ft/in in Get Started Home -------------------------------------------------------------------------------- Select -------------------------------------------------------------------------------- Draw -------------------------------------------------------------------------------- Add Room -------------------------------------------------------------------------------- Add L-Shape -------------------------------------------------------------------------------- Add Door -------------------------------------------------------------------------------- Add Window -------------------------------------------------------------------------------- Add Opening -------------------------------------------------------------------------------- Ceiling Options -------------------------------------------------------------------------------- Hide Labels Save Edit Floor Edge include wall Delete Edge More Options 0' Height 0' Thickness Merge Walls Split Wall Edit Stairs Delete A: Width B: Length C: Step D: Riser E: Height Edit Length 0' Set Height 0' Height Delete Okay, Got It Edit Door 0' Height 0' Width 0' Floor Offset 0° Door Swing Angle Open/Close Flip Hinge Flip Direction Delete Guidance Add Furniture Drawing at Height Redo Undo Snap 15° Delete All Guidance Fixes -------------------------------------------------------------------------------- 0 Draw Walls Left-click and drag with the mouse while in Draw mode. Move Walls Right-click and drag with the mouse while in Draw mode. Snapping Hold shift button to turn off snapping temporarily. Add Multiple Doors Hold shift to add multiple windows, doors, or openings, while placing them. Keyboard S and D Tap S and D on your keyboard to change modes. Design in 3D Click Add Furniture to go to 3D mode and start designing. Need More Help? Visit our knowledge base for videos, tips, and guidelines. Knowledge Base Good Job! You don’t have anything to fix in your design. Loading Interactive 3D Room Add products from inspiration and change your room styles. Draw Your Space and Build it in 3D × Define Your Space Define your floor spaces by drawing or using custom shapes. See it in 3D After you define your space, you can convert it to 3D with a simple tap of a button. Customize It Add some flair in 3D with a wide array of decor and products. Start Creating Logout Back MY PROJECTS Open Ok, thanks! Find a store near you with VR to fully immerse yourself in your project and help you visualize the end result. SEARCH BY: NAME Name Date FromTo SearchClear Search + New Project Suggestions: Create A New Project NEXT STEPS You’ve got projects, we’ve got VR. Find a store near you with VR to fully immerse yourself in your project and help you visualize the end result. Find a Store with VR Previous Next Project Name Date Actions Previous Next PRODUCT LIST Download List Email List PROJECT SCREENSHOTS Previous Next -------------------------------------------------------------------------------- Powered by Marxent - Protected by one or more US Patents - © 2020 Marxent Login or Register Logout DESIGN THE ROOM OF YOUR DREAMS. Loading Get Started -------------------------------------------------------------------------------- Powered by Marxent - Protected by one or more US Patents - © 2020 Marxent LOADING × DEV/QA HIDDEN OPTIONS Current Catalog 000046-product-20211006214647968.db.gz Toggle Shader Debug Toggle Debug Save Renderer Debug Scene Clear All Local Caches and Reload App Toggle Countertop Spheres Toggle Base Molding Spheres Toggle Wall Molding Spheres TARGET RETICLE LOAD PIPELINE Box Mesh Material 64 Material 128 Material 512 Material 2048 Mesh+Material 64 Mesh+Material 128 Mesh+Material 512 Mesh+Material 2048 POST CLICK LOAD PIPELINE Box Mesh Material 64 Material 128 Material 512 Material 2048 Mesh+Material 64 Mesh+Material 128 Mesh+Material 512 Mesh+Material 2048 Update Load Pipelines Home SELECT A ROOM TYPE Skip Select an image to view in 3D. Scroll for more. Share Your Design Share your unique design with friends and family. Copy Project Link Back Screenshots Previous 1 of 0 Next Take a New Screenshot Select a platform to share your design on. Facebook Pinterest Email × Okay × YesNoNo × YesNo × LOGIN Email Password Forgot password? Email/password combination not recognized; try again. Login Register SIGN UP FOR FREE Free Design Services × REGISTER First Name Last Name Email Address Password Minimum of 7 characters with at least one uppercase, one lowercase, one number, and one special character Confirm Password I agree to these terms. I want to subscribe to receive promotional emails User already exists, please use another email Register Login SIGN UP FOR FREE Free Design Services Loading Interactive 3D Room Add products from inspiration and change your room styles. Loading Interactive 3D Room Add products from inspiration and change your room styles. Loading Interactive 3D Room Add products from inspiration and change your room styles. Loading Floorplanner Draw your floorplan and your doors & windows. Save Project As × Include Project Thumbnail Save New ProjectCancel Settings × Video Quality Low Medium High Auto Adjust Quality Mouse Scroll Speed 1 2 3 4 Max Framerate Limit 20 30 60 120 Performance Adjustments Show Shadows Show Frames Per Second How Would You Like To Start Your Project? × Shop the RoomView Inspiration Sample TemplatesView Templates Build Your Floor PlanGet Started Learn More Some of your products are in invalid locations. Would you like to move them manually or re-place them into your room?Move ProductsRe-Place Products × BLOOMINGDALE’S ROOM PLANNER & DESIGNER | BLOOMINGDALE’S VERSION: 4.9.1.000046.6 BUILD DATE: 2021-08-31T17:32:00.697Z Powered by Marxent - Protected by one or more US Patents - © 2020 Marxent × YOUR PRODUCT LIST Download List Create Order Email List Click here to enter zip code for more accurate pricing. Product Qty Unit Price Total Price Total* *Tax, shipping and any additional charges will be shown at the website checkout. $0.00 Product List YOUR ORDER Check and uncheck products to exclude them from your order, or add/remove product quantity. When you are finished, click “Send Order.” Product Qty Unit Price Total Price Total* *Tax, shipping and any additional charges will be shown at the website checkout. $0.00 Send Order to Cart For the most accurate product pricing, please enter your location. × Zip Code Please enter zip code in format 12345 Continue Create List or Report × In addition to a standard Product List, you may create a Deck Report, which includes pictures, guides, DIY tips, and additional information. This will take additional time to create. Create Product ListCreate Deck Report