"undefined"==typeof moment&&alert("Moment error");const DeliveryOpts=["08915","08914","08913","08910","08270","10578","12754"];function Product(e){const t=this;t.name=ko.observable(e.name||e.ProductName||""),t.sku=e.sku,t.qty=ko.observable(e.qty?e.qty:""),t.productprice=e.ProductPrice,t.productdiscount=Math.max(e.ProductDiscount,e.voucherDiscount,e.warrantyDiscount||0),t.productpricediscounted=getFinalPrice(e.ProductPrice,t.productdiscount),t.productsub=e.ProductSub||"",t.productimage=e.ProdLargeImage||"",t.warrantyID=e.warrantyId||0,t.id=e.id,t.pkg=e.pkg,t.productimage.startsWith("/")||(t.productimage="/"+t.productimage),t.productship=e.ProductShip||"",t.ppcharge=e.PPCharge||0,t.printing="Yes"==e.Artwork,t.special="Yes"==e.Special,t.dyesub="Yes"==e.DyeSub}function BasketViewModel(){const e=this;function t(){var e=new Date,t=new Date;t.setHours(15,45,0,0);var n=t.getTime()-e.getTime();n<0&&(t.setDate(t.getDate()+1),n=t.getTime()-e.getTime());var o=Math.floor(n/36e5),r=Math.floor(n%36e5/6e4),a=Math.floor(n%6e4/1e3);return(o=(o<10?"0":"")+o)+":"+(r=(r<10?"0":"")+r)+":"+(a=(a<10?"0":"")+a)}function n(){var e=new Date,t=e.getDay(),n=e.getHours(),o=e.getMinutes();return t>=1&&t<=5&&14==n&&o>=45||15==n&&o<45}e.products=ko.observableArray([]),e.country=ko.observable(localStorage.getItem("country")),e.country.subscribe((function(t){localStorage.setItem("country",t),"United Kingdom (Mainland Only)"!==e.country()&&"Highlands and Islands of Scotland"!==e.country()&&e.postcode(""),e.deliveryOption(void 0),document.querySelectorAll(".delivery-opt-cont").forEach((function(e){e.classList.remove("selected")})),document.querySelectorAll('input[name="delivery-opts"]').forEach((function(e){e.checked=!1}))})),e.postcode=ko.observable(localStorage.getItem("postcode")||""),e.postcode.extend({rateLimit:{timeout:500,method:"notifyWhenChangesStop"}}),e.postcode.subscribe((function(t){localStorage.setItem("postcode",t),setTimeout((function(){"Highlands and Islands of Scotland"!==e.country()&&e.isScotland()&&e.country("Highlands and Islands of Scotland"),"Northern Ireland"!==e.country()&&e.isNorthernIreland()&&e.country("Northern Ireland"),e.saveOptions()}),0)})),e.deliveryOption=ko.observable(),e.deliveryTime=ko.observable(),e.postcodeVerify=ko.observable(!1),e.productFocused=ko.observable(),e.isNorthernIreland=function(){return"BT"==e.postcode().substring(0,2).toUpperCase()},e.isScotland=function(){const t=e.postcode().substring(0,2).toUpperCase();return!(-1==["AB","DD","DG","EH","FK","HS","IV","KA","KW","KY","ML","PA","PH","TD","ZE"].indexOf(t))},e.getSTDCharge=ko.computed((function(){if(!e.postcodeVerify())return NaN;if(e.calcSubtotal()>=basketConfig.free_delivery)return 0;let t=e.products();return 0===t.length?null:Math.max.apply(Math,t.map((function(e){return e.ppcharge})))})),e.getPPCharge=ko.computed((function(){if("COL"==e.deliveryOption())return 0;if(!e.postcodeVerify())return NaN;if(e.calcSubtotal()>=basketConfig.free_delivery)return 0;let t=e.products();return 0===t.length?null:Math.max.apply(Math,t.map((function(e){return e.ppcharge})))})),e.getShippingDays=ko.computed((function(){let t=e.products();if(0===t.length)return null;return e.hasPrinting()?null:Math.max.apply(Math,t.map((function(e){return e.productship})))})),e.timeLeftNextDay=ko.observable(t()),e.shouldDisplayCutoffCountdown=ko.observable(n()),setInterval((function(){e.timeLeftNextDay(t())}),1e3),function t(){e.shouldDisplayCutoffCountdown(n());var o,r=new Date,a=r.getDay(),i=r.getHours(),c=r.getMinutes();if(a>=1&&a<=5)if(i<14||14==i&&c<45){var s=new Date(r);s.setHours(14,45,0,0),o=s-r}else if(i>15||15==i&&c>=45){var u=r;u.setDate(r.getDate()+(a%5+1)),u.setHours(14,45,0,0),o=u-r}else{var d=new Date(r);d.setHours(15,45,0,0),o=d-r}else{var l=new Date(r);l.setDate(r.getDate()+(8-a)%7),l.setHours(14,45,0,0),o=l-r}setTimeout(t,o)}(),e.getShippingDate=ko.computed((function(){var t=e.getShippingDays();if(null==t)return"TBD";var n=moment(),o=(new Date).getHours(),r=(new Date).getMinutes();return(o>15||15===o&&r>=45)&&(n=n.businessAdd(1)),(e.isNorthernIreland()||e.isScotland())&&(n=n.businessAdd(2)),(n=n.businessAdd(t)).format("DD MMM")})),e.getEarliestShippingDate=function(){var t=e.getShippingDays();if(null==t)return null;var n=moment(),o=(new Date).getHours(),r=(new Date).getMinutes();return(o>15||15===o&&r>=45)&&(n=n.businessAdd(1)),(e.isNorthernIreland()||e.isScotland())&&(n=n.businessAdd(2)),n=n.businessAdd(t)},e.hasPrinting=function(){let t=e.products();for(let e=0;enew Product(e))))},e.calcSubtotal=function(){let t=0;const n=e.products();for(let e=0;e