• Resolved solzy

    (@solzy)


    We are having endless issues with checkout. When our customers are trying to place an order there is an endless loop causing payments to fail. We are using payment by stripe plugin to capture payments, I have excluded cart/checkout from the cache settings.

    I have also sent the report:

    Report number: IBXMGDQU

    Report date: 02/27/2024 20:19:31

    Can you please helps?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    if (strpos($_SERVER['REQUEST_URI'], "checkout") !== false){
    define( 'LITESPEED_DISABLE_ALL', true );
    }
    if (strpos($_SERVER['REQUEST_URI'], "cart") !== false){
    define( 'LITESPEED_DISABLE_ALL', true );
    }

    please try add this at top of your wp-config.php , next line after <?php see how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Constant issues with checkout’ is closed to new replies.