import wixData from 'wix-data'; import wixLocation from 'wix-location'; $w.onReady(function () { $w("#submitButton").onClick(async () => { let name = $w("#nameInput").value; let comment = $w("#commentInput").value; let image = $w("#imageUpload").value.length > 0 ? await uploadImage() : null; if (name && comment) { let toInsert = { name, comment, image, dateSubmitted: new Date() }; wixData.insert("Reports", toInsert) .then(() => { $w("#nameInput").value = ""; $w("#commentInput").value = ""; $w("#imageUpload").reset(); wixLocation.to(wixLocation.url); // Refresh page }) .catch(err => console.error("Error saving data:", err)); } else { console.warn("Please fill out all required fields."); } }); function uploadImage() { return $w("#imageUpload").uploadFiles() .then((uploadedFiles) => uploadedFiles[0].fileUrl) .catch(err => console.error("Image upload error:", err)); } });
top of page
Making Vending Machine Purchase
Untitled

ABOUT US

Lightning-Fast Transactions: Our vending machine uses cutting-edge technology to process transactions in mere seconds, reducing wait times for your customers and enhancing their overall experience.

Versatile Product Selection: The machine can be stocked with a variety of products, ranging from snacks and beverages and electronics. This flexibility allows you to tailor the offerings to customers' preferences.

Cashless Payment Options: The machine supports various cashless payment methods, including credit/debit cards, mobile wallets, and contactless payments, catering to the evolving preferences of your customers.

At Split-Second Vending, we understand the importance of satisfying those sudden cravings and quenching your thirst in a split second.

With our state-of-the-art vending machines strategically placed in high-traffic areas, we ensure that your favorite snacks and refreshing beverages are always within arm's reach.

HOW WILL THIS BENEFIT YOUR BUSINESS

In our business, efficiency and customer satisfaction are paramount, and the incorporation of a split-second vending machine holds significant potential. Its presence in your establishment not only caters to the evolving preferences of your clientele but also presents a unique opportunity for additional revenue streams.

CONTACT US

If you're experiencing any issues with your vending process, please don't hesitate to upload an image or video so can assist you as quickly as possible. Additionally, if you're a business interested in placing a Split-Second Vending Machine at your location, we would be delighted to discuss the details with you. Our team is here to answer your questions, provide more information, and explore customization options tailored to your specific needs.

100 Duffy Avenue
Hicksville, NY 11801-3636

6317048018

  • Facebook
  • Instagram

Thanks for submitting!

Upload It
maxresdefault_edited.png

Subscribe Form

Thanks for submitting!

6317048018

  • Facebook
  • Instagram

©2023 by Split-second vending. Proudly created with Wix.com

bottom of page