• Resolved stylebar

    (@stylebar)


    Hello,

    When I have LiteSpeed Plugin enabled and I am in checkout and change the shipping country the shipping prices do not change. When I disable LiteSpeed Plugin everything works fine.

    I tried to exclude /checkout/$ checkout URI and also tried

    if (strpos($_SERVER[‘REQUEST_URI’], “checkout”) !== false){
    define( ‘LITESPEED_DISABLE_ALL’, true );
    }

    Even that doesnt work. I have no other ideas but disabling LiteSpeed again ?? Which would be very sad.

    Best regards

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter stylebar

    (@stylebar)

    To try use following on our checkout site

    Choose Thailand Shipping should change to = Free Shipping within Thailand

    Choose Germany (over 60 USD) Shipping should change to = FedEx Free Shipping (~5-10 Days)

    • This reply was modified 1 year ago by stylebar.
    Plugin Support qtwrk

    (@qtwrk)

    did you enable object cache ? if so , please try set it OFF

    Thread Starter stylebar

    (@stylebar)

    Thank you for the hint. I had Redis Object Cache on. Deactivated and purged all. Unfortunately still same behavior. Any other ideas appreciated!

    • This reply was modified 1 year ago by stylebar.
    Plugin Support qtwrk

    (@qtwrk)

    hm ? if you go to LiteSpeed Cache -> Toolbox -> Import/Export -> reset to default , how does it go ?

    Thread Starter stylebar

    (@stylebar)

    Yes, that worked. I can confirm after the reset it updates the shipping methods on checkout again. So do you suggest to get the settings back step by step and check if it works after every step?

    Plugin Support qtwrk

    (@qtwrk)

    yes, let’s call it an old-fashion way , once you narrow down which option caused issue, we will see what to do next.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Checkout Shipping Country doesnt change Shipping Fees’ is closed to new replies.