Bob Dylan Official Store
Studio Tee
Black t-shirt with photo of Bob Dylan playing the harmonica on the front.
fbq('track', 'ViewContent', {
content_ids: [ 4287471157351 ],
content_name: "Studio Tee",
content_type: 'product',
value: 30.00,
currency: 'USD'
});
// Add item to cart event listener
$(document).ready(function(){
$("#AddToCart").click(function(){
fbq('track', 'AddToCart', {
content_ids: [ 4287471157351 ],
content_name: "Studio Tee",
content_type: 'product',
value: 30.00,
currency: 'USD'
});
});
});