|
Home > Archive > Content Selection Framework > July 2005 > Setting Discount on Same Product
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Setting Discount on Same Product
|
|
| rahul0103@gmail.com 2005-06-15, 6:00 pm |
| Hello
I have to set discount one same product suppose user buy 1 book of .net
which original price is 100 i have to show him a discounted price of
(10%). please help me to set the discount for it
Thanks
- Rahul
| |
| Zoe Hart [MVP] 2005-06-16, 5:50 pm |
| Rahul,
I'm not 100% sure of the question but it sounds like you want to set up a
simple discount: Buy 1 of Product X, Get that Product X at 10% off. That's
straightforward to do, but the details of how you do it depend on whether
your running CS2002 FP1 with the Discount Manager application or some
earlier release with the Business Desk Campaign Manager.
If your challenge is making it so that the product they buy to qualify for
the discount also gets the discount applied to it, then in Catalog Manager,
start by creating the discount through the New Discount Wizard. After you've
created it, go in and edit the discount you just created by double-clicking
on it from the All Discounts list.
Go to the Definition tab.
Check the "Allow award to apply to the discount condition items" check box.
This will ensure that they get the 10% off on a single item if that's all
that they buy.
Save the change and Approve the discount.
In BizDesk, there's no wizard. While you're setting up your discount, in the
Discount Definition section of the form, look for the "If the Get and Buy
clauses (above) refer to the same product:" option and select "Apply offer
on Get and Buy products".
I hope this helps.
--
Zoe Hart
Commerce Server MVP
<rahul0103@gmail.com> wrote in message
news:1118852334.447379.192870@g43g2000cwa.googlegroups.com...
> Hello
> I have to set discount one same product suppose user buy 1 book of .net
> which original price is 100 i have to show him a discounted price of
> (10%). please help me to set the discount for it
>
> Thanks
> - Rahul
>
| |
| rahul0103@gmail.com 2005-06-16, 5:50 pm |
| Hi
I am not Using FP1 CS2002 i m using Bizdesk to set the discount as u
told
"In BizDesk, there's no wizard. While you're setting up your discount,
in the
Discount Definition section of the form, look for the "If the Get and
Buy
clauses (above) refer to the same product:" option and select "Apply
offer
on Get and Buy products"
I did it, still i m not getting the result.
I m getting the line item after executing the basket pipeline but when
i m cheking the item level discount it give Null
please help if possible send me code to get the dsicount on page
thanks a lot
- rahul
| |
| David Messner [MSFT] 2005-07-06, 5:51 pm |
| Hi Rahul,
To best troubleshoot discount application problems, please set the
"_trace_discounts" value in the pipeline context dictionary to true and
then capture the pipeline log file (for basket.pcf). You can post the
output of the OrderDiscount component, as it will trace through the
discount algorithm and tell us why your discount isn't applying as expected.
-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.
--------------------
From: rahul0103@gmail.com
Newsgroups: microsoft.public.commerceserver.campaigns_csf
Subject: Re: Setting Discount on Same Product
Hi
I am not Using FP1 CS2002 i m using Bizdesk to set the discount as u
told
"In BizDesk, there's no wizard. While you're setting up your discount,
in the
Discount Definition section of the form, look for the "If the Get and
Buy
clauses (above) refer to the same product:" option and select "Apply
offer
on Get and Buy products"
I did it, still i m not getting the result.
I m getting the line item after executing the basket pipeline but when
i m cheking the item level discount it give Null
please help if possible send me code to get the dsicount on page
thanks a lot
- rahul
|
|
|
|
|