osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

customer groups function

This is a discussion on customer groups function within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; I am interested in how the 'customer groups' function works: I assume that in combination with the ' Separate Pricing Per ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax v2 Features Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 02-17-2008, 03:10 PM
Lurker
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
godt08 is on a distinguished road
Thumbs down customer groups function

I am interested in how the 'customer groups' function works: I assume that in combination with the ' Separate Pricing Per Customer' function, it is possible to set different prices for each product, and that these different prices are associated with different customer groups. So that when customer from group 1 logs in, all products display prices appropriate to that group.

Is that the way it will work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 02-17-2008, 04:31 PM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,246
Thanks: 66
Thanked 294 Times in 280 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: customer groups function

Yep that is the way it works.

Set up your groups, say, Retail, wholesale.

Then set up your products, and right in the product page, there is the field to place the retail price and a field for the wholesale price.

Then, you go into the customers section and edit the customers that you want assigned to the wholesale group. Then when they login, they see the wholesale prices.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 02-17-2008, 05:11 PM
Lurker
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
godt08 is on a distinguished road
Default Re: customer groups function

Thanks for that. Is it possible to have a group with no prices, or will osMax baulk at the absence of a price?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 02-18-2008, 12:13 AM
michael_s's Avatar
osCMax Developer

 
Join Date: Jul 2002
Location: Phoenix, AZ
Posts: 10,246
Thanks: 66
Thanked 294 Times in 280 Posts
Rep Power: 10
michael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond reputemichael_s has a reputation beyond repute
Default Re: customer groups function

The groups do not get prices... only products do. If you have two product groups, Retail and Wholesale, and you do not set a wholesale price for a product, it will simply display the retail price by default. If you don't set a retail price, it will be free.
__________________
Michael Sasek
osCMax Developer


osCMax Templates - Hundreds of premium quality templates. New designs every month!

xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience


osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 02-18-2008, 08:36 PM
Member
 
Join Date: Aug 2007
Posts: 59
Thanks: 5
Thanked 0 Times in 0 Posts
Rep Power: 1
tcshadow is on a distinguished road
Default Re: customer groups function

I don't suppose there's a way to just make it so that wholesale customers get an accross the board discount of 10% on everything without having to edit every single product?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 02-19-2008, 02:25 AM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 409
Thanks: 3
Thanked 64 Times in 62 Posts
Rep Power: 6
met00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the rough
Default Re: customer groups function

May I suggest ezpopulate is your solution?

1) load all the product with prices for your primary group (retail)
2) download with ezpop
3) open up in a spreadsheet
4) create a new column between the two groups prices
5) user a formula to create the new prices for the wholesale group in the new column
6) copy the VALUES to the wholesale price column
7) delete the formula column
save the file as tab delineated
9) upload and update using ezpop

and then you have all the system set up.

If you want to make life easier for updates add a javascript function that takes the prices when you enter them in retail and deducts 10% and pre-fills the wholesale form field. (if you want to see how that works, look at the javascript code in some mortgage rate calculator and lift it for this use. It's not that hard. You just need to add the javascript action to the first field and have it do the math and load the second field with the values.)
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to met00 For This Useful Post:
tcshadow (02-19-2008)
  #7  
Old 02-19-2008, 12:52 PM
Member
 
Join Date: Aug 2007
Posts: 59
Thanks: 5
Thanked 0 Times in 0 Posts
Rep Power: 1
tcshadow is on a distinguished road
Default Re: customer groups function

That's an excellent and easy workaround. Never thought of using EZpopulate cause i'm not used to it being installed since I've come from a pretty vanilla oscommerce install.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 02-19-2008, 01:13 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 409
Thanks: 3
Thanked 64 Times in 62 Posts
Rep Power: 6
met00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the rough
Default Re: customer groups function

It's what works for us all the time when we help people set up stores. Of course we have to mod the hell out of it to work with our stores since we have moded the hell out of osCMAX
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 02-19-2008, 03:07 PM
Member
 
Join Date: Aug 2007
Posts: 59
Thanks: 5
Thanked 0 Times in 0 Posts
Rep Power: 1
tcshadow is on a distinguished road
Default Re: customer groups function

for some reason when i download the easypopulate file, edit it, then reupload and click insert into database it throws a bunch of erros at me and does nothing... and all I was doing was editing data in the existing columns.

Warning: move_uploaded_file(/home/tcsbrook/public_html/oscmax/default//temp/EP2008Feb20-0909.txt) [Web Hosting, Dedicated Servers & E-Commerce]: failed to open stream: Permission denied in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate_functions.php on line 32

Warning: move_uploaded_file() [Web Hosting, Dedicated Servers & E-Commerce]: Unable to move '/tmp/phpv7yy2t' to '/home/tcsbrook/public_html/oscmax/default//temp/EP2008Feb20-0909.txt' in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate_functions.php on line 32

Warning: fopen(/home/tcsbrook/public_html/oscmax/default//temp/EP2008Feb20-0909.txt) [Web Hosting, Dedicated Servers & E-Commerce]: failed to open stream: No such file or directory in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 734

Warning: fgets(): supplied argument is not a valid stream resource in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 737
Creating file EP_Split1.txt ...
Warning: fopen(/home/tcsbrook/public_html/oscmax/default//temp/EP_Split1.txt) [Web Hosting, Dedicated Servers & E-Commerce]: failed to open stream: Permission denied in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 743

Warning: fwrite(): supplied argument is not a valid stream resource in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 744

Warning: fgets(): supplied argument is not a valid stream resource in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 747
Added 0records and closing file...


Warning: fclose(): supplied argument is not a valid stream resource in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 773

Warning: fclose(): supplied argument is not a valid stream resource in /home/tcsbrook/public_html/oscmax/default/admin/easypopulate.php on line 774
You can download your split files at Tools / Files in /catalog/temp/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 02-19-2008, 03:37 PM
Active Member
 
Join Date: Oct 2005
Location: wherever I happen to be at the moment
Posts: 409
Thanks: 3
Thanked 64 Times in 62 Posts
Rep Power: 6
met00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the roughmet00 is a jewel in the rough
Default Re: customer groups function

Quote:
move_uploaded_file(/home/tcsbrook/public_html/oscmax/default//temp/EP2008Feb20-0909.txt)
check the protections on: /home/tcsbrook/public_html/oscmax/default//temp
(don't worry about the // it shouldn't effect anything)
__________________
so endith the lesson
<think>sometimes I just sit's and thinks</think>
"Here you are with a hand full of holes, a thumb up your ass, and a big grin to pass the time of day with." - TWB
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
taxes for separate customer groups? caw osCMax v2 Features Discussion 1 08-16-2007 04:44 PM
Easy Populate and Customer groups oakhill osCMax v2 Features Discussion 1 06-14-2007 06:11 AM
customer groups jschafer52 osCMax v2 Customization/Mods 0 11-28-2006 06:13 PM
customer groups joanstead osCMax v2 Features Discussion 3 02-20-2006 03:44 AM
Quantity Discounts + Customer Groups mat123slade osCMax v1.7 Discussion 0 10-27-2004 07:20 AM


All times are GMT -8. The time now is 09:00 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax