View Single Post
  #322  
Old 07-11-2012, 02:11 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

Quote:
A little off track here but when the new template is released next month will the cookie popup on V4.5.1 still show, or is this something we'll have to fit into your coding.........Thanks Dean

Yes it will, for anyone else wanting that module, it's easy to integrate... (v4.5.1 users)

skin/ability/customer/home.tpl

Just add this code after the opening <body> tag...

Code:
{if $active_modules.EU_Cookie_Law} {include file="modules/EU_Cookie_Law/info_panel.tpl"} {/if}
__________________
xcartmods.co.uk
Reply With Quote