-->
\r\n\r\n \r\n\r\n
\r\n \r\n \r\n\r\n
\r\n
\r\n
\r\n\r\n
\r\n
step one: \r\n
Scroll down to view this week's Picture Puzzle below.
\r\n
\r\n\r\n
\r\n
step two: \r\n
Use the zoom tool to find the hidden rocker in the image.
\r\n
\r\n\r\n
\r\n
step three: \r\n
Once you find the rocker click here or go to our Cracker Barrel Facebook Page, and post the hashtag #HolidayPicturePuzzle on our wall and something good could happen to you!
\r\n
\r\n\r\n
\r\n\r\n
Use the buttons or pinch to zoom.
\r\n\r\n
\r\n\r\n \r\n\r\n\r\n\r\n\r\n"},"id":"7f7fea5f-9b55-4852-950a-b584d72f5e5a","definitionId":"html"}],"width":""}]}],"source":{"id":"ddfcd413-466c-49e2-b21b-947cc20ae199","listFQN":"pages@mozu","path":"picture-puzzle","includeInactiveDocument":true,"publishState":"active"}}]},"updateDate":"2017-12-11T16:14:52.619Z"};
var pageContext = pageContext;
var lineItemData = function(lineItem, orderNumber) {
var row = {
productId: lineItem.product.productCode,
quantity: lineItem.quantity,
unitPrice: lineItem.product.price.price,
currency: ""
};
if(lineItem.product.variationProductCode) {
row.sku = lineItem.product.variationProductCode;
}
if(orderNumber) {
row.purchaseId = orderNumber;
}
return row;
}
window.monetateQ.push(['mui', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
switch(pageType) {
case 'product':
var productModel = pageModel;
window.monetateQ.push(['setPageType', 'product']);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
console.log('productModel', productModel);
window.monetateQ.push([
"addProductDetails",
[{
productId: productModel.productCode,
sku: productModel.variationProductCode
}]
]);
break;
case 'cart':
var cartModel = pageModel;
var cartItemRows = cartModel.items.map(function(row) {
return lineItemData(row);
});
window.monetateQ.push(['setPageType', 'cart']);
window.monetateQ.push([ "addCartRows", cartItemRows ]);
window.monetateQ.push(['addProducts', 'cart']);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
break;
case 'checkout':
window.monetateQ.push(['setPageType', 'checkout']);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
break;
case 'confirmation':
window.monetateQ.push(['setPageType', 'purchase']);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
var orderModel = pageModel;
var orderRows = orderModel.items.map(function(row){
return lineItemData(row, orderModel.orderNumber);
});
window.monetateQ.push([ "addPurchaseRows", orderRows ]);
break;
case 'search':
window.monetateQ.push(['setPageType', 'search']);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
break;
case 'category':
window.monetateQ.push(['setPageType', 'category']);
if(pageContext){
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
}
break;
default:
if ("picture-puzzle" === 'home') {
window.monetateQ.push(['setPageType', 'home']);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
}else{
if(pageType === 'web_page' ){
window.monetateQ.push(['setPageType', pageModel.name]);
window.monetateQ.push(['customerId', 'cd2b2f57b6474ea6a1bee9bf5997a962']);
}
}
break;
}
var breadcrumbObjects = [{"id":"page^^pages@mozu^^ddfcd413-466c-49e2-b21b-947cc20ae199","index":-1,"name":"picture-puzzle","nodeType":"page","originalCollection":"pages@mozu","originalDocumentListName":"pages@mozu","originalId":"ddfcd413-466c-49e2-b21b-947cc20ae199","url":"/picture-puzzle"}];
var breadcrumbs = breadcrumbObjects.map(function(crumb) {
return crumb.name;
});
if(breadcrumbs && breadcrumbs.length) {
window.monetateQ.push([
'addBreadcrumbs', breadcrumbs
]);
}
//window.monetateQ.push(['trackData']);