Active
Project:
e-Commerce
Version:
5.x-3.6
Component:
installation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 May 2009 at 02:53 UTC
Updated:
5 May 2009 at 14:19 UTC
I’m creating a E-commerce site and having some trouble with my approach for design. Basically what I want is for each customer will pick what they want to buy and have the opportunity to put it into their own custom packages for a discounted rate. The items will change on a weekly basis and I’ll have to administer that and I would like it to be as easy as possible for me. I guess what I’m asking is how do I do this using Drupal?
Comments
Comment #1
darren ohYou won't get any help here. Moving to e-Commerce.
Comment #2
Phillip Mc commentedthe ecommerce api for drupal will allow you to setup something like that and administer it on a weekly basis. the challenge is how to apply the discounts. one approach maybe to create different user roles (under admin -> user management -> roles) and attach different discount packages to a role type. So you could have gold, silver and bronze role types with different discounting packages associated with each.