Jump to content



Latest News: (loading..)

- - - - -

Europe Cookie Laws


  • Please log in to reply
84 replies to this topic

#81 ONLINE   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,082 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 04 October 2012 - 07:19 AM

No real code to mess up in the footer file. Put the code where you like as long as it is not in a div that is used for something else.

I would put it after
<div class="grid_24" style="text-align: center; padding-bottom: 20px;">
  <?php echo tep_display_banner('static', $banner); ?>
</div>

If you put your code in a div, you could add your own styling to it to make it stand out from the footer using css.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#82   britchops

britchops
  • Members
  • 178 posts
  • Real Name:T J Shaw
  • Gender:Male
  • Location:Winchester, Hampshire

Posted 04 October 2012 - 07:49 PM

Thanks Steve. In the end, I went for the main text in the index.php page as this only shows on the one intro page. Works fine for me.

Cheers

TJ

#83 ONLINE   14steve14

14steve14

    STORE OWNER NOT CODER

  • Members
  • 3,082 posts
  • Real Name:Steve
  • Gender:Male
  • Location:Dorset UK

Posted 05 October 2012 - 07:08 AM

Are you considering those people that will come to your site from a search engine and may not see the front page. Thats why it sould be on every page.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.  

OSC has a steep learning curve, but in general the program does work.  If it doesnt work, the chances are it is something you have done.

#84   britchops

britchops
  • Members
  • 178 posts
  • Real Name:T J Shaw
  • Gender:Male
  • Location:Winchester, Hampshire

Posted 06 October 2012 - 01:15 PM

Good point. I'll consider this.

Thanks

TJ

#85   dforce

dforce
  • Members
  • 33 posts
  • Real Name:Dean Hargreaves

Posted 07 November 2012 - 11:20 AM

Try this which is what i use on all my sites.

http://www.civicuk.com/cookie-law/index

you can have it so that it just informs them that your site uses non intrusive cookies and that the cookies you use are for site functionality only.

It is on every page also.

According to the rules if your site requires cookies for the basic functionality of the site then the simple inform rule can apply. OSC uses a cookie that is required for site functionality. If you use google analytics then you must have an opt in function which this also covers..

Anyways, best way is to have a look.

Works perfectly.