From 4da6f63ae269622bc9c6c155dd9eefecdb845a9c Mon Sep 17 00:00:00 2001 From: Josh Shupack Date: Wed, 29 Feb 2012 16:47:50 -0800 Subject: [PATCH] updated readme for new promotion system --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27638597..1cf8ba7a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,9 @@ You can access all related products regardless of RelationType by: Discounts You can optionally specify a discount amount to be applied if a customer purchases both products. -Note: In order for the coupon to be automatically applied, you must create a promotion leaving the __code__ value empty, and adding an Action of type : __RelatedProductDiscount__ (blank codes are required for coupons to be automatically applied). +Note: In order for the coupon to be automatically applied, you must create a promotion and add a "Create adjustment" action with a __Related Product Discount__ calculator. You should be able to add any other criteria or actions that you want as well. If you don't add any rules, it should be applied to all orders w/ matching products. + +Note: Item Total Threshold is NOT implemented Installation ------------