Skip to main content

Documentation Portal

Installation Overview

Global‑e provides you with a zipped file of the PrestaShop plug-in. Make sure you have your Merchant information handy to perform this installation.

To integrate the Global-e plug-in with your store:

Prepare your Environment
Prerequisites
  • An administrator account for your Platform

  • A Global‑e Merchant account

  • Your Global-e Merchant ID and Merchant GUID (provided to you by Global-e)

Supported Versions

The Global‑e plugin setup supports Prestashop version 1.6.0 and up to 1.7.8.8.

Third-Party Support
APIs / URLs

The following endpoints can be accessed to review the existing hooks.

Order Shipment: This endpoint updates the fulfilmentfulfillment status.

/index.php?module=prestashop_globale&controller=UpdateParcelDispatch&fc=module

Cart Validation: This endpoint returns the cart validation result. It is called by GEM before the order is placed to prevent cart modifications.

/index.php?module=prestashop_globale&controller=ValidateCart&fc=module

Coupon Validation: This endpoint returns the cart coupon validation result. It is used on Global-e checkout.

/index.php?module=prestashop_globale&controller=ValidateCartVoucher&fc=module

Gift Card endpoints:

/index.php?module=prestashop_globale&controller=GiftCardValidate&fc=module

/index.php?module=prestashop_globale&controller=GiftCardRedeem&fc=module

/index.php?module=prestashop_globale&controller=GiftCardRefund&fc=module

About

This endpoint shows the PrestaShop and Global-e versions and returns a list of registered hooks related to the Global-e module.

/index.php?module=prestashop_globale&controller=AboutInfo&fc=module [&hooks]

GEM

Clear Cart: This endpoint clears the cart after order confirmation.

[POST] /index.php?module=prestashop_globale&controller=ClearCart&fc=module

1curl--location--request POST '[your domain URL]/index.php?module=prestashop_globale&controller=ClearCart&fc=module' \
2--header 'Content-Type: application/x-www-form-urlencoded' \
3--data - urlencode 'MerchantGUID=[your Merchant GUID]'

Cart Info: This endpoint returns the cart content.

/index.php?module=prestashop_globale&controller=CartInfo&fc=module

Order Create: This endpoint creates orders in the platform.

/index.php?module=prestashop_globale&controller=OrderCreate&fc=module

Order Payment: This endpoint updates the order payment status.

/index.php?module=prestashop_globale&controller=OrderPayment&fc=module

Order Status: This endpoint updates the order status.

/index.php?module=prestashop_globale&controller=OrderStatus&fc=module

Order Shipment: This endpoint updates the shipment status.

/index.php?module=prestashop_globale&controller=OrderShipment&fc=module

Checkout

Checkout: The Global‑e checkout iFrame location.

/module/prestashop_globale/Checkout

Examples of Global‑e Server Environments URLs
image1.png
Install the Global‑e Plugin

To install the Global-e plugin:

Follow one of the methods below to install the module.

Option 1.Install the module from the server

If you received the zip file from Global-e you can download it to the server on which PrestaShop is installed and unzip it.

  1. Extract the zip file.

  2. Go to the location where you extracted the file.

  3. Copy: prestashop_globale/. to <ps_root>/modules/prestashop_globale/.

Option 2. Upload the module's zip file to PrestaShop admin

  1. Log in to PrestaShop admin.

  2. Go to ModulesModule Manager and click Upload a module.

    upload_a_module.png

    A file upload window opens.

    file_upload_window.png
  3. Click select file and choose the zip file to upload.

    Once the file is uploaded the module is installed.

    module_installed.png

Option 3. Install the module from the PrestaShop Marketplace

Note: This option is only available if you have already installed PrestaShop Marketplace in your Back Office.

  1. Log in to PrestaShop admin.

  2. Go to ModulesMarketplace and search for Global-e.

    The search results display the Global-e Cross-Border app.

    prestashop_module_in_marketplace.png
  3. Click Install.

Upgrade the Global-e Module

When a new version of the Global-e Module for PrestaShop is released in the marketplace, an Upgrade is displayed in the Module manager.

upgrade_module.png

Click twice on the Update button to upgrade the module.

Configure the Plugin

To configure the Global-e plugin:

  1. Log in to the PrestaShop Admin with your PrestaShop Admin user credentials.

  2. Go to Modules → Module Manager.

    The Module Manager opens.

    Modules Manager.png
  3. Scroll down to the Global‑e module and click Configure.

    The Configure screen opens. This is where you configure the Global‑e settings in PrestaShop.

    This screen is divided as follows and detailed in the relevant sections of this document:

    Configure Global‑e - Required.

    Configure Orders

    Configure Products

    Configure the Checkout for Analytics

    Examples of Global‑e Server Environments URLs