COE96 Transparent 3mm


Show

Displaying 1 to 20 (of 77 products)

Sort by





Displaying 1 to 20 (of 77 products)

The possibilities are endless when it comes to using transparent glass for your art. You’ll be surprised that you can create unique designs and extraordinary pieces of art when you use these materials. If you want to give this type of material a try, be sure to check out our COE96 Transparent 3mm collection. The supplies in this category are perfect for creating home decors, frames, walls, and many other functional and decorative items. The best part of all is that our materials are available in assorted colors, making it easy for our shoppers to mix and match. Expressing your creative side is going to be a lot easier with these materials! Don\'t miss your chance to grab our best-selling COE96 Transparent 3mm glass today.

Do you love saving Money? We love helping you.
Sign up for our newsletter to find out about our weekly specials.
We will send you fusing tips and useful industry information too.

help

Customer Support

Contact Us

function myvalidateform() { if(document.getElementById('email').value=="") { alert ('please enter your email'); return false; } if(!chkEmail(document.getElementById('email').value)) { alert('please enter a valid e-mail address'); return false; } if(document.getElementById('name').value == "") { alert('please enter your Name'); return false; } } $(document).ready(function(){ $("#myForm3").submit(function(e){ e.preventDefault(); var data = $("#myForm3").serialize(); $.post("ajax_handler.php?action=price_match_section",data,function(res){ alert(res); document.getElementById("myForm3").reset(); }); }); }); function newsletter(){ var email = $('#email').val(); if(email=='' || email=='Enter your email here'){ $('#email').css({border:'1px solid #ff0000', background:'#E5C9C9'}); return false; } else { if(!chkEmail(email)){ $('#email').css({border:'1px solid #ff0000', background:'#E5C9C9'}); return false; } $('#email').css({border:'1px solid #cccccc', background:'#ffffff'}); } params = 'action=add_newsletter&email='+email; $.ajax({ type: 'post', url: 'ajax_handler.php', data: params, success: function (retval) { //$('#message').html(retval); $('#email').val(''); $("#modal-alert .modal-body").html(retval); $("#modal-alert").modal("toggle"); } }); } //info page attribute popup $(document).ready(function() { $("a[rel=attri_images]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); }); //home page gallery for video and images $(document).ready(function() { $("a[rel=gallery_home]").fancybox({ 'transitionIn' : 'none', 'transitionOut' : 'none', 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return 'Image ' + (currentIndex + 1) + ' / ' + currentArray.length + (title.length ? '   ' + title : '') + ''; } }); }); jQuery( 'a.youtube-video-home' ).fancybox({ type: 'iframe' }); function func_chk_subproducts(arg) { if(arg == 1) { for(i = 0; i < document.cart_quantity.elements.length; i++) { if(document.cart_quantity.elements[i].name == 'sub_products_qty[]' && document.cart_quantity.elements[i].value > 0) { return true; break; } } alert("Please select any subproduct"); return false; } return true; } function search_validate() { if(document.getElementById('first-name').value=="") { alert('Please Enter the Customers first name.'); return false; } if(document.getElementById('last-name').value=="") { alert('Please Enter the Customers last name'); return false; } } $(document).ready(function() { $('.class-date').datepicker({ todayHighlight: true, autoclose: true }); }); function get_print_friendly(aID) { $.fancybox.open({ href : 'https://www.artglasssupplies.com/article_print.php?type=articles&aID='+aID, type : 'iframe', fitToView: false, autoSize: false, autoDimensions: false, width: '50%', height: 400, title: 'printfriendly', afterShow : function() { $('.fancybox-skin').append(''); }, afterClose : function() { //location.reload(); } }); } function get_send_friend(aID) { $.fancybox.open({ href : 'https://www.artglasssupplies.com/article_print.php?type=send_to_friend&aID='+aID, type : 'iframe', fitToView: false, autoSize: false, autoDimensions: false, width: '60%', height: 400, title: 'Articles', afterShow : function() { $('.fancybox-skin').append(''); }, afterClose : function() { //location.reload(); } }); } function addwishlist(){ var form_data = $("#cart_quantity").serialize(); $.ajax({ type:'post', data: form_data, url:'https://www.artglasssupplies.com/ajax_handler.php?action=ajax_add_wishilist', success:function(retval) { //alert(retval); if(retval == 1){ window.location.href = 'https://www.artglasssupplies.com/login' ; } if(retval == 2){ alert("Item added to wishlist successfully") } if(retval == 3){ alert("Please enter the sub product quantity!") } } }); } $('.owl-carousel-details').owlCarousel({ loop:true, margin:10, nav:true, items : 3, navigation:true, navigationText: [ "", "" ], responsive:{ 0:{ items:1 }, 600:{ items:3 }, 1000:{ items:5 } } }) $(document).ready(function () { var totalproducts = parseInt($('#totalproducts').val()); var products_per_page = parseInt($('#products_per_page').val()); var number_of_pages = parseInt($('#number_of_pages').val()); var frompage = 'index_products'; var getpage = parseInt($('#page_number').val()) || 0; var loading = false; // Prevent multiple AJAX calls var cPath = parseInt($('#cPath').val()); var manufacturers_id = parseInt($('#manufacturers_id').val()); function AloadMoreProducts() { if (loading || getpage >= number_of_pages) return; // Stop if already loading or all products are loaded loading = true; $('.spinner').show(); var cID = $('#current_cat_id').val(); var ajaxData = { cID: cID, getpage: getpage, frompage: frompage, cPath: cPath, manufacturers_id: manufacturers_id }; // Base data $.ajax({ url: 'ajax_handler.php?action=AjaxMoreProducts', data: ajaxData, type: 'post', success: function (data) { $('#ajaxLoadMoreProd').append(data); getpage += 1; $('#page_number').val(getpage); var currentUrl = window.location.href; // Get the current full URL var newUrl; if (currentUrl.indexOf('#') !== -1) { newUrl = currentUrl.replace(/#page=\d+/, '#page=' + getpage); } else { newUrl = currentUrl + '#page=' + getpage; } history.pushState(null, '', newUrl); // Update displayed product count var totalproductsload = Math.min(getpage * products_per_page, totalproducts); $('#products_display_info').html('Displaying 1 to ' + totalproductsload + ' (of ' + totalproducts + ' products)'); $('.category_filter').html('Displaying 1 to ' + totalproductsload + ' (of ' + totalproducts + ' products)'); // Stop loading if all products are shown if (getpage >= number_of_pages) { $(window).off("scroll"); // Remove scroll event } $('.spinner').hide(); loading = false; } }); } // Scroll event to detect when #srollreached is in the viewport $(window).scroll(function () { var scrollReached = $('#srollreached').offset().top; // Position of target div var windowHeight = $(window).height(); var scrollTop = $(window).scrollTop(); if (scrollTop + windowHeight >= scrollReached) { AloadMoreProducts(); } }); }); -->