2 replies [Last post]
dustincurrie's picture
Offline
Joined: 01/12/2009
Juice: 3
Was this information Helpful?

I would like to be able to send a special email when an order is completed if one of the products in the cart has a particular attribute.

Is there a way to set the following Conditional action:

Predicate: Customer Completes Checkout (straighforward)
Condition: Order contains product with Attributed name 'foo' with selected option 'bar' (do not know how to do)
Action: Send an Order Email (straightforward)

Thanks,

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Conditional Action on Attribute

No, though I addressed a possible solution in another thread. Namely, using adjustments, you can use a unique SKU based on a particular option selection. There is a condition that checks to see if a product of a particular SKU was ordered that you would then be able to use.

mrfelton's picture
Offline
Joined: 10/03/2008
Juice: 31
Re: Re: Conditional Action on Attribute

Check my patch at http://drupal.org/node/710318 which I think addresses this issue and makes it possible to use the 'product has attribute' conditional action properly.

Tom Kirkpatrick - kirkdesigns.co.uk