Bezorgen we bij jou?

Dynamic Import Example

Wat is je adres?

Voordelen bestellen op eigen website

VBB_Icons&graphic Elements_SAND-07-1
Maandelijkse Deal: 25% Korting op onze speciale gerechten.
VBB_Icons&graphic Elements_SAND-04
Help de ondernemer
VBB_Icons&graphic Elements_SAND-05
Leveren verder
VBB_Icons&graphic Elements_SAND-11
Goede support
document.addEventListener('DOMContentLoaded', function () { // Get the _gl parameter from the current page URL var glParam = new URLSearchParams(window.location.search).get('_gl'); // If _gl parameter exists, append it to the button links if (glParam) { // Select all buttons with the specified class document.querySelectorAll('.jake-stylized-card--clickable').forEach(function(cta) { var ctaUrl = new URL(cta.href); // Get the current URL of the button // Append the _gl parameter to the CTA URL ctaUrl.searchParams.set('_gl', glParam); cta.href = ctaUrl.toString(); // Update the button link with the new URL }); } });