View Single Post
  #4  
Old 03-01-2013, 07:13 AM
  karina's Avatar 
karina karina is offline
 

X-Cart team
  
Join Date: Jul 2009
Posts: 123
 

Default Re: Advanced Customer Reviews

Quote:
Originally Posted by Johnwiggity
Thanks for the help.

When I edit the file I noticed that the code is this.

//define('TEST_MODE', true); // Set to true to test the script. Do not use on live server!


I guess I just need to change it to false and everything should work properly?

John

Yes, change 'true' to 'false' and uncomment the line. Your code should look like this (both lines are uncommented):
PHP Code:
define('TEST_MODE'false);         // Set to true to test the script. Do not use on live server!
define('TEST_EMAIL''');           // All reviews requests notifications will be sent to this address in test mode 
__________________
Karina Lipnyagova

The "Advanced Customer Reviews", "Root Categories" and "Pop-up Anywhere" author
Reply With Quote