chap Posted October 12, 2002 Posted October 12, 2002 Hi, I don't know if this has been made available by someone else, if so :oops: , if not- then here goes: To allow people that just sign up to have access to the discount for members (meaning: you as the administrator does not have to manually flag a customer as a "member") add this line to /catalog/create_account_process.php: Replace (line 2 hundred something): 'customers_default_address_id' => 1); With: // begin edit to auto flag for discount for DISCOUNT FOR MEMBERS 'customers_default_address_id' => 1, 'member_flag' => 1); // end edit to auto flag for DISCOUNT FOR MEMBERS Bye! Quote Eagerly awaiting 2.2
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.