Trying to implement the use of offers on the web but running into an issue of knowing which pricetype to use from the result set from the GetPerformanceDetailswithDiscounting. I have 2 pricetypes A and B where B is the discounted pricetype and is set up as an offer for the web MOS. How do I know which <pricetype> to use where both A and B are valid for that performance? If a customer puts in the proper promo code, How do I tell that I am supposed to use Pricetype B and that customer that doesn't supply a promo code and I am supposed to use pricetype A?
Thanks for the help.
Marty
If you look at the Price Type dataset for that method, you should see values for price_type, description, short_desc, category, def_price_type and promo. If the source code for the current session matches an offer, then the promo value will be 'Y' for that price type.
Hope that helps.
Thanks Chuck, this does help.