Checkout
v1.7.18
Checkout
- Updates and support included for 12 months
- License key delivered immediately by email
- 30-day money-back guarantee
- Full documentation included
- Compatible with Hyvä themes
- Composer-ready installation
Checkout
Een moderne, snelle en volledig instelbare Magento-checkout — gebouwd met Alpine.js, server-rendered voor snelheid, en compatibel met Luma, Hyvä (via de companion module) en Swissup Breeze. Vervangt de standaard Magento-checkout door een one-page of multi-step layout die de bekende pijnpunten aanpakt: trage rendering, fragiele session-handling, ontbrekende post-order redirects voor off-site gateways, geen betaalmethode-iconen en een generieke succespagina.
De hele flow draait op de standaard Magento REST-endpoints (geen proprietary JSON-API), dus bestaande extensies voor shipping, payment, tax, gift messages, coupons en newsletters blijven werken. Het Alpine.js-component is klein (~30 KB), CSP-safe via SecureHtmlRenderer, en heeft een robuuste fallback die de checkout-config opnieuw opbouwt vanuit de database wanneer DefaultConfigProvider crasht.
Voor wie
- Handelaars wiens conversiepercentage lijdt onder Magento's trage native checkout en die een snellere, gefocustere ervaring willen
- Winkels die off-site payment gateways gebruiken (MultiSafepay, Mollie, PayNL, Buckaroo, Adyen, Stripe…) en de klant betrouwbaar naar de hosted payment-stap moeten redirecten na
placeOrder - B2B- en B2C-teams die een instelbare succespagina nodig hebben (bedanktekst, kortingscode voor volgende bestelling, social share, related-product upsells)
- Agencies die dezelfde checkout-module willen laten werken op Luma, Breeze en Hyvä (via de dedicated
wimakeit/module-checkout-hyvacompanion)
Belangrijkste voordelen
- Twee layout-modi — one-page (alle secties zichtbaar) of multi-step (geleid), per store schakelbaar vanuit de admin.
- Off-site gateway redirects goed gedaan — ingebouwde post-
placeOrderredirect map voor MultiSafepay, Mollie (mollie_methods_*), PayNL en Buckaroo, plus een admin-veld om elke andere gateway (Adyen HPP, Stripe redirect…) toe te voegen zonder code-aanpassingen. - Betaalmethode-iconen — wordt geleverd met 5 neutrale SVGs (card, bank, wallet, cash, voucher) automatisch gemapt op de grote gateways plus een title-keyword fallback (bancontact, iDEAL, PayPal, Apple/Google Pay, Klarna…). Override per code via de admin: volledige URL, module-relatief pad of ingebouwde slug.
- Slimme features die handelaars effectief nodig hebben — guest-email detectie met login-suggestie, adres-autocomplete (Google Places of HERE Geocoding), opgeslagen klantadressen, bewerkbare hoeveelheden in de sidebar, kortingscode, newsletter opt-in, bestelopmerkingen, gift messages, checkout agreements, dynamische verzendmethode-schatting, ondersteuning voor virtual/downloadable carts, instelbare accentkleur, stappenindicator.
- Instelbare succespagina — vervangt de native Magento-bevestiging door een hero (gepersonaliseerde begroeting, bestelnummer), bestel-recap, copy-to-clipboard kortingscode voor de volgende bestelling, social share-rij (Facebook, X, LinkedIn, WhatsApp, e-mail) en een upsells-grid opgebouwd uit de related products van de gekochte items — elke sectie individueel schakelbaar.
- Theme-aware build — één LESS-bron onder
view/frontend/web/css/source/_*.less, geshimd in Luma (_module.less, auto-imported via_extend.less), Breeze (breeze/_checkout.less, critical-CSS wrapped volgens breezefront-conventie) en Hyvä (tailwind/module.css, gescand door Hyvä's Tailwind build). Het Alpine.js-component draait native op Hyvä en Breeze, en wordt voor Luma gebundeld met Alpine 3.14.
Compatibiliteit
- Magento 2.4.x / Mage-OS equivalent
- PHP 8.1, 8.2, 8.3
- Vereist
wimakeit/module-core^3.0.9 - Native checkout, Swissup Breeze en Hyvä ondersteund (Hyvä via de companion
wimakeit/module-checkout-hyva≥ 1.1.0) - CSP-compliant (inline scripts gerenderd via SecureHtmlRenderer)
- Vertalingen meegeleverd: en_US, fr_FR, nl_NL
Installeer deze module via Composer. Zorg ervoor dat uw auth.json is geconfigureerd met uw Wimakeit-inloggegevens.
$ composer require wimakeit/module-checkout:^1.7.18
$ bin/magento setup:upgrade
$ bin/magento setup:di:compile
Installation notes
The standard composer require + setup:upgrade + setup:di:compile flow applies. The points below cover what's specific to this module.
Required dependency
This module requires wimakeit/module-core ^3.0.9. Composer pulls it automatically from the Wimakeit registry as long as the registry is declared in your project's composer.json.
Soft dependencies on magento/module-gift-message, magento/module-newsletter, magento/module-checkout-agreements, magento/module-catalog and magento/module-sales are declared but require no manual action on a standard Magento install (these modules are always present).
Hyvä compatibility
On Hyvä stores, install the companion module wimakeit/module-checkout-hyva ≥ 1.1.0 in addition to this one. It ships the compiled stylesheets, the <link rel="stylesheet"> injection and the hyva_config_generate_before observer that registers the Tailwind sources of this module. After enabling both modules:
bin/magento hyva:config:generate
cd app/design/frontend/<Vendor>/<theme>/web/tailwind && npm run build-prod
Configuration
All settings live under Stores > Configuration > WiMakeIT > Checkout. Defaults are production-safe — enable the module, deploy, then fine-tune.
General
| Setting | Default |
|---|---|
| Enable Custom Checkout | Yes |
| Layout Mode | One-page |
| Enable Debug Logging | No — leave off in production |
Features
| Setting | Default |
|---|---|
| Show Coupon Code | Yes |
| Show Newsletter Opt-in | Yes |
| Show Order Comments | No |
| Show Gift Message | No |
| Guest Email Detection | Yes |
| Editable Quantities in Sidebar | Yes |
Address
| Setting | Default |
|---|---|
| Default Country | BE (Belgium) |
| Address Autocomplete | No |
| Autocomplete Provider | Google Places |
| API Key | (blank — encrypted when set) |
Set the API Key on the website / store scope, not the default scope, when you operate multiple stores with different keys.
Success Page
| Setting | Default |
|---|---|
| Enable Custom Success Page | Yes |
| Thank-you Message | (blank) |
| Next-order Coupon Code | (blank — section hidden when empty) |
| Coupon Description | (blank) |
| Show Social Share Buttons | Yes |
| Show Upsell Products | Yes |
| Upsell Products Limit | 4 |
Payment
| Setting | Default | |
|---|---|---|
| Show Payment Method Icons | Yes | |
| Custom Icon Overrides | *(blank — one `prefix\ | value` per line)* |
| Off-site Gateway Redirect URLs | (blank — built-in defaults already cover MultiSafepay, Mollie, PayNL, Buckaroo) |
Custom Icon Overrides values can be:
- a full URL (
https://…) - a module-relative path (
images/payment/my-logo.svg) - a built-in slug (
_card,_bank,_wallet,_cash,_voucher)
Off-site Gateway Redirect URLs entries can be absolute or start with / (prepended with the store base URL).
Design
| Setting | Default |
|---|---|
| Accent Color | #ef6f14 |
| Show Step Indicator | Yes |
ACL
The module declares a Wimakeit_Checkout::config ACL resource, granted to the Administrator role only. Assign it to your team roles as needed.
No cron, no patches, no env keys
The module has no cron jobs, no schema/data patches, and no app/etc/env.php keys to set.
- Versie
- v1.7.18
- Licentie
- Jaarabonnement
- Ondersteuning
- 12 maanden
- Last updated
- 5 jun. 2026
- Magento
- Magento 2.4.4 Magento 2.4.5 Magento 2.4.6 Magento 2.4.7 Mage-OS 2.0 Mage-OS 2.1
- PHP
- PHP 8.1 PHP 8.2 PHP 8.3
- Hyvä
- Compatibel
- Pakket
-
wimakeit/module-checkout
Compatibility checker
Pick your stack to see if this module fits.
Compatibiliteit 4
Prijs & licentie 4
composer require in vendor/wimakeit/ terecht; u kan ze lezen, auditen en lokaal patchen voor uw eigen Magento-installatie. U mag de code NIET herverspreiden, sublicentiëren, op een publiek Composer-register publiceren of doorverkopen. Eén licentie = één productiedomein + één staging/dev-domein (zie de algemene voorwaarden voor de volledige EULA). Wimakeit-modules staan NIET op het publieke packagist.org — ze worden uitsluitend verspreid via het private Composer-register packages.wimakeit.be. Installatie & updates 6
composer require wimakeit/module-checkout:^1.7.14 uit, daarna bin/magento setup:upgrade, bin/magento setup:di:compile en tot slot bin/magento cache:flush. Het tabblad Installation op deze pagina lijst elke configuratiestap (ACL's, crons, defaultwaarden) — een deploy duurt minuten, geen uren. Hulp nodig? Wimakeit biedt Magento-installatiediensten vanuit ons Waalse kantoor (Presles, tussen Charleroi en Namen). auth.json toe: {"http-basic": {"packages.wimakeit.be": {"username": "UW-E-MAIL", "password": "UW-TOKEN"}}}. Stap 3: registreer het repo: composer config repositories.wimakeit composer https://packages.wimakeit.be. Stap 4: composer require wimakeit/module-checkout:^1.7.14. In CI/CD-pipelines injecteert u COMPOSER_AUTH als JSON-environment-variabele in plaats van auth.json te commit'en. composer require, zelfde modulecode, zelfde databaseschema — geen fork om te onderhouden, geen licentiewijziging. composer update blijft veilig binnen een major. app/design/frontend/{UwVendor}/{theme}/Wimakeit_{Module}/templates/ met hetzelfde relatieve pad. Blocks, ViewModels en Helpers worden overschreven via DI-preference in uw eigen custom module — declareer <preference for="Wimakeit\…\OriginalClass" type="UwVendor\Override\Class" /> in etc/di.xml. Layout-XML wordt uitgebreid (voorkeur) of overschreven op de standaard Magento-manier. Wimakeit-modules gebruiken nooit het keyword final op klassen die u redelijkerwijs zou willen override — overschrijven is een first-class scenario, geen hack. Support & beveiliging 3
contact@wimakeit.com met modulenaam, versie, Magento/Mage-OS-versie en reproduceringsstappen. Fixes verschijnen in de volgende patch. Wimakeit-support antwoordt in het Nederlands, Frans en Engels op werkdagen (CET-uren). contact@wimakeit.com met het voorvoegsel [SECURITY] in het onderwerp — vermeld de module, versie en reproductiestappen. Bevestiging op werkdagen, vermelding in het Changelog op verzoek. Wimakeit is een Belgische BV (besloten vennootschap) onderworpen aan Belgisch en Europees recht inzake privacy en responsible disclosure. Over Wimakeit 1
Iets gevonden dat niet in de FAQ staat?
Meld een bug of stel een vraag — het formulier is voor-ingevuld met deze module.
Changelog
Categories: Security, Feature, Fix, Perf, Admin, Deps.
[1.7.14] - 2026-05-26
Fix
- MultiSafepay redirect handshake fixed (orders no longer bounce back to /checkout/cart/). The redirect token sent to MultiSafepay is now generated as a 32-character hex string instead of a 36-character UUIDv4 — the
multisafepay_redirect_token.tokencolumn isVARCHAR(32), so MySQL was silently truncating the UUID and the redirect controller's later lookup never found the row, throwing "Redirect token does not exist" after every Place Order on stores runningmultisafepay/magento2 4.2+. - Removed the diagnostic logging added in 1.7.12/1.7.13 that flooded
system.logwhile we tracked the issue down.
[1.7.11] - 2026-05-26
Fix
- MultiSafepay 4.2 redirect_token now persists end-to-end. Magento's REST
ServiceInputProcessorwas stripping theredirect_tokenfromadditional_databefore MultiSafepay's observer could read it (signature mismatch onPaymentInterface::setAdditionalData). A newCaptureMultisafepayRedirectTokenPluginonMagento\Quote\Model\Quote\Payment::importDatacaptures the value from the raw input and writes it toadditional_informationso MultiSafepay's place-order observer can persist the redirect_token row.
[1.7.10] - 2026-05-26
Fix
- MultiSafepay checkout restored after
multisafepay/magento2 4.2upgrade. The 4.2 metapackage requires token-based redirect handling (PLGMAG2V2-888) — the gateway redirect controller refuses session-based lookups and demands a?token=...query string. The Hyvä checkout JS now generates a per-order token, sends it aspaymentMethod.additional_data.redirect_token, and appends it to the redirect URL for allmultisafepay*gateway codes. Other off-site gateways (Mollie, PayNL, Buckaroo) are untouched. WMI-130.
[1.7.9] - 2026-05-26
Fix
- Post-order redirect no longer leaves the customer on
/checkout/cart/with the page looking like they've been logged out. Theprivate-content-loadedevent dispatched after a successful payment now carries a{detail: {data: {}}}payload, fixing aCannot read properties of nullthrown by Hyvä's messages section listener.
[1.7.8] - 2026-05-20
Fix
- Order summary now shows whole quantities as
1instead of the raw1.0000decimal returned by Magento's quote API. The sidebar item count and the in-summary+ / −quantity buttons also stop misbehaving (the previous code was string-concatenating qty values instead of summing them numerically). - One-page checkout no longer leaves shoppers stuck on "Please complete the shipping step first to see payment methods" after they pick a shipping method. The first user click now reliably loads the payment methods (the previous one-page watcher silently swallowed the very first selection when no shipping method was preselected).
- Added missing French and Dutch translations for "Back to cart" and "Loading payment methods…" — both strings now render in the active store language instead of leaking English on non-English storefronts.
[1.7.7] - 2026-05-19
Fix
- Logged-in customers whose Magento session became corrupted were re-exposed to the storefront as guests, so the checkout silently tried a guest place-order. On stores with downloadable products (where guest checkout is disabled by default), the place-order then aborted with "guest checkout not available" even though the shopper was logged in. The session fallback now restores the logged-in flag and customer profile from the quote's stored customer link. WMI-130.
[1.7.6] - 2026-05-19
Fix
- Downloadable-only carts (a cart of only digital / module products) no longer freeze on the shipping step waiting for a method that will never appear. The checkout now treats a cart of only virtual/downloadable items as virtual regardless of Magento's stored
is_virtualflag and goes straight to billing + payment. WMI-130. - Order summary thumbnails now fall back through
thumbnail → small_image → imageso marketplace products that only carry a base image still render their picture in the cart and on the success page. WMI-130.
[1.7.5] - 2026-05-19
Fix
- Order summary and totals no longer render every amount as the literal "0,00 €" on locales where Magento's
Currency::getOutputFormat()returns a formatted zero instead of the%s €template. The checkout config is now repaired after serialization (re-injecting%sinto the pattern) andformatPrice()falls back to%s €if a broken pattern still leaks through. WMI-130.
[1.7.4] - 2026-05-18
Fix
- Virtual and downloadable-only carts no longer trigger the full-page loader while the customer is still typing their address. The billing / payment-methods / totals preload now runs against a localized
paymentMethodsLoadingflag and surfaces as a small inline "Loading payment methods…" indicator inside the payment section. The full-page loader is preserved for genuine blocking operations (Place Order, Set Shipping Info, cart item updates). Fixes WMI-124.
[1.7.3] - 2026-05-10
Feature
- New Enable Debug Logging toggle (Stores → Configuration → Wimakeit → Checkout → General), off by default. Internal traces in success-page hydration, checkout data provider, config provider and the payment-information plugins (logged-in + guest) are gated behind it;
error/criticalalways log.
Perf
- Production stores stop emitting hot-path traces from the checkout pipeline into
var/log/system.logonce the toggle is left off.
Deps
- Requires
wimakeit/module-core3.0.9+ for the shared debug logger virtual type.
[1.7.2] - 2026-05-08
Admin
- Admin menu group standardized — module appears under a top-level Wimakeit_Checkout entry with a Settings child that opens directly on the configuration section.
- New
Wimakeit_Checkout::configACL resource so the Settings entry can be granted independently of code edits.
Deps
- Certified PHP 8.1 → 8.3 support. Composer
phpconstraint tightened to>=8.1 <8.4.
[1.7.1] - 2026-04-29
Admin
- Internal release pipeline standardized (validate, tag, deploy, release stages). No functional change for merchants.
[1.7.0] - 2026-04-30
Feature
- New payment method icons — 5 neutral SVG categories (card, bank, wallet, cash, voucher) auto-mapped to the major gateways (MultiSafepay, Mollie, PayNL, Buckaroo, Adyen, Stripe, native PayPal/Braintree) and generic codes (cashondelivery, checkmo, banktransfer, sepa, klarna, afterpay…), with a title-keyword fallback (bancontact, iDEAL, PayPal, Apple/Google Pay, Klarna, sofort, giropay, payconiq, FR/NL translations).
- Expanded post-order redirect defaults to cover
multisafepay,mollie_methods,mollie,paynl_payment,buckaroo_magento2. Previously only MultiSafepay was handled server-side, so Mollie iDEAL/Bancontact customers were dropped on the native success page before the gateway could redirect them.
Admin
- New Show Payment Method Icons toggle (default on) under Stores > Configuration > WiMakeIT > Checkout > Payment.
- New Custom Icon Overrides field (multiline
prefix|valuetextarea) — value can be a full URL, a module-relative path, or a built-in slug. - New Off-site Gateway Redirect URLs field (multiline
prefix|urltextarea) — URLs starting with/are prefixed with the store base URL, letting integrators add gateways without touching code.
[1.6.1] - 2026-04-25
Fix
- Off-site payment gateways (MultiSafepay and similar) no longer drop customers on the native success page right after placing the order. The Alpine place-order handler now resolves the gateway redirect URL from the server-side map instead of always navigating to
successUrl.
[1.6.0] - 2026-04-20
Admin
- Module is now laser-focused on Luma + Breeze. Hyvä-specific surface area (Tailwind module,
hyva_config_generate_beforeobserver,etc/frontend/events.xml, pre-compiled CSS) moved to the companionwimakeit/module-checkout-hyva≥ 1.1.0. - Removed pre-compiled
checkout.css/success.cssand the non-partial LESS entries that existed only for the Hyvä<css src=>publisher.
Deps
- Hyvä sites must now install
wimakeit/module-checkout-hyva≥ 1.1.0 (ships its own compiled stylesheets and a proper<link rel="stylesheet">injection).
[1.5.2] - 2026-04-15
Admin
- Dropped
<head><css src="…"/>fromcheckout_index_index.xmlandcheckout_onepage_success.xml— Hyvä's page-config renderer was stripping therel="stylesheet"from it, leaving the browser with a bare<link>it never loaded. Luma and Breeze still pick up the styles via their existing_extend.less/ critical-CSS pipelines. - Ship compiled
checkout.cssandsuccess.cssalongside the LESS partials so the Hyvä companion module can reference them.
[1.5.1] - 2026-04-12
Fix
- Restored the runtime LESS entry points (
checkout.less,success.less) after the 1.5.0 cleanup so themes that don't bundle our partials still get styled.
Feature
- Native Hyvä Tailwind registration via the
hyva_config_generate_beforeobserver — themes that opt-in to the proper pipeline no longer double-load the styles.
[1.5.0] - 2026-04-10
Admin
- Frontend assets restructured into a single LESS source under
view/frontend/web/css/source/: _variables.less— design tokens (text, font-size, radius, breakpoints, transitions, dark-mode palette)._mixins.less— spinner, input-base, selectable-card, button-base, visually-hidden._checkout.less,_success.less— fully nested page partials._module.less— Luma bundle entry (auto-included via_extend.less).- New Breeze critical-CSS entry at
view/frontend/web/css/breeze/_checkout.lessper breezefront convention. - New Hyvä Tailwind source at
view/frontend/tailwind/module.cssso Hyvä's Tailwind build keeps the.wm-co-*classes. - New Breeze JS widget shim registered in
breeze_checkout_index_index.xml— Breeze can defer / bundle the Alpine component instead of treating the<script src>as a standalone asset.
[1.4.4] - 2026-04-08
Fix
- Custom success page no longer renders a duplicate native "Thank you for your purchase!" heading nor the "Print" link above our hero.
- Product thumbnails on the success page no longer produce a broken
placeholder/.jpgURL when the product has nosmall_image. Magento's normal placeholder URL is now returned. - Social share text now reads "I just placed an order at WiMakeIT" instead of the raw store-view code (was "FR").
[1.4.3] - 2026-04-05
Admin
- "Place Order" button now uses the configured Accent Color instead of the neutral text color, so the primary CTA matches the brand. Hover darkens via
filter: brightness(.92).
[1.4.2] - 2026-04-03
Fix
- Minicart no longer shows the items from the order just placed. After a successful
payment-informationPOST, thecart,checkout-data,cart-data,last-ordered-itemsandmessageskeys are wiped frommage-cache-storage, section cookies expired, and the Hyväreload-customer-section-data/private-content-loadedevents dispatched.
[1.4.1] - 2026-04-02
Fix
placeOrderno longer fails silently when a shipping/billing field is invalid. The validator now sets a global error (with the offending field's message) and scrolls/focuses the first invalid input. Previously the button stayed enabled while the click did nothing.
[1.4.0] - 2026-04-01
Feature
- New custom order success page with five individually toggleable sections:
- Hero with personalised greeting, order number and confirmation email line.
- Order summary card listing each item (thumbnail, qty, line total) plus the grand total.
- Next-order coupon card with a copy-to-clipboard button (Alpine, no extra JS).
- Social share row (Facebook, X, LinkedIn, WhatsApp, email) with brand-coloured hover.
- Upsells grid built from related products of the just-bought items, deduped against the order itself and capped to a configurable limit (default 4).
- New
SuccessDataViewModel that pulls the last real order from the checkout session, formats prices viaPricing\Helper\Data, and degrades gracefully when the order is no longer available (empty-state with "continue shopping" CTA).
Admin
- Module now sequences
Magento_CatalogandMagento_Salesfor the upsell + order data needed by the success page.
[1.3.0] - 2026-03-28
Feature
- New extension attribute
wm_newsletter_emailso the newsletter subscription uses the email actually captured in the checkout form rather thanbilling.email. Avoids subscribing the wrong address after the user changes the email in a later step. Falls back to billing/quote email if missing or invalid. - New
getDeliveryEstimate(method)helper exposing per-method delivery ETAs when the carrier provides them (extension_attributes.delivery_date,eta,lead_time,estimated_delivery). Displayed under the carrier title.
Perf
- Shipping form no longer issues redundant
POST /billing-addresscalls — the request is now skipped when neither the address nor the cart changed since the last successful load.
Admin
- Bundled
phpstan.neon(level 8) andphpcs.xml(PSR-12 + Magento2) so the module ships with a clean static-analysis baseline.
[1.2.0] - 2026-03-25
Feature
- Virtual / downloadable cart support — when
$quote->isVirtual()is true, the shipping leg is skipped, the address form becomes the billing address, and payment methods are loaded viaPOST /billing-address+GET /payment-methods+GET /totals. - Step indicator shows "Billing" instead of "Shipping" for virtual carts.
Admin
- Removed the "billing address same as shipping" toggle and the secondary billing form for virtual carts — the displayed address IS the billing address.
[1.1.0] - 2026-03-20
Feature
- Order comments now persisted on the quote and copied to
sales_order.customer_note(plugin onPaymentInformationManagementInterface+ guest variant). - Newsletter opt-in actually subscribes the email after a successful order, for both customer and guest checkout.
- Gift message UI (sender / recipient / message) wired to the native
Magento_GiftMessageREST endpoint, called before order placement. - Real address autocomplete implementation for both Google Places and HERE Geocoding — country-restricted suggestions under the street field, with a session token to keep Google billing on the autocomplete-only tier.
- Bundled Alpine.js 3.14.1 in
view/frontend/web/js/vendor/alpine.min.jsso Luma works out of the box (Hyvä and Breeze keep using their native Alpine). - Telephone validation (E.164-ish: 7–20 digits after stripping separators).
Security
- Email validation now uses the WHATWG HTML5 regex with a 254-char cap.
isEmailAvailablecalls are debounced and rate-limited (≥ 1.5s between requests) to slow down enumeration probes.
Admin
- Declared
extension_attributesonQuote\Api\Data\PaymentInterface:wm_customer_note,wm_subscribe_newsletter. - Removed the
0000000000telephone fallback — the field is now properly required.
Deps
- Soft dependency on
magento/module-gift-messageandmagento/module-newsletterdeclared incomposer.jsonandmodule.xml.
Een bug gevonden? Laat het ons weten.
Een kort formulier opent in een nieuw tabblad — de modulenaam en uw taal zijn al ingevuld. Beschrijf wat u probeerde, wat misging, en wij komen binnen één werkdag bij u terug.
Een bug melden voor CheckoutHulp nodig?
Ons team helpt u graag met de integratie.