Przeglądaj znane problemy i ich status rozwiązania we wszystkich modułach.
When the missed purchase resender fires via cron, it generates a pseudo client ID (random digits + timestamp) because the original browser's _ga cookie is not available. This means resent purchases appear as separate sessions/users in GA4 reports.
Workaround: Enable User-ID tracking in the GA4 platform config. If the customer was logged in during purchase, the User-ID will link the server-side event to their existing user profile.
The add_shipping_info and add_payment_info events use a MutationObserver watching for .-current CSS classes on checkout step elements. Checkout modules that use different markup (one-page checkouts, custom step indicators) may not trigger these two events.
Workaround: Use Google Tag Manager to set up custom triggers for these events based on your checkout module's specific DOM changes. All other events (begin_checkout, purchase) work regardless of checkout module.
Adresy email zawierające znak + (np. user+shop@gmail.com) są odrzucane mimo że są zgodne z RFC.
Przycisk express checkout na urządzeniach mobilnych jest przesunięty poniżej widocznego obszaru gdy koszyk zawiera więcej niż 5 pozycji.
When TheCheckout by Prestasmart was installed alongside Checkout Revolution, both modules attempted to override the checkout page, causing a redirect loop or blank checkout. Customers using TheCheckout for their default checkout and Checkout Revolution for express buttons only were affected.
Resolution: Added TheCheckout detection — when TheCheckout is active, Checkout Revolution automatically defers the one page checkout override and only provides express checkout buttons on product pages, cart, and mini-cart. Both modules now coexist without conflicts.
Niektórzy klienci zgłaszają biały ekran po przekierowaniu z PayPal. Dzieje się tak gdy ciasteczko sesji wygasa podczas procesu płatności.
Obejście: Wyczyść ciasteczka przeglądarki i spróbuj ponownie.