Discount allocation to a user through a target expression on the according organization
Hi,
I want to allocate a discount to users from one organization. I tried it through a target expression on the organization name but the discount will no be used from the shop system.
With the suggested user properties it works fine.
Is this scenario supported or is it only possible to allocate discounts directly to user?
Thanks
Christian Hecht
You need to pass all the "non-standard" profiles that you want to target to the pipeline that you are executing (in your case, it looks like the Basket pipeline). By default, Commerce Server only passes the User and TargetingContext profiles.
You can watch this screencast to get you started: mms://wm.microsoft.com/ms/commerceserver/CS_marketing.wmv
Amongst other things, it explains how to create (at management time) and use targeting expressions (at runtime) and it includes code samples.