Knowledgebase: One Page Checkout
I'm receiving the following error when logging in: Cannot modify header information - headers already sent by (output started at /public_html/modules/Checkout_One/checkout_one_init.php:48) /public_html/modules/Greet_Visitor/set_cookie.php
Posted by Nick Poindexter on 04 March 2010 05:26 PM
This is caused by a conflict with the cookie used by the Greet Visitor module. To disable the cookie during the checkout:

modules/Greet_Visitor/set_cookie.php

After:

if ( !defined('XCART_SESSION_START') ) { header("Location: ../../"); die("Access denied"); }


Add:

// Checkout One :: www.alteredcart.com //
if ($ajax_headers)
return;
// End Checkout One //

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments: