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
|
Ubercart |
|
|
|
||
|
Sat, 09/05/2009 - 14:54
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
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.
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 |
|