cancel
Showing results for 
Search instead for 
Did you mean: 

Coupons and “dynamically” priced products

Coupons and “dynamically” priced products

Magento ver. 1.4.0.1
We have a product that is setup with a price of $0.00. When the product is added to the cart, programatically, we set the price according to a fee schedule that we have setup in an off line table.

 

Now, the product has been setup in it's own category (30) and I have setup a coupon to discount it 100%. The coupon also discount another product from another category (9) 100% so the entire cart must be discounted 100% when the 2 products are in the cart.

 

Now, because we are setting the price when we add the product to the cart, the discount is not being applied to the price set in the cart but to the ORIGINAL price of the item, $0.00.

 

How can I make this coupon work?

 

Here are the particulars:
Conditions:

Apply the rule only if the following conditions are met (leave blank for all products)
If ANY of these conditions are TRUE :
If an item is FOUND in the cart with ANY of these conditions true:
Category is 9
If an item is FOUND in the cart with ANY of these conditions true:
Category is 30

 

Actions:

Update prices using the following information
Apply: Percent of product price discount
Discount amount: 100
Maximum Qty Discount is Applied to:0
Discount Qty Step (Buy X): 0
Apply to Shipping Amount: No
Free shipping: No
Stop further rules processing: No
Apply the rule only to cart items matching the following conditions (leave blank for all items)
If ANY of these conditions are TRUE :
Category is 9
Category is 30

1 REPLY 1

Re: Coupons and “dynamically” priced products

Not sure how many views this thing has gotten but it's gotten exactly ZERO answers.

 

What's up with the Magento community? Doesn't anyone want to help out?