Setting up bulk orders

Posts: 4
Joined: 07/01/2008

We own a printing company and I need to know if it is possible to do the following:

Posters/Brochures:
- Gloss
100 - $210
500 - $235
2500 - $520
5000 - $695
- Linen
100 - $190
500 - $220
2500 - $490
5000 - $600

Is it possible to let the user choose the "stock" (gloss/linen) and the amount being ordered on the product page *AND* have the price change accordingly?

Thanks,
Josh

Posts: 4
Joined: 07/01/2008

Does anyone know if this is possible?

Posts: 4
Joined: 07/01/2008

I'm sorry to get annoying but I'm in desperate need.

Posts: 5269
Joined: 08/07/2007
AdministratorHead Code Monkey - I eat bugs.

Basically, the answer is no. You'll have to pick either the medium or the quantity to be a separate product, like a product that's a batch of 100 and then use an attribute called medium that adjusts the price for linen. Or you could do it the other way around. Smiling

Posts: 163
Joined: 08/07/2007
Uber DonorBug FinderEarly adopter... addicted to alphas.Getting busy with the Ubercode.Not Kulvik

I'm giving this a bump as I have just started to work on a qty discount solution for our bulk herb business. Currently I am thinking that the solution needs to behave in concert with uc_attributes returning an array of prices per product combination. It should extend the combinations with min/max => price data and somehow convince uc_product, uc_catalog, uc_cart, and uc_order to carry the user choice through to an invoice. Oh, and not break core in the process *g*

Just brainstorming here.
Steve