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