Info
Content

How to integrate the CMP into an Oxid eShop?

Please note: The below description is only valid for the manual blocking code. If you want to use automatic code blocking, please ensure that the CMP-Code is inserted directly after the <head> element of your website code.

In order to intergate the CMP-Code into an Oxid eShop please follow these steps:

  1. Login to your shop via FTP or similar
  2. Navigate to the folder that contains the theme you are using (e.g. .../Application/views/flow/)
  3. In the theme folder you should find a subfolder tpl/layout and within this you should find a file called base.tpl
  4. Edit the file and search for <body
  5. After the closing > of the <body element, insert the CMP-code enclosed in [{literal}] .... CMP-Code ... [{/literal}]
  6. Save the file

Back to top