prodyut.das-netneighbours
-
4/7/2014 8:23:34 AM
RE:Custom Shopping Cart
I have pasted the PayPalStep.ascx and PayPalStep.ascx.cs files the my webproject. But, my Project is unable to get access to "AddShoppingCartItem" method while adding product and product options to shopping cart in line:
this.ShoppingCartInfObj.AddShoppingCartItem(skuId, units, GetIntOptions(options));
And also something wrong in this following line too.,.
// Set PayPal payment method ID to shopping cart object this.ShoppingCartInfObj.ShoppingCartPaymentOptionID = payment.PaymentOptionID;
Please help me out..
|