> ## Documentation Index
> Fetch the complete documentation index at: https://docs-pro.global-e.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Third-Party Integration

## JPresta Page Cache Ultimate and Global‑e Plugin Configuration

Here is how to configure PrestaShop to work with both the JPresta and Global-e modules.

1. Go to **IMPROVE** > **International** > **Localization.**
2. In the configuration area, disable **Set default country from browser language** and **Geolocation by IP address.**

   <Frame>
     <img src="https://mintcdn.com/globale-pro/03R8uscobgLW4hbM/images/uuid-a4c84950-a228-2466-ca53-8842da9a593e.png?fit=max&auto=format&n=03R8uscobgLW4hbM&q=85&s=290c61274dc4f5a9677af0b3c4f74a69" width="1895" height="756" data-path="images/uuid-a4c84950-a228-2466-ca53-8842da9a593e.png" />
   </Frame>

   Disable Set default country from browser language.

   <Frame>
     <img src="https://mintcdn.com/globale-pro/z_1NWH1VDGkrAUPj/images/uuid-5e6dc6b9-6e89-c2e5-6078-b37d386f8c83.png?fit=max&auto=format&n=z_1NWH1VDGkrAUPj&q=85&s=83bc0bcde99bde1697bfb2fa13f9c8c0" width="1877" height="909" data-path="images/uuid-5e6dc6b9-6e89-c2e5-6078-b37d386f8c83.png" />
   </Frame>

   Disable Geolocation by IP address.
3. Move the position of the hook actionDispatcherBefore for the Global‑e plugin to be before JPresta.

   <Frame>
     <img src="https://mintcdn.com/globale-pro/ZZL9nUpH-VJskFgH/images/uuid-79e3389e-c92a-1ef8-3ca6-8e9f0e9087f9.png?fit=max&auto=format&n=ZZL9nUpH-VJskFgH&q=85&s=652c6c0454af63fa6c688775c8e76687" width="1881" height="931" data-path="images/uuid-79e3389e-c92a-1ef8-3ca6-8e9f0e9087f9.png" />
   </Frame>
4. Modify the Global‑e Global‑e GEM code:

   Add the `countryCode`and `currencyCode` or `glCountry` and `glCurrency` query params when the country is changed in the shipping switcher.
5. Empty the PrestaShop and the JPresta caches.
6. Set \$EXPIRES\_MIN = 0; in modules/pagecache/static.config.php. In purpose to disable browser cache for product and categories pages.
