Bob Dylan Official Store
There's A Battle Hoodie
Black fleece hoodie with The Times They Are A Changin' printed in blue on the front with There's A Battle Outside and It's Ragin on the sleeve hits.
fbq('track', 'ViewContent', {
content_ids: [ 6063705850033 ],
content_name: "There's A Battle Hoodie",
content_type: 'product',
value: 55.00,
currency: 'USD'
});
// Add item to cart event listener
$(document).ready(function(){
$("#AddToCart").click(function(){
fbq('track', 'AddToCart', {
content_ids: [ 6063705850033 ],
content_name: "There's A Battle Hoodie",
content_type: 'product',
value: 55.00,
currency: 'USD'
});
});
});