YPE html>

Buy Wholesale Price Discounted Custom Printed 10 Oz Glass Coffee Tea Mugs beverage Clear Glass Mugs DCG21421 Carrygreen
My Cart  

10 oz Classic Beverage Clear Glass Mug

glasses
AvailabilityIn stock
SKU
DCG21421
$0.00
"); $jq(".productionmethod > div.control > div.options-list > div.field > label.label > span.price-notice").css("display","none"); $jq(".box-tocart > div.fieldset").attr("id","finalPriceBlock"); $jq("#finalPriceBlock").insertAfter(".sectionone"); $jq(".ProductComment > div.control > textarea.product-custom-option").css("height","100px"); $jq(".mageworx-product-final-price").insertBefore(".box-tocart"); $jq(".sectionone > label.label").wrap( "
" ); $jq(".sectionone > div.sectionTop").append(">"); $jq(".printlocation").prepend( "
Enter Art Work Details
" ); $jq(".printlocation > div.sectionTop").append(">"); //$jq("#printLocation > label.label").insertAfter("#printLocation"); //$jq("#printLocation > label.label").first().insertAfter("#printLocation"); $jq(".uploadArtFile > label.label").html("Upload Artwork File (Valid file extensions *.ai, *.pdf, *.esp)"); $jq(".uploadArtFile > label.label").wrap( "
" ); $jq(".uploadArtFile > div.sectionTop").append(">"); //$jq("#uploadArtFile > label.label").insertAfter("#uploadArtFile"); $jq(".ProductComment > label.label").html("Comments"); $jq(".ProductComment > label.label").wrap( "
" ); $jq(".ProductComment > div.sectionTop").append(">"); //$jq("#ProductComment > label.label").insertAfter("#ProductComment"); // - - - - - - - - - - - - - - - - - - - - -// $jq(".productionmethod > label.label").html( "Select Production Time"); $jq(".productionmethod > label.label").wrap("
"); $jq(".productionmethod > div.sectionTop").append(">"); //$jq("#ProductionTime >label.label").insertAfter("#ProductionTime"); $jq(".productionmethod >div.control >div.options-list > div.field > input.radio").addClass("ProductionTimeRadio"); $jq(".qty > label.label").html( "Quantity" ); $jq(".qty > label.label").wrap( "
" ) $jq(".qty > div.sectionTop").append(">"); $jq("#subTotalBox >label.label").css("display","none"); $jq("#subTotalBox >span.price-container").wrap("
"); // -- - - - - -- -- - - - Start clothing type page ----------// $jq(".sectionthree" ).first() .attr("id","ChooseProductColorSwatch"); $jq("#ChooseProductColorSwatch > label.label").wrap( "
" ); $jq("#ChooseProductColorSwatch > div.sectionTop").append(">"); // - - - - - - - - -- Design IT - - -- - - - - - - - -// $jq("#qty").parent().attr("id", "qtyInputBlock"); $jq(".cpd-container").appendTo("#qtyInputBlock"); $jq(".uploadArtFile > div.control > p.note").css({"font-size": "0.8rem", "visibility":"hidden"}); //$jq("#qtyInputBlock > input.qty").css({ "float":"left"}); //$jq(".one-field > div.control > label.label").css({"color":"red"}); // -- - - -- - - - - -Print Location Tier Price Hide - - - - - - -// $jq(".printlocation > div.control > div.nested > ul.prices-tier").css({"display":"none", "visibility":"hidden", "height":"0px"}); $jq(".printlocation > div.control > div.nested > div.choice > label.label > span.price-notice").css({"display":"none"}); $jq(".product-info-main > div.price-final_price").first().css({"display":"none"}); $jq("#tab-label-reviews > a.switch > span.counter").css({"display":"none"}); //- - - -- - - - - - - --Product Rush – 3-4 Business days disabled -----------------------------// $jq(".productionmethod > div.control > div.nested >div.choice > .ProductionTimeRadio:last").attr("disabled","disabled"); //- - - -- - - - - - - --Product Details info tab -----------------------------// $jq(".view-product > div.row > div.col-md-12 > div.detailed").attr('id', 'productDetailedInfo'); $jq("#productDetailedInfo").insertAfter(".product-media"); $jq('select.product-custom-option').change(function(){ $jq('option').each(function(){ var selectedOption = $jq(this).text(); var res = selectedOption.substring(0, 12); if(res == "Custom Color"){ $jq(this).text(selectedOption.substring(0, 21)); }else{ if (selectedOption.indexOf('+') > -1) { selectedOption = selectedOption.substring(0, selectedOption.indexOf('+')); $jq(this).text(selectedOption); } } }); }); //$jq(".product-reviews-summary").css({"display": "inline-block", "margin": "6px 10px 8px 30px"}); //$jq(".product-info-main > div.box-inner1 >div.product-info-price").css({"float": "left"}); // $jq(".size_container").css({ "width":"65px", "float": "left", "margin-right":"10px"}); // $jq(".size_container > div.control > input.product-custom-option ").css({ "width":"45px", "float": "left"}); // $jq(".size_container > label.label > span.price-notice ").css("display","none"); }); $jq("#qty").on("click keyup blur change",function(){ var requestQty = $jq(this).val(); $jq("#requestQty").html(requestQty); }) $jq(".sectionone > div.control > div.options-list > div.field > input[type='radio']").on("click", function(){ var currentVal= $jq(this).val(); var parentClass= "#value_"+currentVal+"_tier_price"; optionqty = $jq( parentClass+" li > .optionqty").html(); optionqty = parseInt(optionqty); if(isNaN(optionqty)){ $jq("#qty").val(1); $jq(".size_container > div.control > input.product-custom-option").first().val(1); } }); // - - - - - - - -Form Validation for Product Quantity - - - - -// var dataForm = $jq('#product_addtocart_form'); var ignore = null; $jq("#qty").addClass("product-custom-option-required"); // dataForm.mage('validation', { // //ignore: ignore ? ':hidden:not(' + ignore + ')' : ':hidden' // ignore: ':hidden:not(.do-not-ignore)' // }).find('input:text').attr('autocomplete', 'off'); $jq('button#product-addtocart-button').click( function() { //can be replaced with any event var selectColor = $jq("div.swatch-attribute-options > select.product-custom-option").val();; console.log("Call"+selectColor); var orignalQty= $jq("#qty").val(); if ($jq(".sectionone").find("input[type=radio]:checked").size()==0) { //alert('Nothing is checked!'); } else { var radButton = $jq(".sectionone").find("input[type=radio]:checked"); var radButton_id = $jq(radButton).val(); var parentClass= "#value_"+radButton_id+"_tier_price"; if($jq(parentClass).length == 0) { optionqty= 0; } } if(isNaN(optionqty) || (optionqty == 0)){ $jq.validator.addMethod( 'product-custom-option-required', function (value) { //if(value) return true; if(parseInt(orignalQty) == 1) return true; else return false; }, $jq.mage.__('The Maximam order quantity must be at 1.')); }else{ $jq.validator.addMethod( 'product-custom-option-required', function (value) { //if(value) return true; if(parseInt(orignalQty) >= optionqty) return true; else return false; }, $jq.mage.__('The minimum order quantity must be at least '+optionqty)); } }); }); // ------------------End--Product details page Customization - -- - -//

Features

• Holds 10 ounces of liquid
• High quality glassware
• Classic beverage mug
• C-Handle for easy grip
• Height: 4.13" H
• Diameter : 2.75"Top 4.50"Bottom 4.50"Widest

These 10oz glass mugs look like a classic beverage or coffee mug with a large C-handle for easy grip. They have a classic design and are made with top quality glass. Available in Clear color, our glasses are ideal for hospitality businesses such as restaurants, bars, and hotels lounges. Great for a number of your promotional events, these glasses can be personalized with your logo and brand name to be distributed at giveaways, company gatherings, meetings, weddings and much more. Sure to get the attention of your target audience, these are great gifts that will further promote your products and services, while constantly reminding your guests of your special day.

Our glasses bring you a fresh taste so you can hydrate with ease of mind, and an exclusive eye-catching design for the high performance you want for your promotional events. These glasses can be personalized with your brand name, design and logo in time for promotional events and other giveaways. Upload your logo design or create unique artwork with the help of our predesigned images and fonts. These exclusive glasses feature large imprint areas that will further help you to showcase your brand. Order our glasses online and distribute among your friends and family. Hydrating gear that will get the attention of your guests, our glasses are great gifts everyone will love.

More Information
Imprint Info

Setup/Plate Charge:

Screen Setup: $50.00 for each color

Maximum Imprint Area:
Standard Imprint Area : 2.25"W x 2.25"H
Wrap: 6.83"

 

Imprint Size 2.25"W x 2.25"H
Dimension 4.50"W x 4.13"H
Imprint Method Silk Screen
Material Glass
Free Shipping No
Write Your Own Review
Only registered users can write reviews. Please Sign in or create an account
glass coffee mugs wholesale