Installation

Install the geo-blocking module for OXID e Shop Version 7.

System requirements

No special system requirements are necessary for the geo-blocking module.

The requirements of OXID eShop Version 7.1 or higher apply: https://docs.oxid-esales.com/eshop/en/7.1/installation/new-installation/server-and-system-requirements.html.

New installation

  1. Download the module from the repository and install it.

    To do so, in the shop’s main directory, execute the following Composer command via console:

    composer require --update-no-dev oxid-esales/geo-blocking-module:^2.1.0
    
  2. To activate the module, do one of the following:

    • To activate the module via the OXID eShop console automatically, do the following:

      1. If applicable, adjust the subshop ID in the following command:

        ./vendor/bin/oe-console oe:module:activate --shop-id=<subshop-id> oegeoblocking
        
      2. Execute the command, in our example for the OXID eShop Enterprise B2B Edition subshop with store ID 3:

        ./vendor/bin/oe-console oe:module:activate --shop-id=3 oegeoblocking
        
    • To activate the module manually, in the shop, under Extensions ‣ Modules, on the Main tab, choose Activate.