Title: Constant issues with checkout
Last modified: February 27, 2024

---

# Constant issues with checkout

 *  Resolved [solzy](https://wordpress.org/support/users/solzy/)
 * (@solzy)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/constant-issues-with-checkout/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fconstant-issues-with-checkout%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/constant-issues-with-checkout/#post-17458441)
 *     ```wp-block-code
       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.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

## Tags

 * [cache issue](https://wordpress.org/support/topic-tag/cache-issue/)
 * [checkout](https://wordpress.org/support/topic-tag/checkout/)

 * 1 reply
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/constant-issues-with-checkout/#post-17458441)
 * Status: resolved