PREMIUM OUTDOOR JACKET
Fully waterproof and fleece lined, in black with inneer grey lining.
Nottighma Rugby logo p
Product Code: JACKETBLK
If you would like us to notify you when this is back in stock, please
enter your email address and click the button.
Email link to a friend?
// Add item to GA tag
//--------------------------------
function add_gtag() {
gtag("event", "add_to_cart", {
currency: "GBP",
value: $("#itemPrice").val(),
items: [
{
item_id: "JACKETBLK",
item_name: "PREMIUM OUTDOOR JACKET",
item_category: "50",
item_category2: "03",
value: parseFloat($("#itemPrice").val()),
quantity: parseInt($("#quantity").val(), 10)
}
]
});
}