Green Black Gadsden Flag Don't Tread on Me Patch - 3x2.25 inch, Embroidered

MSRP : $7.00 Our Price : $2.50
1+$2.50 Save $5
2+$2.25 Save 10%
5+$2.00 Save 20%
10+$1.50 Save 40%
59 in stock ready to ship. Need More?
Your Orders Will Ship Today
  • Green Black Gadsden Flag Don't Tread on Me Patch
  • 3x2.25 inch
  • This is a Small Embroidered Patch for Clothing
  • Patch can be sewn on to Leather Jackets and Vests
  • Patch can be ironed on to Shirts, Jeans and Hats with a Heat Press
  • Designed for Bikers and Veterans
Price in Reward Points : 700 Get a Custom Quote

Patch Details (Size, Backing, Materials)

  • Name: Green Black Gadsden Flag Dont Tread on Me Patch
  • Dimension: 3x2.25 inch
  • Color: Black / Green
  • Fabric: Twill
  • Backing: Ivamis Trading logo Plastic Iron on Backing
  • Borders: Clean Cut Embroidered Borders for Easy Sewing
  • Patch Style: Flag
  • Material: 100% Rayon Thread Synthetic Embroidery. Plastic Backing with Japanese Iron on Glue. Twill Fabric.
  • Iron on Instructions: Use a Heat Press for 30 seconds set at 280 Degrees Fahrenheit.
  • Tips for Ironing on Patch: Plug in iron. Crank it to highest setting. Place iron on top of your garment with a frying pan thermometer sandwiched between iron and garment to start the preheating process. Once temperature reaches 280 Degrees Fahrenheit unplug your iron. Temperature will continue to rise and then start to decline. Once it declines to 280 Degrees Fahrenheit, Slide the iron, place your patch and put the iron on top of your patch and press as hard as you can for 30 seconds without moving the iron around. Do not mess with the patch until it has completely cooled down. Do not iron on patches to Leather or Nylon! Watch Video
  • SKU: P3267
  • About the Green Black Gadsden Flag Don't Tread on Me Patch:

    The subdued Don't Tread on me Gadsden flag patch measures 3x2.25 inches. Embroidered in military green over black, the iron on patch measures 3x2.25 inches.

    Looking for a fun Flag Patch to add to your jacket?  If you want something a little different, there's this Subdued Gadsden Flag Patch.  It features the historical Gadsden Flag of a rattlesnake with the words 'Don't Tread On Me' below it.  This flag has a long history of use, and it has recently become popular again as a symbol of the Tea Party.  The flag was created by American statesman and general Christopher Gadsden.

    The rattlesnake had been used by the early U.S. settlers and citizens of the original thirteen colonies for years.  Benjamin Franklin suggested the colonists send rattlesnakes to England in retaliation for the British sending prisoners to the colonies.  He later featured the rattlesnake in the first political cartoon to ever appear in an American newspaper.

    In 1775, Gadsden introduced the rattlesnake on a yellow flag as the personal standard of Commodore Esek Hopkins' flagship.  While the Gadsden flag was considered one of the first U.S. flags, it was never made the official flag of the Union.  Instead, the First Navy Jack, which features the rattlesnake on a background of red and white stripes, has been used by the Navy since it was formed.

    The flag has appeared in popular culture a number of times.  The American men's national soccer team features the rattlesnake on the inside of their uniforms, and Nike has used the snake and the Don't Tread On Me slogan in their campaign supporting the team.  It has appeared in the novel Stranger in a Strange Land, the movie The Patriot, and the television show Jericho.

    This patch is a bit different from the flag: the snake is done in green on a black background instead of a black snake on a yellow background.

  • Where to Use This Patch

    This embroidered Green Black Gadsden Flag Don't Tread on Me Patch can be applied to a variety of items to personalize your gear and clothing.

    Common uses include:

    • denim jackets
    • backpacks
    • hats and caps
    • messenger bags
    • motorcycle vests
    • tactical gear

Related Patches You May Like

Loading...
$('#option').change(function() { var q = $('#option option:selected').attr('quantity'); var text = $('#option option:selected').text() + "("; var val = text.split('('); var p_old = $('#retail_amount').val(); var p = $('#amount').val(); if (val[1] != "") { var opt = val[1].substring(0, 1); var opt_p = parseFloat(val[1].substring(2)); if (opt == '+') { var p_old1 = parseFloat(p_old.substring(1)) + parseFloat(opt_p); var p1 = parseFloat(p.substring(1)) + parseFloat(opt_p); } else { var p_old1 = parseFloat(p_old.substring(1)) - parseFloat(opt_p); var p1 = parseFloat(p.substring(1)) - parseFloat(opt_p); } var save = p_old1 - p1; var save_pre = ((save / p_old1) * 100); $('#price-old').text('$' + p_old1.toFixed(2)); $('#price').text('$' + p1.toFixed(2)); $('#price-save').text('Save ' + Math.round(save_pre) + '%'); } else { var p_old1 = parseFloat(p_old.substring(1)); var p1 = parseFloat(p.substring(1)); var save = p_old1 - p1; var save_pre = ((save / p_old1) * 100); $('#price-old').text(p_old); $('#price').text(p); $('#price-save').text('Save ' + Math.round(save_pre) + '%'); } $('#qty_stock').val(q); $('#stocks_id').text(q); }); $('#option_price').blur(function() { var val = $(this).val(); if (val == '') val = 0; var p_old = $('#retail_amount').val(); var p = $('#amount').val(); var p_old1 = parseFloat(p_old.substring(1)) + parseFloat(val); var p1 = parseFloat(p.substring(1)) + parseFloat(val); var save = p_old1 - p1; var save_pre = ((save / p_old1) * 100); $('#price-old').text('$' + p_old1.toFixed(2)); $('#price').text('$' + p1.toFixed(2)); $('#price-save').text('Save ' + Math.round(save_pre) + '%'); }); $('#quantity').focus(function() { $('#quantity').select(); }); $('.option').change(function() { option_stock = 1000000; $('.option').each(function(i) { id = $(this).attr('id'); opt_stock = parseInt($('#' + id + ' option:selected').attr('quantity')); if (opt_stock) { if (opt_stock <= option_stock) { option_stock = opt_stock; } } else { option_stock = ''; } }); if (option_stock) { $('#option_stock').html('Stock ' + option_stock + ''); $('#option_stock').show(); } else { $('#option_stock').hide(); } }); $('.colorbox').colorbox({ overlayClose: true, opacity: 0.5 }); $('#button-cart').bind('click', function() { $('.terms_cond_warning').remove(); if (typeof($('#config_custom_patches_status').attr('rel')) != 'undefined' && $('#config_custom_patches_status').attr('rel') == 0) { $('.terms_cond_box').after("" + $('#config_custom_patches_status').val() + ""); } else if (typeof($('#terms_conditions').val()) != 'undefined' && !$('#terms_conditions').is(':checked')) { $('.terms_cond_box').after("Please accept the terms to add the custom product to cart"); } else { var str = parseInt($('#quantity').val()); var str1 = parseInt($('#qty_stock').val()); var product_id = parseInt($('input[name=\'product_id\']').val()); var show_alert_text = parseInt($('input[name=\'show_alert_text\']').val()); var min_qty_status = 0; if (typeof($('#quantity').attr('min')) != 'undefined') { min_qty_status = 1; var min_qty = $('#quantity').attr('min'); } if (min_qty_status == 1 && str < min_qty) { $(".min_qty" + product_id).html("Minimum quantity is " + min_qty); $(".min_qty" + product_id).css('display', 'block'); } else { $(".min_qty" + product_id).html(""); $(".min_qty" + product_id).css('display', 'none'); if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() == 0) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); } else if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() != $('input[name=\'customer_id\']').val()) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); } else { $.ajax({ url: 'index.php?route=checkout/cart/addProCart&product_type=0', type: 'post', data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'), dataType: 'json', success: function(json) { $('.success, .warning, .attention, information, .error').remove(); if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { $('#option-' + i).after('' + json['error']['option'][i] + ''); } } } if (json['success']) { google_analytics(product_id, str); window.location.href = 'index.php?route=checkout/cart'; $('.hdn_cart a').removeClass("cart_header_blink").addClass("cart_header_blink"); $('#cart-total').html('Shopping Cart' + json['total']); $('#cart-total1').html(json['total']); var added2c = parseInt(str) + parseInt($(".added" + product_id).attr("added2cart")); $(".added" + product_id).attr("added2cart", added2c); $(".added" + product_id).html(added2c + " Items Added
Go to Shopping Cart X"); $(".added" + product_id).css("display", "block"); if ($('#button-cart').attr('sale') == 0) { $(".added_more_text").html(json['head_text']); $(".added_more_text").slideDown(); } } } }); } } } }); function yesCart() { $('#button-cart').attr('rel', 1); $('#button-cart').trigger("click"); } $('#button-cart-group').bind('click', function() { var str = parseInt($('#quantity').val()); var str1 = parseInt($('#qty_stock').val()); var product_id = parseInt($('input[name=\'product_id\']').val()); var min_qty_status = 0; if (typeof($('#quantity').attr('min')) != 'undefined') { min_qty_status = 1; var min_qty = $('#quantity').attr('min'); } if (min_qty_status == 1 && str < min_qty) { $(".min_qty" + product_id).html("Minimum quantity is " + min_qty); $(".min_qty" + product_id).css('display', 'block'); } else { $(".min_qty" + product_id).html(""); $(".min_qty" + product_id).css('display', 'none'); if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() == 0) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); } else if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() != $('input[name=\'customer_id\']').val()) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); } else { $.ajax({ url: 'index.php?route=checkout/cart/addGroup', type: 'post', data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'), dataType: 'json', success: function(json) { $('.success, .warning, .attention, information, .error').remove(); if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { $('#option-' + i).after('' + json['error']['option'][i] + ''); } } } if (json['success']) { if ($.cookie("add2cart_colorbox") == 1) { $('#notification').html(''); $('.success').fadeIn('slow'); $notifyTimer = setTimeout(function () { $('.success').animate({top: -100}, 1000, function() { $('.success').css('position', 'absolute'); }); }, 2000); } $('#header #cart .heading').addClass("cart_header_blink"); $('#cart-total').html('Shopping Cart' + json['total']); $('#cart-total1').html(json['total']); var added2c = parseInt(str) + parseInt($(".added" + product_id).attr("added2cart")); $(".added" + product_id).attr("added2cart", added2c); $(".added" + product_id).html(added2c + " Items Added
Go to Shopping Cart X"); $(".added" + product_id).css("display", "block"); $('.link_view_btn').remove(); google_analytics(product_id, str); } } }); } } }); $('#review .pagination a').live('click', function() { $('#review').fadeOut('slow'); $('#review').load(this.href); $('#review').fadeIn('slow'); return false; }); $.ajax({ url: 'index.php?route=product/product/review&product_id=9228', type: 'post', data: '', dataType: 'html', success: function(data) { $("#review").html(data); var tcp_player = jQuery.makeArray(); setTimeout(function(){ $('#star').raty({ score: 0 }); }, 3000); } }); $('#button-review').live('click', function() { var image_url ="";// $("input[name='image_url[]']").map(function(){return $(this).val();}).get(); $.ajax({ url: 'index.php?route=product/product/write&product_id=9228', type: 'post', dataType: 'json', data: 'name=' + encodeURIComponent($('input[name=\'name\']').val()) + '&image_url=' + encodeURIComponent(image_url) + '&text=' + encodeURIComponent($('textarea[name=\'text\']').val()) + '&rating=' + encodeURIComponent($('input[name=\'score\']').val()) + '&captcha=' + encodeURIComponent($('input[name=\'captcha\']').val()), beforeSend: function() { $('.success, .warning').remove(); $('#button-review').attr('disabled', true); $('#review-title').after('
loading... Please Wait!
'); }, complete: function() { $('#button-review').attr('disabled', false); $('.attention').remove(); }, success: function(data) { if (data['error']) { $('#review-title').after('
' + data['error'] + '
'); } if (data['success']) { $('#review-title').after('
' + data['success'] + '
'); $('input[name=\'name\']').val(''); $('textarea[name=\'text\']').val(''); $('input[name=\'captcha\']').val(''); $("#load_images").html(''); $('#img_captcha').attr('src', 'index.php?route=information/contact/captcha'); $('input[name=\'rating\']:checked').attr('checked', ''); } } }); }); /* */ $("#need-more").click(function(){ $('#need_more_product').show('slow'); }); $("#need_more_button-close").click(function(){ $("#need_more_product").hide(); }); $("#need_more_register").click(function(){ var email = $('#need_more_email').val(); var product_id = $('input[name=\'product_id\']').val(); var quantity = $('#need_more_quantity').val(); var model = $('#need_more_model').val(); var emailReg = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i); var valid = emailReg.test(email); if (email == '') { $('#need_more_msg').html("Please Enter email"); } else if (!valid) { $('#need_more_msg').html("Please Enter valid email"); } else if (quantity <= 0 || quantity == '') { $('#need_more_msg').html("Please Enter quantity"); } else { $.ajax({ url: 'index.php?route=product/product/need_more', type: 'post', data: 'email=' + email + '&product_id=' + product_id + '&quantity=' + quantity + '&model=' + model, dataType: 'json', success: function(json) { $('#need_more_msg').html("" + json['succ'] + ""); } }); } }); setTimeout(function(){ $("#horizontalTab ul.resp-tabs-list > li").addClass("resp-tab-active"); $(".resp-tab-content").addClass("resp-tab-content-active"); $(".resp-accordion").addClass("resp-tab-active"); $(".resp-tab-content").show(); }, 1000); setTimeout(function(){ $('.img_click_txt').slideUp(); }, 5000); function show_sub_cat_list() { $('#top_inner_menu_show1').slideToggle(); } function load_all_sub_catShow() { } if (location.href.indexOf("#") != -1) { $('#horizontalTab ul .tab2').addClass("resp-tab-active"); setTimeout(function() { $('#horizontalTab ul .tab2').trigger("click"); }, 500); } $(".sale_style").fadeTo(5000, 0.03); setTimeout(function() { $(".prod_sale_pr_text").fadeIn(10); }, 4000); function mobile_addToCumCartPro() { $('.terms_cond_warning').remove(); if (typeof($('#config_custom_patches_status').attr('rel')) != 'undefined' && $('#config_custom_patches_status').attr('rel') == 0) { $('.terms_cond_box').after("" + $('#config_custom_patches_status').val() + ""); } else if (typeof($('#terms_conditions').val()) != 'undefined' && !$('#terms_conditions').is(':checked')) { $('.terms_cond_box').after("Please accept the terms to add the custom product to cart"); } } function mobile_addToCartPro(buy_type) { $('.terms_cond_warning').remove(); if (typeof($('#config_custom_patches_status').attr('rel')) != 'undefined' && $('#config_custom_patches_status').attr('rel') == 0) { $('.terms_cond_box').after("" + $('#config_custom_patches_status').val() + ""); } else if (typeof($('#terms_conditions').val()) != 'undefined' && !$('#terms_conditions').is(':checked')) { $('.terms_cond_box').after("Please accept the terms to add the custom product to cart"); } else { var str = parseInt($('#quantity').val()); var str1 = parseInt($('#qty_stock').val()); var product_id = parseInt($('input[name=\'product_id\']').val()); var min_qty_status = 0; if (typeof($('#quantity').attr('min')) != 'undefined') { min_qty_status = 1; var min_qty = $('#quantity').attr('min'); } if (min_qty_status == 1 && str < min_qty) { $(".min_qty" + product_id).html("Minimum quantity is " + min_qty); $(".min_qty" + product_id).css('display', 'block'); } else { $(".min_qty" + product_id).html(""); $(".min_qty" + product_id).css('display', 'none'); if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() == 0) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); $('html, body').animate({scrollTop: 0}, 500); } else if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() != $('input[name=\'customer_id\']').val()) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); $('html, body').animate({scrollTop: 0}, 500); } else { $.ajax({ url: 'index.php?route=checkout/cart/addProCart', type: 'post', data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'), dataType: 'json', success: function(json) { $('.success, .warning, .attention, information, .error').remove(); if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { $('#option-' + i).after('' + json['error']['option'][i] + ''); } } } if (json['success']) { google_analytics(product_id, str); window.location = 'https://www.thecheapplace.com/index.php?route=checkout/cart'; if (buy_type == 2) { window.location = 'https://www.thecheapplace.com/index.php?route=checkout/cart'; } else { $('#cart-total').html('Shopping Cart' + json['total']); $('#cart-total1').html(json['countProducts']); var added2c = parseInt(str) + parseInt($(".added" + product_id).attr("added2cart")); $(".added" + product_id).attr("added2cart", added2c); $(".added" + product_id).html(added2c + " Items Added
Go to Shopping Cart X"); $(".added_more_text").html(json['head_text']); $(".added_more_text").slideDown(); $('.link_view_btn').css("display", "block"); } } } }); } } } } function mobile_addToCartProGroup1(buy_type) { var str = parseInt($('#quantity').val()); var str1 = parseInt($('#qty_stock').val()); var product_id = parseInt($('input[name=\'product_id\']').val()); var min_qty_status = 0; if (typeof($('#quantity').attr('min')) != 'undefined') { min_qty_status = 1; var min_qty = $('#quantity').attr('min'); } if (min_qty_status == 1 && str < min_qty) { $(".min_qty" + product_id).html("Minimum quantity is " + min_qty); $(".min_qty" + product_id).css('display', 'block'); } else { $(".min_qty" + product_id).html(""); $(".min_qty" + product_id).css('display', 'none'); if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() == 0) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); $('html, body').animate({scrollTop: 0}, 500); } else if ($('input[name=\'custom_patches_id\']').val() != 0 && $('input[name=\'login_customer_id\']').val() != $('input[name=\'customer_id\']').val()) { $('.warning, .error,.success').remove(); $('#content').before(''); $('.warning').fadeIn('slow'); $('html, body').animate({scrollTop: 0}, 500); } else { $.ajax({ url: 'index.php?route=checkout/cart/addGroup', type: 'post', data: $('.product-info input[type=\'text\'], .product-info input[type=\'hidden\'], .product-info input[type=\'radio\']:checked, .product-info input[type=\'checkbox\']:checked, .product-info select, .product-info textarea'), dataType: 'json', success: function(json) { $('.success, .warning, .attention, information, .error').remove(); if (json['error']) { if (json['error']['option']) { for (i in json['error']['option']) { $('#option-' + i).after('' + json['error']['option'][i] + ''); } } } if (json['success']) { google_analytics(product_id, str); if (buy_type == 2) { window.location = 'https://www.thecheapplace.com/index.php?route=checkout/cart'; } else { $('#stocks_id').text(str1 - str); $('#qty_stock').val(str1 - str); if ($.cookie("add2cart_colorbox") == 1) { $('#notification').html(''); $('.success').fadeIn('slow'); } $('#header #cart .heading').addClass("cart_header_blink"); $('#cart-total').html('Shopping Cart' + json['total']); $('#cart-total1').html(json['countProducts']); var added2c = parseInt(str) + parseInt($(".added" + product_id).attr("added2cart")); $(".added" + product_id).attr("added2cart", added2c); $(".added" + product_id).html(added2c + " Items Added
Go to Shopping Cart X"); $(".added" + product_id).css("display", "block"); $('.link_view_btn').css("display", "block"); $('html, body').animate({ scrollTop: $('.mobile-last-box').offset().top - 150 }, 500); } } } }); } } } function down_p(id) { var $qty = parseInt($('#quantity').val()); if ($qty > 1) { $('.qty-box_' + id).val($qty - 1); } } function up_p(id) { var $qty = parseInt($('#quantity').val()); var s_qty = parseInt($('#qty_stock').val()); $('.qty-box_' + id).val($qty + 1); } setTimeout(function(){ $('#star').raty({ score: 0 }); }, 3000); function view_prices() { $('#horizontalTab ul .tab6').trigger("click"); $('html, body').animate({ scrollTop: $('#tab-recommendations').offset().top - 100 }, 1000); } function wiriteReviews() { $('#tab-review').fadeToggle('slow'); $('html, body').animate({ scrollTop: $('#review_prod_main_box').offset().top - 150 }, 2000); } function wiriteReviewsShow() { $(".writeareview_opt").slideToggle(); } function video_down() { $('html, body').animate({ scrollTop: $('.video_iframe_box').offset().top - 100 }, 500); } function similarProducts(tab) { $("#cat_manu_box").hide(); $(".load_dropdown_fullwidth").hide(); $("#body_opacity").removeClass("body_opacity"); $("#body_opacity").css('height', 0); $(".left_side_list").removeClass("left_side_on"); $(".hdn_navmenu").removeClass("hdn_navmenu_on"); mobile_tab_down(tab); } function mobile_tab_down(tab) { $(".resp-tabs-list li").removeClass("resp-tab-active"); $('.resp-tabs-list .tab' + tab).addClass("resp-tab-active"); var top_tab = $('#horizontalTab').offset().top - 50; if (tab == 3) { top_tab = $('.resp-tabs-container').offset().top; } else if (tab == 4) { top_tab = $('#tab-related-cat').offset().top - 200; } else if (tab == 5) { top_tab = $('#horizontalTab').offset().top + 120; } else if (tab == 6) { top_tab = $('#tab-recommendations').offset().top - 200; } else if (tab == 7) { top_tab = $('#horizontalTab').offset().top + 100; } $('html, body').animate({ scrollTop: top_tab }, 500); } $("#request_quote").click(function(){ $('#request_quote_product').show('slow'); }); $("#quote_button-close").click(function(){ $("#request_quote_product").hide(); }); $("#quote_register").click(function(){ var email = $('#quote_email').val(); var product_id = $('#quote_product_id').val(); var quantity = $('#quote_quantity').val(); var model = $('#quote_model').val(); var emailReg = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9]{2}\.|[0-9]{1,2}\.))((25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\.){2}(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[0-9]{1,2})\]?$)/i); var valid = emailReg.test(email); if (email == '') { $('#quote_msg').html("Please Enter email"); } else if (!valid) { $('#quote_msg').html("Please Enter valid email"); } else { $.ajax({ url: 'index.php?route=product/product/quote_product', type: 'post', data: 'email=' + email + '&product_id=' + product_id + '&quantity=' + quantity + '&model=' + model, dataType: 'json', success: function(json) { $('#quote_msg').html("" + json['succ'] + ""); } }); } }); function logincustomer(product_id, status) { $(".login_error").html(""); var emailRegex = /^[A-Za-z0-9._]*\@[A-Za-z0-9]*\.[A-Za-z]{2,5}$/; if (status == 1) { $(".wl_register_box").hide(); if ($("#log_email").val() == '') { $("#log_email").focus(); $(".login_error").html("Please enter email."); return false; } else if (!emailRegex.test($("#log_email").val())) { $("#log_email").focus(); $(".login_error").html("Enter the valid email"); return false; } else if ($("#log_password").val() == '') { $("#log_password").focus(); $(".login_error").html("Please enter password."); return false; } else { var objHeight = 450; $.ajax({ url: 'index.php?route=product/my_cat_create/login_customer', type: 'post', data: 'product_id=' + product_id + '&log_email=' + encodeURIComponent($("#log_email").val()) + '&log_password=' + $("#log_password").val(), dataType: 'json', success: function(json) { $('.success, .warning, .attention, information, .error').remove(); if (json['succ'] == 1) { $(".addphoto_box2").hide(); $(".addphoto_box1").show(); } else { $(".login_error").html("Please enter correct login details."); } } }); } } else { $(".wl_register_box").show(); $(".login_button").hide(); $("#cboxContent").css("height", 450); $("#cboxLoadedContent").css("height", 450); $(".register_button").html("Create account"); if ($("#log_first_name").val() == '') { $("#log_first_name").focus(); $(".login_error").html("Please enter first name."); return false; } else if ($("#log_last_name").val() == '') { $("#log_last_name").focus(); $(".login_error").html("Please enter last name."); return false; } else if ($("#log_email").val() == '') { $("#log_email").focus(); $(".login_error").html("Please enter email."); return false; } else if (!emailRegex.test($("#log_email").val())) { $("#log_email").focus(); $(".login_error").html("Enter the valid email"); return false; } else if ($("#log_password").val() == '') { $("#log_password").focus(); $(".login_error").html("Please enter password."); return false; } else { var objHeight = 450; $.ajax({ url: 'index.php?route=product/my_cat_create/register_customer', type: 'post', data: 'product_id=' + product_id + '&log_first_name=' + encodeURIComponent($("#log_first_name").val()) + '&log_last_name=' + encodeURIComponent($("#log_last_name").val()) + '&log_email=' + encodeURIComponent($("#log_email").val()) + '&log_password=' + $("#log_password").val() + '&log_newsletter=' + $("#log_newsletter").val(), dataType: 'json', success: function(json) { $('.success, .warning, .attention, information, .error').remove(); if (json['succ'] == 1) { $(".addphoto_box2").hide(); $(".addphoto_box1").show(); } else if (json['succ'] == 2) { $(".login_error").html("You already have retail account associate with this email address."); } else { $(".login_error").html("Please enter correct login details."); } } }); } } } $('#log_password').live('keydown', function(e) { if (e.keyCode == 13) { $('#login_button').trigger("click"); } }); function confrimSpecialOrder() { var str = parseInt($('#quantity').val()); var str1 = parseInt($('#qty_stock').val()); var product_id = parseInt($('input[name=\'product_id\']').val()); var min_qty_status = 0; if (typeof($('#quantity').attr('min')) != 'undefined') { var min_qty_status = 1; var min_qty = $('#quantity').attr('min'); } if (min_qty_status == 1 && str < min_qty) { $(".min_qty" + product_id).addClass('min_qty_sp'); $(".min_qty" + product_id).html("Minimum order quantity is " + min_qty + " pieces for this Special Order item"); $(".min_qty" + product_id).css('display', 'block'); } else { $(".min_qty" + product_id).html(""); $(".min_qty" + product_id).css('display', 'none'); $(".uploading_focus").html("This is a special order item. Takes about 3 weeks to ship them out."); $(".uploading_focus").fadeIn("slow"); mobile_addToCartPro(); } } function moreRelCat(id, id1, num_page) { $("#" + id1 + " .show" + $("#" + id).attr('page')).show(); var page = parseInt($("#" + id).attr('page')) + 1; $("#" + id).attr('page', page); if (page == num_page) { $("#" + id).remove(); } } $("#colorbox #cboxContent").addClass("color_review_box"); function current_pro_arrow(index, str) { var index = index; var end_index = $(".pro_swip_image .zoom_image").length; $('.pro_swip_image li').css('display', 'none'); $('.pro_swip_image' + index).css('display', 'block'); $('.pro_swip_image li').removeClass('pro_swipe_active'); $('.pro_swip_image' + index).addClass("pro_swipe_active"); if (str == 1) { load_video1stimg(); } if (str == 2) { load_video2ndimg(); } } function left_pro_arrow() { var index = $('.pro_swipe_active').attr('index'); var end_index = $(".pro_swip_image .zoom_image").length; if ((parseInt(index) - 1) >= 0) { $('.pro_swip_image' + index).css('display', 'none'); $('.pro_swip_image' + (parseInt(index) - 1)).css('display', 'block'); $('.pro_swip_image' + index).removeClass('pro_swipe_active'); $('.pro_swip_image' + (parseInt(index) - 1)).addClass("pro_swipe_active"); $('.img_dot' + index).removeClass('img_dot_active'); $('.img_dot' + (parseInt(index) - 1)).addClass("img_dot_active"); } else { $('.pro_swip_image' + index).css('display', 'none'); $('.pro_swip_image' + (parseInt(end_index) - 1)).css('display', 'block'); $('.pro_swip_image' + index).removeClass('pro_swipe_active'); $('.pro_swip_image' + (parseInt(end_index) - 1)).addClass("pro_swipe_active"); $('.img_dot' + index).removeClass('img_dot_active'); $('.img_dot' + (parseInt(end_index) - 1)).addClass("img_dot_active"); } } function right_pro_arrow() { var index = $('.pro_swipe_active').attr('index'); var end_index = $(".pro_swip_image .zoom_image").length; if ((parseInt(index) + 1) < end_index) { $('.pro_swip_image' + index).css('display', 'none'); $('.pro_swip_image' + (parseInt(index) + 1)).css('display', 'block'); $('.pro_swip_image' + index).removeClass('pro_swipe_active'); $('.pro_swip_image' + (parseInt(index) + 1)).addClass("pro_swipe_active"); $('.img_dot' + index).removeClass('img_dot_active'); $('.img_dot' + (parseInt(index) + 1)).addClass("img_dot_active"); } else { $('.pro_swip_image' + index).css('display', 'none'); $('.pro_swip_image0').css('display', 'block'); $('.pro_swip_image' + index).removeClass('pro_swipe_active'); $('.pro_swip_image0').addClass("pro_swipe_active"); $('.img_dot' + index).removeClass('img_dot_active'); $('.img_dot0').addClass("img_dot_active"); } } $('.product-description .video_iframe_box').remove(); $("select").each(function () {$(this).val($(this).find('option[selected]').val());}); function pro_img_show(product_id, str) { $('body').attr('style', 'display:block;'); var height1 = parseFloat($(window).height()) + 100; var width1 = parseFloat($(window).width()) + 30; var height1 = parseFloat($(window).height()) - 100; str = typeof(str) != 'undefined' ? str : 1; $.colorbox({ fixed: true, href: "index.php?route=module/pro_img_show&pop_product_id=" + product_id + "&cum_status=" + str + "&quickheight=" + height1 + "&quickwidth=" + $(window).width(), width: width1, onClosed: function() { $('body').removeAttr('style'); $('#colorbox #cboxLoadedContent').removeClass('overflow_hide'); $('#colorbox #cboxContent').removeClass('quick_view_hold'); $('html').removeAttr('style'); }, onComplete: function() { $('#colorbox #cboxLoadedContent').addClass('overflow_hide'); $('#colorbox #cboxContent').addClass('quick_view_hold'); } }); } $("#pictureFrame").click(function(){ $(".zoom_demo_txt").hide(); }); $(".mob_add2cart").mouseenter(function(){ $('input[name=\'quantity\']').val(1); }); function select_click(id_text) { $('select optgroup').trigger("click"); } current_pro_arrow(0, 0); function load_video1stimg() { $("#video_1st_box").html(""); } document.getElementById("video_vertical_box").innerHTML = ` `; function playPause() { document.getElementById("video_vertical_box").innerHTML = ` `; } function backing(str) { if(str == 0) { $('.backing_box li:nth-child(2)').removeClass('active'); $('.backing_box li:first').addClass('active'); } else { $('.backing_box li:first').removeClass('active'); $('.backing_box li:nth-child(2)').addClass('active'); } $("select[name=\'product_hook_backing\'] option[value='" + str + "']").prop('selected', true); } $.ajax({ url: 'index.php?route=module_common/load_products/product_associations&product2cart_id=9228', type: 'post', data: '', dataType: 'html', success: function(html) { $("#pro_ass_main_box").after(html); $("#pro_ass_main_box").remove(); } }); function scrollVertical() { $('html, body').animate({ scrollTop: $("#more_information").offset().top }, 700); } var url_22l = 'index.php?route=cronjob/load_bc_subcategory/load_rank&product_id=9228'; $.ajax({ url: url_22l, type: 'post', data: '', dataType: 'html', success: function(html) { $(".pro_rank_txt").html(html); } }); function sendFileToServer(formData, status) { $(".uploading_focus").html("  Uploading..."); $(".uploading_focus").fadeIn("slow"); var count_img_status = $('#count_img_status').val(); $('#count_img_status').val((parseInt(count_img_status) + 1)); var uploadURL = "index.php?route=product/product/upload_review_image&count_img_status=" + count_img_status; var extraData = {}; var jqXHR = $.ajax({ xhr: function() { var xhrobj = $.ajaxSettings.xhr(); if (xhrobj.upload) { xhrobj.upload.addEventListener('progress', function(event) { var percent = 0; var position = event.loaded || event.position; var total = event.total; if (event.lengthComputable) { percent = Math.ceil(position / total * 100); } }, false); } return xhrobj; }, url: uploadURL, type: "POST", dataType: 'json', contentType: false, processData: false, cache: false, data: formData, success: function(json){ $('.success, .warning, .attention, .error').remove(); if (json['success']) { if($("#load_images li").size() != 0) $("#load_images li").last().after(json['text']); else { $("#load_images").html(json['text']); } $(".uploading_focus").fadeOut("slow"); $("#dragandrophandler").remove(); } if (json['error']) { $("#content").prepend('
' + json['error'] + '
'); $(".uploading_focus").fadeOut("slow"); } } }); } var rowCount = 0; function createStatusbar(obj) { rowCount++; var row = "odd"; if (rowCount % 2 == 0) row = "even"; this.statusbar = $("
"); this.filename = $("
").appendTo(this.statusbar); this.size = $("
").appendTo(this.statusbar); this.progressBar = $("
X").appendTo(this.statusbar); this.abort = $("
Abort
").appendTo(this.statusbar); obj.after(this.statusbar); this.setFileNameSize = function(name, size) { var sizeStr = ""; var sizeKB = size / 1024; if (parseInt(sizeKB) > 1024) { var sizeMB = sizeKB / 1024; sizeStr = sizeMB.toFixed(2) + " MB"; } else { sizeStr = sizeKB.toFixed(2) + " KB"; } this.filename.html(name); this.size.html(sizeStr); } this.setProgress = function(progress) { var progressBarWidth = progress * this.progressBar.width() / 100; this.progressBar.find('div').animate({ width: progressBarWidth }, 10).html(progress + "% "); if (parseInt(progress) >= 100) { this.abort.html("Delete"); } } this.setAbort = function(jqxhr) { var sb = this.statusbar; this.abort.click(function() { jqxhr.abort(); sb.hide(); }); } } function handleFileUpload(files, obj) { for (var i = 0; i < files.length; i++) { var fd = new FormData(); fd.append('file', files[i]); sendFileToServer(fd, status); } } $(document).ready(function() { var obj = $("#dragandrophandler"); obj.on('dragenter', function (e) { e.stopPropagation(); e.preventDefault(); $(this).css('border', '2px solid #0B85A1'); }); obj.on('dragover', function (e) { e.stopPropagation(); e.preventDefault(); }); obj.on('drop', function (e) { $(this).css('border', '2px dotted #0B85A1'); e.preventDefault(); var files = e.originalEvent.dataTransfer.files; handleFileUpload(files, obj); }); $(document).on('dragenter', function (e) { e.stopPropagation(); e.preventDefault(); }); $(document).on('dragover', function (e) { e.stopPropagation(); e.preventDefault(); obj.css('border', '2px dotted #0B85A1'); }); $(document).on('drop', function (e) { e.stopPropagation(); e.preventDefault(); }); }); $('.remove_load_image').live('click', function() { $(".remove_load_image_" + $(this).attr('rel')).remove(); $(this).parent().remove(); }); function email_me_sale(product_id) { window.location.href = "https://www.thecheapplace.com/index.php?route=account/login"; }

Your Cart

Go To Cart Checkout