ProductPromo implementation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

ProductPromo implementation

cqnunez
We've been having some trouble setting up a promo of the ff scenario..

We have the ff promo category

PROMO_CATEGORY { PRODUCT_A [price:$5], PRODUCT_B [price:$10], SPECIAL_PRODUCT_C [price:$15], SPECIAL_PRODUCT_D [price:$20]}

and a FREE_ITEM for the Gift-with-Purchase promoAction

We tried to set-up the ff promoConditions:
1. Get a free item for every $25 worth of products under PROMO_CATEGORY.
2. Get an additional free item for every SPECIAL_PRODUCT_C and SPECIAL_PRODUCT_D while still implementing cond#1

for 4's PRODUCT_A and 4's PRODUCT_B, you'll get 2's FREE_ITEM
for 1 PRODUCT_A and 1 SPECIAL_PRODUCT_D, you'll get 3's FREE_ITEM (2 FREE_ITEM from cond#1 and 1 FREE_ITEM from cond#2)
for 1 SPECIAL_PRODUCT_D, there'll be no free items
for 4's SPECIAL_PRODUCT_D, you'll get 6's FREE_ITEM (2 FREE_ITEM from cond#1 and 4 FREE_ITEM from cond#2)

Any help would be most appreciated. Thanks.