01-06-06 07:57 AM
Hi Ravi,
I have followed your instructions and able to run the total
pipeline.But the order confirmation page does gives '0' for cost,quantity
etc. I think the problem is in running basket pipeline. These are the
fields I have added to the line item in AddtoBasket.aspx page. please let
me know if I have missed something. The Basket pipeline nullifies all the
items once I run the same. Please help.
li.ProductId="100";
li.ProductCatalog="defualt";
li.ProductCategory="Geared";
li.Quantity=1;
li.ShippingAddress="addr";
Advance thanks,
UKEU
[ Post a follow-up to this message ]
|