google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification: google219b1e1d54437648.html copy of Customized Blank Slate Coasters | BeachHutDecor.com
top of page

If you have a custom order, You can upload a picture here and we will customize it.  Please upload pic or send graphic instructions.  All Coaster are usually 4 inches or 3.75 inch in dimensions based on inventory.

copy of Customized Blank Slate Coasters

$32.00Price
  • Explore the beach with us as each handcrafted item will leave you on the beach.
    It's time to explore.

    These coasters are 4 inches in diamete

  • You acknowleged you have rights to this image if you upload

Upload It
bottom of page
import wixData from 'wix-data'; export function uploadButton1_change(event) { let uploadedFile = event.target.files[0]; let reader = new FileReader(); reader.onload = (fileLoadEvent) => { let fileData = fileLoadEvent.target.result; wixData.insert('ProductFiles', { fileName: uploadedFile.name, fileType: uploadedFile.type, fileData: fileData }) .then((results) => { console.log('File uploaded and saved in database:', results); }) .catch((err) => { console.error('Error saving file:', err); }); }; reader.readAsDataURL(uploadedFile); }