Tulum land & property

Commercial Real Estate for Sale in Tulum | Dalai DK

Commercial real estate spots available at luxurious Dalai DK in Tulum. Great opportunity for lucrative return on investment. Contact us for more info.

Commercial Real Estate for Sale in Tulum | Dalai DK
Project summary

Dalai DK, a luxurious condo development located in the highly sought-after La Veleta neighborhood of Tulum. We are excited to announce the availability of commercial real estate spots within this stunning property.

With its prime location and exceptional amenities, Dalai DK is the perfect place to set up your business. The development features a range of top-of-the-line amenities, including a lobby, business center, juice bar, minigolf, pool, game zone, bar and restaurants.

Don't miss this opportunity to establish your business in a premier location. Contact us today to learn more about these commercial real estate spots at Dalai DK.

📁 Brochure: Dalai 

🛠 Developer: DK 

📅 Delivery Date: December, 2024

📍Location: Region 15, Tulum 

⛲️ Amenities: 

•Lobby

•Business center

•Minigolf

•Juice bar

•Sky bar

•2 restaurant/ bar

•Cinema

•Solarium

•Gym

•Commercial area

•Game zone

•Terrace

•Pool bar

💵 Price: $139,585USD - 517 sqft
⏳Payment Plan: 
Ask Payment Plans to Your Broker 
💸 Financing: Most of our clients prefer to raise funds in their home country and pay in cash.

Amenities

Location:

Location of Dalai DK in Tulum, Mexico.
Starting from
$139,585
(5 stars)
Take the next step
Discuss this investment opportunity with our real estate advisors.
Michael Gill
Michael Gill

Contact us

Subscribe to receive special deals, news and much more.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

View more properties

Find the properties in Tulum México

Tulum Real Estate Opportunities

Beautiful Tulum Condo for sale

Tulum Condos for sale

Beautiful Tulum Land for sale

Tulum Land for sale

Beautiful Tulum Luxury Villa for sale

Luxury Tulum Villas

Beautiful Tulum Beachfront property for sale

Tulum Beachfront for sale

Beautiful Tulum Penthouse for sale

Tulum Penthouse for sale

Beautiful Tulum property for sale

Resales & Hot Deals

Beautiful apartment for sale in Tulum

View All Properties

// Webflow Popup Script - DEBUG VERSION console.log('Popup script loading...'); document.addEventListener('DOMContentLoaded', function() { console.log('DOM loaded, popup script initialized'); // Function to show popup form function showPopupForm(templateId, itemId) { console.log('Showing popup for template:', templateId, 'item:', itemId); // Create popup overlay const overlay = document.createElement('div'); overlay.style.cssText = ` position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; justify-content: center; align-items: center; z-index: 10000; `; // Create popup content const popup = document.createElement('div'); popup.style.cssText = ` background: white; padding: 30px; border-radius: 10px; max-width: 500px; width: 90%; max-height: 80vh; overflow-y: auto; position: relative; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); `; // Create form HTML popup.innerHTML = `

Request Property Brochure

`; overlay.appendChild(popup); document.body.appendChild(overlay); // Close popup functionality function closePopup() { document.body.removeChild(overlay); } overlay.addEventListener('click', function(e) { if (e.target === overlay) closePopup(); }); document.getElementById('closePopup').addEventListener('click', closePopup); // Form submission document.getElementById('brochureForm').addEventListener('submit', function(e) { e.preventDefault(); console.log('Form submitted'); const formData = new FormData(e.target); const data = { fullName: formData.get('fullName'), email: formData.get('email'), phone: formData.get('phone'), message: formData.get('message'), consent: formData.get('consent') === 'on', listingId: itemId }; console.log('Form data:', data); // Send to your API (replace with your actual Replit URL) const apiUrl = 'https://website-button-updater-info5932.replit.app'; console.log('Sending to API:', apiUrl); fetch(apiUrl, { method: 'POST', headers: { 'Content-Type': 'application/json', }, body: JSON.stringify(data) }) .then(response => { console.log('API response:', response); return response.json(); }) .then(data => { console.log('API success:', data); alert('Thank you! Your brochure request has been sent.'); closePopup(); }) .catch(error => { console.error('API error:', error); alert('Sorry, there was an error sending your request. Please try again.'); }); }); } // Intercept clicks on brochure buttons document.addEventListener('click', function(e) { console.log('Click detected on:', e.target); const link = e.target.closest('a'); console.log('Closest link:', link); if (link && link.href) { console.log('Link href:', link.href); if (link.href.includes('popup.trigger')) { console.log('Popup trigger detected! Preventing default navigation...'); e.preventDefault(); // Extract template ID and item ID from URL const url = new URL(link.href); const pathParts = url.pathname.split('/'); const templateId = pathParts[1]; const itemId = pathParts[2]; console.log('Template ID:', templateId, 'Item ID:', itemId); showPopupForm(templateId, itemId); } } }); console.log('Event listeners attached, script ready'); }); console.log('Popup script loaded completely');