07-01-05 12:49 PM
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 t
he
> fly based on some business logic. Finally it should become the price of th
e
> Orderline Item.
>
> -Rgds,
> Anil Kumar
[ Post a follow-up to this message ]
|