View Single Post
  #30  
Old 06-24-2012, 10:10 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default Re: X-Cart Commentics Integration v4.x

Hey Phil you need to update the template files - the newest commentics uses

$cmtx_page_id = "xxx";
$cmtx_reference = "xxx";
$cmtx_path = "../comments/";

and your files use

//$page_id = $p['productid'];
//$reference = $p['product'];
//require $path_to_comments_folder . "includes/commentics.php";
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote