I am trying to setup a fairly basic promotion: I wish to give a rebate of 50$ on a configured product (i.e. a product that is the sum of several parts). I could not subtract 50$ from the product price since the product price is 0$ and is made of the sum of its parts.
So I am using a promotion.
I tried using a Catalog Promotion. (Condition: Product in [Selected_Product]; Bonus: Discount on [Selected_Product] by fixed amount 50$). Then I see the rebate appear on the category page, but not in the Product page. And when I add the product to the cart and go to checkout, I don’t see my 50$ rebate.
If I use a Cart promotion (Condition: Product in [Selected_Product]; Bonus: Product Discount by fixed amount 50$) I don’t see the rebate appear on the category page nor in the Product page. When I add the product to the cart and go to checkout, I get a message that the promotion has been applied but I don’t see the rebate computed anywhere.
What’s wrong?
CS-Cart 2.1.2
I had to give the rebate on one of the parts since the Main Product is 0$.
But why do I have to set up both promotions (Cart and Catalog) so that the rebate appears in the catalog page and computes in the cart???