2 replies [Last post]
tresero's picture
Offline
Joined: 04/28/2009
Juice: 9
Was this information Helpful?

I have been trying to see if it is possible to set this up. I may be missing something.

I am running a promotion for a new product and want to offer 1 of 2 other products for $1 if they buy the new product.

I hope that makes sense.

Thanks

TechnoBuddhist's picture
Offline
Joined: 09/01/2009
Juice: 9
Re: Buy a product, get another (selected) product for $1

It's probably not ideal, but you could setup a new attribute called 'promo', the 3 options of this attribute are 'no thanks', 'product 1' and 'product 2'. If they are selectable by radio then they can only select 1 of the 3 options.

If you use the option images module you could even have images of the 2 $1 products.

I'm still new to ubercart myself, so let us know if it works.

glennnz's picture
Offline
Joined: 01/20/2009
Juice: 451
Try the Custom Price

Try the Custom Price module.

There's an Ubercart function to examine the current shopping cart, which I can't remember right now (maybe uc_load_cart ???).

Use that, query the current cart, if the product is there, adjust the price of the new product to $1.

Glenn