function registerListener() { window.wixDevelopersAnalytics.register( 'cf06bdf3-5bab-4f20-b165-97fb723dac6a', (eventName, eventParams, options) => { const XSRFToken = getXSRFTokenFromCookie() fetch( `${window.location.origin}/_serverless/analytics-reporter/facebook/event`, { method: 'POST', headers: { 'Content-Type': 'application/json', 'X-XSRF-TOKEN': XSRFToken, }, body: JSON.stringify({ eventName, data: eventParams }), }, ); }, ); function getXSRFTokenFromCookie() { var match = document.cookie.match(new RegExp("XSRF-TOKEN=(.+?);")); return match ? match[1] : ""; } } window.wixDevelopersAnalytics ? registerListener() : window.addEventListener('wixDevelopersAnalyticsReady', registerListener);
top of page

Merry Christmas and Happy New Year

Writer's picture: Doug GrayDoug Gray

Thank you to all our wonderful customers for your support.

IMPORTANT NOTICE

Please note our last order date for delivery on the 27th December 2019 must be made before 10am on the 23rd December 2019.

Our normal service resumes on the 2nd January with earliest delivery 3rd January (for next day orders)

©2017 by PelletCo Ltd. 

bottom of page