Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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!

Eagerly awaiting 2.2

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...