');
couponCodeContainerContents.push('');
couponCodeContainerContents.push('Don\'t forget to get $20 off your FIRE PIT with coupon code: FB1FP20
');
couponCodeContainerContents.push('Congratulations! Please take 15% off your entire order! Use coupon code CAFB15 at checkout
');
couponCodeContainerContents.push('Don\'t forget to get $10 off your order with code: SAVETEN
');
couponCodeContainerContents.push('Congratulations! Please take 15% off your entire order! Use coupon code FBOFBA15 at checkout
');
couponCodeContainerContents.push('Don\'t forget your $10 off coupon code for your purchase over $50! Save big with Coupon Code: SAVETEN
');
couponCodeContainerContents.push('Don\'t forget your 10% off coupon code sitewide! Save big with Coupon Code: EM10
');
couponCodeContainerContents.push('Happy Labor Day! Take 15% with Coupon Code: Labor15
');
couponCodeContainerContents.push('Thanks for visiting! Enjoy your Coupon Code: GOOGLE5
');
couponCodeContainerContents.push('Thanks for subscribing! Enter your coupon code: FSLM10 at checkout
');
couponCodeContainerContents.push('Thanks for resubscribing! Enter your coupon code: REM10 at checkout
');
couponCodeContainerContents.push('Save 20% on seasonal decor with coupon code: SEASON20. Coupon Expires 10/14/19.
');
couponCodeContainerContents.push('Get 10% off your order total with coupon code: M9N0P
');
couponCodeContainerContents.push('Happy New Year! Get 20% off all patio furniture with coupon code: 2020. (Expires 1/2/2020)
');
couponCodeContainerContents.push('Get 15% off your order total with coupon code: SCA15
');
couponCodeContainerContents.push('Get 10% off your order total with coupon code: SHOPEARLY
');
couponCodeContainerContents.push('We apologize for the inconvenience! Get 20% your next order with coupon code: GLITCH20
');
couponCodeContainerContents.push('Spring is here! Get 15% your entire order with coupon code: EARLYSPRING
');
couponCodeContainerContents.push('Get 15% off all cast iron cookware for Thanksgiving with coupon code: D15HUP
');
couponCodeContainerContents.push('Celebrating Moms Everywhere! Get 20% off your order total with coupon code: MOM20
');
couponCodeContainerContents.push('Thank you for your purchase! Get 11% off your next purchase with coupon code: WSM3
');
$('body').append('' + couponCodeContainerContents.join('') + '
');
$('#coupon-code-settings-container').hide();
');
},
ppChanges: function(){
$('.topbar-item.topbar-search').insertAfter('.eci-header-toolbar .topbar-logo-image-link');
//fix search clearing
$('svg.icon-search-clear').click(function(){
$('.search-form-input-wrap .form-input').val('')
});
},
searchPageFixes: function(){
var obj = this;
$(document).click(function(){
var myCounter = 0;
var myInterval = setInterval(function () {
if($('.eci-topbar-bottom-row').length == 0){
$('.eci-category-topbar-bottom-row').remove();
obj.eci_implementDesign();
obj.categoryChanges();
obj.responsePoint();
clearInterval(myInterval);
}else{
myCounter++;
}
if(myCounter > 10){
clearInterval(myInterval);
}
},1000);
});
},
init: function(){
var ob= this;
if($('.page-category').length || $('.page-brand').length || $('.page-search').length){
ob.categoryChanges();
}
if($('.page-product').length){
ob.ppChanges();
}
if($('.page-search').length){
ob.searchPageFixes();
}
}
}.init();
});