View Single Post
  #22  
Old 07-09-2004, 04:04 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

OK, with version 3.5.x the patch needs to be changed.

Backup backup backup because I am not responsible if you run into a problem, ok?

Run this SQL Query to remove the previous sql query you applied.

Quote:
DELETE FROM xcart_config WHERE name='modify_emails';

Then apply this patch.

Code:
INSERT INTO `xcart_config` VALUES ('modify_emails', 'Enable email notifications for User Account Modifications', 'Y', 'Email', 100, 'checkbox', 'N');

You can find the checkbox and item in your General Settings, under the email subcategory.

Good luck.
Reply With Quote