Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2007
    Posts
    16
    Plugin Contributions
    0

    Default Automated group member

    Is there a way or any mods that can set up that when a customer logs in it automatically sends them to a group according to what they enter in registration
    ive been reading thru the post and some look like they can do it but they dont or if u do it messes up your cart so dont try it answers

    its for wholesalers
    im trying to have them register in without me changeing them into wholesalers account alot of customers would be oversees and we want them to be able to shop without waiting for switchover from reg customer to wholesale customer

    maybe something like when a cust joins if enters a tax id in the new feild i vreated,he directly becomes a wholesale cust instead of retail customer without wait for me to switch him or her over

    tnx

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Automated group member

    You'd have to build your custom logic for that in the /includes/modules/YOURTEMPLATE/create_account.php

    - verify that they qualify
    - set correct group-discount setting in the customers table
    - set correct group-discount session variable
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Aug 2007
    Posts
    36
    Plugin Contributions
    2

    Default Re: Automated group member

    Is there a way or any mods that can set up that when a customer logs in it automatically sends them to a group according to what they enter in registration
    I grappled with a similar situation myself. It was not for wholesale accounts, like yours; nonetheless, my solution:

    1. Generate coupon codes that provide discounts equal to that which your discount groups provide. In the admin, set your coupon codes like this:
    Code:
    Uses per Coupon ::  Unlimited
    Uses per Customer ::  1
    2. Pass out the coupon codes to customers based on the group that you eventually want them to be in.
    3. Let them shop whenever they like. They will place their first order using the discount code that you gave them.
    4. Switch them into the discount group via the administrative console after they've placed their first order. Now their future orders will continue to get the same discount as their first order.

    You have a problem if they try to place a second order before you have manually moved them into proper discount group, but I never ran into that particular problem. I know you mentioned that this was for wholesale customers, and I realize that pricing for wholesale customers can involve complications beyond simple discounts, sales tax considerations among them. However, perhaps the strategy above will be useful for someone, somewhere.

    Regards,
    Rick

 

 

Similar Threads

  1. shiping method only for member of Group Pricing
    By Zebra- in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 27 May 2010, 05:49 PM
  2. Can I set a SALE for a specific MEMBER GROUP?
    By STFlats in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 22 Jun 2007, 07:58 AM
  3. Group Member Catalogs/Categories
    By burtjesus in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 24 Jan 2007, 01:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg