Made with our for help with obtaining proper measurements.
This Item is usually made to order, call for available sizes.
Please allow 2-4 weeks if garment needs to be made.
Made in USA
Item # RC-152
*Looking for a specific regimental coat, other than the traditional or reversed colors? You have the option to change the wool color for the body, trim, or both. We are restricted to the wool colors we carry, which are navy, red, off white, black, brown, dark green, camel, royal blue, and the light blue we use for our ladies' cloak. When changing the color of the coat, the hearts on the coat can also change. Please let us know if you would like them to be the same as the body or trim. We can also leave the hearts off, or use any color that you would like.
Ordering a custom coat entails a customization fee, and the understanding that it is a non-cancellable and non-returnable item. The cost for just a trim change is $15. If you are changing the body or the body and trim, it will be a $25 fee. When ordering online, to indicate you would like a custom coat, please add a note to your order in the comment section in your cart. We will then get into contact with you about paying the extra fee. If you would like us to send a PayPal Invoice, include that in your note, and we will get that to you right away. If you would prefer we call you, you can indicate that as well.
Need to see some examples? Click on the link below, and it will take you to our fabric swatch page, which shows some of the custom coats we have done.
'
});
})
function addtocart(qty,skus,key,unique){
var data = {
"productId":"1233283",
"cartNum":qty,
"new":0
};
if(key){
data.uniqueId = skus[key].unique;
}
if(unique){
data.uniqueId = unique;
}
$.ajax({
url:"?m=jqajax&act=addtocart",
method:"POST",
dataType:"JSON",
data:data,
success :function(e){
layer.closeAll();
console.log(e.error);
if(e.error == 0){
$(".right-mini-cart-box").html(e.html);
$(".CartCount").html(e.data.count);
$('.drawer-toggle-cart').trigger("click");
}else{
layer.msg(e.msg);
}
}
});
}
function addto_sku(qty,skus,key){
$.ajax({
url:"?m=jqajax&act=addto_sku",
method:"POST",
dataType:"JSON",
data: {
id:'1233283',
sku: key,
},
success :function(e){
if (e.unique){
let unique = e.unique.replace(/'/g, '');
addtocart(qty,"","",unique);
}
}
});
}
$(".cart-wishlist").click(function(){
$.ajax({
url: "?m=jqajax&act=addwish",
method: "POST",
dataType: "JSON",
data: {
id:'1233283'
},
success: function (e) {
console.log(e);
if(e.error == 1){
window.location.href = "/account/login";
}else{
layer.msg("Add favorite successfully!");
}
}
});
});