How to discount a certain product by a specific amount?

Events happening in the community are now at Drupal community events on www.drupal.org.
pkchoo's picture

I'm using the Ubercart Discount Coupons with Ubercart 3.x and need to establish a coupon that will discount a set of books from $149.00 to $120.00, offer free shipping and charge no tax. (I don't think Ubercart Discount Coupons allows set prices yet, so I'm trying to use rules)

I have set up rules to trigger free shipping and no tax when the coupon is applied, but I'm having a difficult time setting the product price to $120.00 per applicable item in cart. Which rules parameter should I be looking for? Can someone point me in the right direction?

Also, along different lines, does someone know of a good reference (book, videos series, etc...) that helps with more complex Ubercart set up, not just basic setup?

Thank you,
Joe

Comments

an idea

maryannking's picture

I have not used ubercart in awhile, but I think you could set up an attribute for that price and then assign that to your specific product?

I also found some discussion on the web about this
http://drupal.org/node/637814
http://drupal.org/node/173674/release

Thank you for your reply!

pkchoo's picture

Thank you for your reply! I'll look into assigning an attribute to that pricing.