Oceanside Glass Stringers Chocolate Opalescent COE96

Oceanside Glass Stringers Chocolate Opalescent COE96
$18.96 
Quantity :

Restock Alert

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 } } }) function setnavigation(pID){ params = 'products_id='+pID; $.ajax({ type:'post', data: params, url:'ajax_handler.php?action=updatenavigation', success:function(retval) { //alert(retval); } }); } -->