> ## Documentation Index
> Fetch the complete documentation index at: https://nce-docs.bglobale.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-nce/HEMTL5jLmdt1JA9r/images/uuid-a4c84950-a228-2466-ca53-8842da9a593e.png?fit=max&auto=format&n=HEMTL5jLmdt1JA9r&q=85&s=32c0fc7bcb51b82b054c88e8ef02dfa7" 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-nce/xv375Io-Zpy9CEM_/images/uuid-5e6dc6b9-6e89-c2e5-6078-b37d386f8c83.png?fit=max&auto=format&n=xv375Io-Zpy9CEM_&q=85&s=5577ca7e6fee3867f1b59ff10114214b" 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-nce/xv375Io-Zpy9CEM_/images/uuid-79e3389e-c92a-1ef8-3ca6-8e9f0e9087f9.png?fit=max&auto=format&n=xv375Io-Zpy9CEM_&q=85&s=9205328f18c042b7ee4987b34bbcbf26" 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.
