Pricing Rules with Multiple-Product Quantity Condition

I'm trying to create flexible mix-and-match pricing rules/discounts based on the combined quantity of a subset of products in the cart. Some discounts will be on a group of specific products, some on all products of a certain type, and some on products of multiple types.

For example, if a customer is ordering products in a defined group (a specific calendar and/or specific datebook; any button and/or any sticker) with a combined quantity of 5-10 in any mixture/configuration, all products in the group get discounted by $2.

Posted: Oct 18, 2012

Multiple quantity fields on one product display page

Hello,

I'm looking for what I guess must be a pretty rare use case for a product display page. The client we're developing this for sells books largely business to business and come in multiple languages.

I have set up three product entities each with a different language selection under a language taxonomy. They've been attached to a product display node and are displaying as expected there, allowing the user to choose what language they want the book to come in and then add to cart with a quantity field.

Posted: Jul 18, 2012

Multiple Quantity's Per Product

Hello there,

I'm building a drupal commerce site for a wholesale customer.
The thing is:

I want to enter multiple quantity's at once if possible.
I want to have more sorts of one product.
Let's say i have a product with one pant
The length and the waists are different.
Let's say i have the same pants in length's of 30, 32, 34, 36
And i have them also available in different waists like 28,29,30,31,32,33,34

Posted: Jun 21, 2012

Force 1 product per cart and quantity to one

Hello,

i'm trying to add a rule to my drupal commerce install. i need to force 1 product per cart, with max quantity = 1.

I tried:

Event: Before adding a product to the cart
Conditions : Elements: Total product quantity comparison Parameter: Order: [commerce_order] => Quantity >=1

and that's working smoothly.

But i can't find a rule to deny adding product to the cart. Already tried

Set a data value:
Selected data: commerce-order:commerce-line-items:1:quantity = 0

Posted: Jun 8, 2012
Subscribe to RSS - quantity