| Author |
OrderDiscount - Do not apply to items on sale
|
|
|
| Is it possible to create an order level discount that will not apply
the discount to items in the basket which are on sale?
Example: Public Coupon 10PCT Off for 10 percent off the order. 2 Items
in the basket both with a $5 list price but one of them is on sale for
$4; I want the discount to only calculate the 10% off of the $5 item.
Appreciate your quick responses.
| |
| Ravi Shankar 2005-09-28, 2:49 am |
| If you implement the sale as a discount and mark the items as unavailable for
subsequent evaluation or reward, does that solve your problem ?
--
Ravi Shankar
"mkw" wrote:
> Is it possible to create an order level discount that will not apply
> the discount to items in the basket which are on sale?
>
> Example: Public Coupon 10PCT Off for 10 percent off the order. 2 Items
> in the basket both with a $5 list price but one of them is on sale for
> $4; I want the discount to only calculate the 10% off of the $5 item.
>
> Appreciate your quick responses.
>
>
| |
|
| You had me excited there for a minute with that suggestion but
unfortunately no, that will not work. My client wants a condition for
order discounts which allows them to specify if this discount applies
to sales items OR not, if I apply your logic when the sale is created
it forces me in one direction thus removing the conditional ability.
| |
| David Messner [MSFT] 2005-10-05, 9:01 pm |
|
The OrderLevelDiscountApply has this feature. If you open the component in
the pipeline editor and view it's property pages, you will see that you can
set an item-level property (dictionary key) to denote which basket items
can be discounted.
The radio button is labeled "Apply discounts to items where the following
key exists and the corresponding value is nonzero:". The default key is
_product_is_Discountable. This option is off by default such that order
level discounts are applied to all line items.
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
--------------------
Subject: re:OrderDiscount - Do not apply to items on sale
From: kw@lobresearch-dot-com.no-spam.invalid (mkw)
Date: Wed, 28 Sep 2005 11:43:04 -0500
You had me excited there for a minute with that suggestion but
unfortunately no, that will not work. My client wants a condition for
order discounts which allows them to specify if this discount applies
to sales items OR not, if I apply your logic when the sale is created
it forces me in one direction thus removing the conditional ability.
|
|
|
|