*

PeterB

  • ***
  • 33 posts
Add script into <head> of items page
« on: January 27, 2021, 01:42:27 PM »
I would like to add a script between the <head> tags of my site. Preferably just the items pages.

The plugin that is available is not working for me, unfortunately. Could anyone please give me a quick breakdown on how to do this manually? Thanks very much.

*

MB Themes

Re: Add script into <head> of items page
« Reply #1 on: January 27, 2021, 02:14:12 PM »
@PeterB
You may find head tags in oc-content/themes/{your theme}/head.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

cartagena68

  • ***
  • 73 posts
Re: Add script into <head> of items page
« Reply #2 on: January 27, 2021, 02:34:43 PM »
If you need to add the script only in item page you need to add it between this code

Code: [Select]
<?php if(osc_is_ad_page()) { ?>
<script></script>
<?php ?>