|
Home > Archive > Commerce Server General > July 2005 > Pricing a Product on the fly
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 |
Pricing a Product on the fly
|
|
| Anil Kumar 2005-06-30, 7:48 am |
| Hi,
I want to add a product to the user basket with a price tag generated on the
fly based on some business logic. Finally it should become the price of the
Orderline Item.
-Rgds,
Anil Kumar
| |
|
| I did this by adding a price to a new item key on the line item when we
added the item to the basket. Then in the total pipeline you need to
copy the price from your custom key to the price key after the product
data is retrieved from the database. The rest will work from there.
Eric
Anil Kumar wrote:
> Hi,
>
> I want to add a product to the user basket with a price tag generated on the
> fly based on some business logic. Finally it should become the price of the
> Orderline Item.
>
> -Rgds,
> Anil Kumar
|
|
|
|
|