being new to Ubercart, I was wondering how I could add a free promotional gift when ordering a specific product/certain requirements are met.
Example: if you buy 2 suntan lotions you get a free towel until out of stock, during a specific period (say 1 month).
thanks in advance
This isn't possible right now but could be handled through a contrib module. I'd say it'd take an intermediate coding skill level to get it done as you have to use several Drupal/Ubercart hooks and design a good UI for setting up the deals.
Has anybody been able to set up a free gift with an order?
Same, did anybody get this working?
Subscribed...
I think you can do this with discounts. You can apply a discount for the amount of the free item and only allow it on the associated item itself. Then you can qualify the associated item by using the "qualifying amount" in this case 2. The Max Uses would be the amount of stock you have for the towels. You can also get creative using roles if it needs to be any tighter. Seems to me this may be all you need. I've used it and it is very flexible.
