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

darren oh’s picture

Project: e-Commerce Inventory » e-Commerce
Version: 5.x-1.0 » 5.x-3.6
Component: Code » installation
Category: task » support
Priority: Critical » Normal

You won't get any help here. Moving to e-Commerce.

Phillip Mc’s picture

the 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.