google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification=zvmYIFkf8w9AZSOgsphz9dlRLK-yRmj0bpifv5uddfM google-site-verification: google219b1e1d54437648.html Tiki Glass Cutting Cutting Board | BeachHutDecor.com
top of page

Tiki Cutting Board  8"x 12 " Square Cutting Board.  Picture of the turtle is below the cutting surface so it will crack or peel. ( not cutting on the image side of the glass cutting board) Tempered Glass. Pebble Texture Tempered Glass; Includes self-adhesive rubber feet. Makes a great Gift or a perfect addition to your unique kitchen décor. Please hand wash only.

Tiki Glass Cutting Cutting Board

$32.00Price
  • Please Hand Wash Only

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); }