Website Settings

Dondere modus
Hoog contrast
Font grootte
Lees pagina-inhoud
Afdrukken
  • Het is 25-07-2026 en week 30 in de Zomer .

Account Settings

Winkelwagen

De winkelwagen is nog leeg

Snippet – Pagebuilder – layout

particle

const pageComponentsSets = window.pageComponentsSets || {};pageComponentsSets[’template-services’] = { label: ‘Template: Diensten’, name: ’template-services’, types: [‘page’, ‘news’], fields: [ {type: ‘spacer’, label: ‘Witruimte’}, {type: ’titleblock’, label: ‘Titelblock’}, {type: ‘services’, label: ‘Services’}, {type: ‘banner-text’, label: ‘Banner tekst’}, {type: ‘badgescontainerStart’, label: ‘Badges container start’}, {type: ‘badge’, label: ‘Badge’}, {type: ‘badge’, label: ‘Badge’}, {type: ‘badge’, label: ‘Badge’}, {type: ‘badgescontainerEnd’, […]

Snippet – Doofinder- classic layer script

particle

var doofinder_script =’//cdn.doofinder.com/media/js/doofinder-classic.7.latest.min.js’; (function(d,t){var f=d.createElement(t),s=d.getElementsByTagName(t)[0];f.async=1; f.src=(‘https:’==location.protocol?’https:’:’http:’)+doofinder_script; f.setAttribute(‘charset’,’utf-8′); s.parentNode.insertBefore(f,s)}(document,’script’)); var dfClassicLayers = [{ “queryInput”: “#search-field”, “hashid”: “e223daf7f5dd2cc5cb621d2e70c6092b”, “zone”: “eu1”, “display”: { “lang”: “nl”, translations: { ‘Results’: ‘Resultaten’, ‘Search…’: ‘Zoeken…’, ‘Sorry, no results found.’: ‘Geen resultaten gevonden’, ‘View less…’: ‘Minder weergeven…’, ‘View more…’: ‘Meer weergeven…’, ‘Selected Filters’: ‘Geselecteerde filters’, ‘CLOSE’: ‘SLUITEN’, ‘CLEAR’: ‘WISSEN’, ‘FILTER’: ‘FILTER’, ‘Query Too […]

Snippet – Doofinder – full layer script

particle

var dfUrl = ‘//cdn.doofinder.com/media/js/doofinder-fullscreen.7.latest.min.js’; (function(c,o,k,e){var r,t,i=setInterval(function(){t+=c;r=typeof(require)===’function’; if(t>=o||r)clearInterval(i);if(r)require([k],e)},c)})(100, 10000, dfUrl, function(doofinder){ doofinder.fullscreen.setLayers([{ “hashid”: “e223daf7f5dd2cc5cb621d2e70c6092b”, “zone”: “eu1”, “display”: { “lang”: “nl”, “templateVars”: { “topbarLogo”: “https://haxo.nl/templates/haxo/images/haxo-logo-web-nl.png”, “topbarLogoLink”: “https://haxo.nl/” } }, “toggleInput”: “#search-field” }]); });

Tradetracker – GTM – set up the purchase event for Google Tag Manager on the order confirmation page

particle

Place the code snippet below in this position. It will set up the purchase event for Google Tag Manager on the order confirmation page {% if template == ‘pages/thankyou.rain’ %} window.dataLayer = window.dataLayer || []; dataLayer.push({‘ecommerce’: { ‘purchase’: { ‘actionField’: {‘id’: ‘{{ order.information.number }}’, ‘affiliation’: ‘Online Store’, ‘revenue’: ‘{{ order.information.price_incl }}’, ’tax’:'{{ order.information.price_tax }}’, ‘shipping’: […]

.htacess – 301 redirect http to http

particle

# BEGIN SSL 301 Redirect RewriteCond %{HTTPS} off # First rewrite to HTTPS: # Don’t put www. here. If it is already there it will be included, if not # the subsequent rule will catch it. #RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] # Now, rewrite any request to the wrong domain to use www. #RewriteCond %{HTTP_HOST} !^(www). […]

Home